开发者

Representing and editing numerical tables in .NET 4.0

开发者 https://www.devze.com 2023-03-06 14:26 出处:网络
I need a class in .Net 4.0 which is suitable for displaying and editing numerical tables. Rows andcolumns headers should be supported. What are possible candidates for this task? What I don\'t want to

I need a class in .Net 4.0 which is suitable for displaying and editing numerical tables. Rows and columns headers should be supported. What are possible candidates for this task? What I don't want to is writing a 开发者_运维百科lot of plumbing code concerning updating or saving changes.


System.Windows.Controls.GridView

0

精彩评论

暂无评论...
验证码 换一张
取 消