In my silverlight application I have a page with a radgridview, this radgridview has another control as RowDetailsTemplate.
In this RowDetailsTemplate is another radgridview with another controls as RowDetailsTemplate. this RowDetailsTemplate also has a radgridview.
所有电网对我的观点Model(I ve used MVVM)具有若干约束力。
等级类似:
- RadGridView
- RadGridView (in fact a seperate control with a gridview, setup as rowdetailstemplate on the parent gridview)
-RadGridView (in fact a seperate control with a gridview, setup as rowdetailstemplate on the parent gridview)
在我的布局中,你可以选择每个电网/详细电网的一行。
This means you can visually have 1 to N rows selected in the entire grid. This looks pretty chaotic and isn t very user friendly.
My question:
只有选择一行而不是一到一行,才能改变这种局面的最佳途径是什么?