Hello Telerik Team !
I need your help for a problem that annoyes my customer when he uses the radgridview.
I'm using the version 2010.3.1213.1040 of Telerik Silverlight RadGridView.
I have an application that uses the radgridview and uses explicit button to switch to edit/save/cancel mode (see screenshot grid_snap.png).
Only one row can be edited at a time.
This is the method call when the user click on the save button
The problem is when the user click on the save button the grid automatic scrolls to the top... and my customer has to scroll again until he founds the row commited...
What do i do wrong ? How can i prevent the grid to be automatically scroll at top when it's commited ?
Please tell me if your need more precision.
Thank you for your help !
Joachim.
I need your help for a problem that annoyes my customer when he uses the radgridview.
I'm using the version 2010.3.1213.1040 of Telerik Silverlight RadGridView.
I have an application that uses the radgridview and uses explicit button to switch to edit/save/cancel mode (see screenshot grid_snap.png).
Only one row can be edited at a time.
This is the method call when the user click on the save button
private
void
btnSave_Click(
object
sender, RoutedEventArgs e)
{
radGridViewSimulations.CommitRowEdit(_currentRowEdited);
radGridViewSimulations.UnselectAll();
}
The problem is when the user click on the save button the grid automatic scrolls to the top... and my customer has to scroll again until he founds the row commited...
What do i do wrong ? How can i prevent the grid to be automatically scroll at top when it's commited ?
Please tell me if your need more precision.
Thank you for your help !
Joachim.