This is a migrated thread and some comments may be shown as answers.

radgridview issues

0 Answers 87 Views
GridView
This is a migrated thread and some comments may be shown as answers.
yinhu
Top achievements
Rank 1
yinhu asked on 27 Jul 2011, 11:08 AM
1. when i add new gridviewrowid. every time ,i need roll the page, then the result show.
                
GridViewRowInfo gvi =
this.radGridViewSource.SelectedRows[0];<BR>               
this.radGridViewSource.SelectedRows.Clear();<BR>               
this.radGridViewSource.SelectedRows.Add(gvi);<BR>
2.when i run one time step1 and operation a bool column grouping, and run step 1 and operation the bool column grouping ......
then the grouping show many repeat grouping conditon.

No answers yet. Maybe you can help?

Tags
GridView
Asked by
yinhu
Top achievements
Rank 1
Share this question
or