Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
425
Checkbox in xamgrid firing twice.
posted

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!!

Parents
  • 40030
    Offline posted

    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

Reply Children
No Data