Hi,
I have added a RadGridView and populated some data. Now i am giving an option to the user to select the column, i.e. when the user selects a column, we would make that record as selectedItem and scroll to that record.
I have used the following code :
The correct item is selected, but the scroller is still pointing to the first one.
I am attaching the screen shot for reference.
Regards,
Prithvi
I have added a RadGridView and populated some data. Now i am giving an option to the user to select the column, i.e. when the user selects a column, we would make that record as selectedItem and scroll to that record.
I have used the following code :
this
.radGridView1.SelectedItem = radGridView1.Items[RecordNumber-1];
this.radGridView1.ScrollIntoView(this.radGridView1.SelectedItem);
The correct item is selected, but the scroller is still pointing to the first one.
I am attaching the screen shot for reference.
Regards,
Prithvi