T*******t 发帖数: 1069 | 1 数据输入格式像一个表格, 每一行,用户可以在第一列键入信息,同行其他列数据自动生
成. 一行完后,
才能操作第二行, 然后第三行.用户可以生成一个一行的表格,也可以是一百行的表格,
这个表格的大小
是动态的.
我的问题是, 在VISUAL STUDIO 2010界面下,用 DATAGRIDVIEW CONTROL 可以实现, 有
没有更
好的 CONTROL 可以用.
很少用这个VS. 多谢 | i****a 发帖数: 36252 | 2 try dotnet board ba.
I haven't done .net for few years. last time I did any real programming on
it was .net 2.0 era
I am sure there are many .net people here too but you may get reply sooner
there.
【在 T*******t 的大作中提到】 : 数据输入格式像一个表格, 每一行,用户可以在第一列键入信息,同行其他列数据自动生 : 成. 一行完后, : 才能操作第二行, 然后第三行.用户可以生成一个一行的表格,也可以是一百行的表格, : 这个表格的大小 : 是动态的. : 我的问题是, 在VISUAL STUDIO 2010界面下,用 DATAGRIDVIEW CONTROL 可以实现, 有 : 没有更 : 好的 CONTROL 可以用. : 很少用这个VS. 多谢
| a9 发帖数: 21638 | 3 你是做web的还是winform的呀?
自己控制多好,非要用控件?
【在 T*******t 的大作中提到】 : 数据输入格式像一个表格, 每一行,用户可以在第一列键入信息,同行其他列数据自动生 : 成. 一行完后, : 才能操作第二行, 然后第三行.用户可以生成一个一行的表格,也可以是一百行的表格, : 这个表格的大小 : 是动态的. : 我的问题是, 在VISUAL STUDIO 2010界面下,用 DATAGRIDVIEW CONTROL 可以实现, 有 : 没有更 : 好的 CONTROL 可以用. : 很少用这个VS. 多谢
| T*******t 发帖数: 1069 | 4 DataGridView is OK so far. Thanks
on
sooner
【在 i****a 的大作中提到】 : try dotnet board ba. : I haven't done .net for few years. last time I did any real programming on : it was .net 2.0 era : I am sure there are many .net people here too but you may get reply sooner : there.
| T*******t 发帖数: 1069 | 5 Win Form. Don'w want to spend a whole lot of time that why seek a quick
solution. Datagridview is fine so far. thanks
【在 a9 的大作中提到】 : 你是做web的还是winform的呀? : 自己控制多好,非要用控件?
| a9 发帖数: 21638 | 6 太丑
【在 T*******t 的大作中提到】 : Win Form. Don'w want to spend a whole lot of time that why seek a quick : solution. Datagridview is fine so far. thanks
| b******g 发帖数: 81 | 7 DevExpress is a third-party control provider. XtraGrid is similar to
DataGridView control and has more advanced functions.
There are many controls like this. Depending on what requirements you have,
you can choose - provided third party controls are allowed in your project and your budget is OK with the price. |
|