I have checkbox as the first column in my xamgrid. The checkbox is bound to the viewmodel. I am setting the default state of the checkbox to false. When i click on the checkbox, it checks and unchecks immediately. Vice versa for unchecking. This happens only the first time for that checkbox. If i check/uncheck the next time, it works as expected. Not sure, why the checkbox event fires twice during the first click. Could it be anything to do with rowselection? Appreciate your thoughts. Thanks!!
My bad! I had a selectionbehavior enabled on the checkbox thereby firing twice. Appreciate your response Steve!
Hi,
So i'm guessing you're using a TemplateColumn and placing the checkbox in the ItemTemplate instead of the EditorTemplate?
I'm not sure why you would be seeing what you're seeing though.
Do you think you could provide a simple sample of what you're doing? That would help me be able to more easily determine what the problem is.
Thanks,
-SteveZ