This question is locked. New answers and comments are not allowed.
Hello!
I have a RadGridView on the left side as overview of my data and on the right side i display the SelectedItem (for Editing). The SelectionMode = EXTENDED and SelectionUnit = FullRow.
In the SelectionChanging Event I check if the data is edited, show a message box ("You have to save your data first") and set e.Cancel=true.
Now to my problem: I select one item in my grid and edit the data on the right side. If I go now with my mouse cursor onto the RadGrid WITHOUT clicking (only MOVE) the SelectionChangingEvent with my messagebox everytime is fired!
Why? It occours only in this scenario. Do I have to disable or check something else?
best regards,
Richard Koslik
I have a RadGridView on the left side as overview of my data and on the right side i display the SelectedItem (for Editing). The SelectionMode = EXTENDED and SelectionUnit = FullRow.
In the SelectionChanging Event I check if the data is edited, show a message box ("You have to save your data first") and set e.Cancel=true.
Now to my problem: I select one item in my grid and edit the data on the right side. If I go now with my mouse cursor onto the RadGrid WITHOUT clicking (only MOVE) the SelectionChangingEvent with my messagebox everytime is fired!
Why? It occours only in this scenario. Do I have to disable or check something else?
best regards,
Richard Koslik