This question is locked. New answers and comments are not allowed.
We have a GridView control which contains some checkboxes in each row of the grid. When we scroll the grid, the Check_Changed event of the checkboxes gets fired. This is causing major issues with our code as we actually want to do some action when those checkboxes are legitimately changed.
I have put together a sample project. I was not able to attach it here so you can grab it from: www.crooknecksolutions.com/RadGridView_Sample.zip
Put a breakpoint on the 'CheckBox_CheckedChanged' event handler in the MainPage.xaml.cs file and run the project. When the grid opens, scroll and you will see the breakpoint being hit. This certainly seems like a bug.
Is there something we can do differently so this event is not being fired?
Tks.