Smobiler上海石磨_.NET移动开发平台

标题: 请问有详细的使用的说明吗 [打印本页]

作者: ccyscm    时间: 2018-3-24 14:14
标题: 请问有详细的使用的说明吗
我要的是具体的软件操作说明,并不是安装说明.如控件的使用方法等,谢谢!

作者: ccyscm    时间: 2018-3-24 17:43
DataTable mytable = new DataTable();
            mytable.Columns.Add("col1");
            mytable.Columns.Add("col2");
            mytable.Columns.Add("col3");
            mytable.Rows.Add();
            mytable.Rows[0]["col1"] = "1";
            mytable.Rows[0]["col2"] = "我的测试";
            mytable.Rows[0]["col3"] = "2.51";
            mytable.Rows.Add();
            mytable.Rows[0]["col1"] = "2";
            mytable.Rows[0]["col2"] = "你的测试";
            mytable.Rows[0]["col3"] = "3.91";
            gridView1.DataSource = mytable;
            //gridView1.DataBind(mytable);
这样加载数据对吗?总也不成功啊!
作者: peter.pan    时间: 2018-4-9 09:54
有控件的介绍的可查看:https://www.smobiler.com/SmobilerDemo/chart.aspx,加载数据可参考https://www.smobiler.com/SmobilerDemo/gridview.aspx




欢迎光临 Smobiler上海石磨_.NET移动开发平台 (https://www.smobiler.com/) Powered by Discuz! X3.2