开发者

XtraPivotGrid dynamic dataset creation

开发者 https://www.devze.com 2022-12-13 02:40 出处:网络
I already have a dynamic XtraPivotGrid creation, but the table adapter and the dataset are 1(one) table specific. I want to be able to get data from a table specified by user, but I can\'t see a way o

I already have a dynamic XtraPivotGrid creation, but the table adapter and the dataset are 1(one) table specific. I want to be able to get data from a table specified by user, but I can't see a way of doing this without writing about 2.5k lines of code (writing the same code the IDE creates in design time, but for any table). Does anybody think in an 开发者_StackOverfloweasier way of doing this?


In similar situations I was creating the XtraGrid in design time, but then just changed the DataSource at runtime based on the user table selection. Then I was using the built in methods of XtraGrid to automatically create the columns. There is an article at DevExpress that might help.

0

精彩评论

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

关注公众号