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
775
How to check/uncheck boolean field in grid without having to tab into the grid cell
posted

Hi,

I have a boolean type field as part of my datasource bound to a grid. Everything shows up great. If the value for the boolean is false, the checkbox is unchecked and vice versa when the value is true. ... The issue I'm having is that I cannot click on the checkbox directly and have the grid check/uncheck the value in the checkbox. Instead, I have to click on a colum next to the boolean column and then tab into it and then I can check/uncheck the checkbox. How can I change this behavior so that the user can just click on the checkbox directly in the grid without having to first tab into the field?

Thank you!

Steve

Parents
  • 53790
    posted

    Hello Steve,

    I try to reproduce your issue in a small sample, but without success. Could you please take a look at the attached sample and if you think that I didn`t reproduce your scenario, please feel free to modify this sample and revert it back to me. I`ll be glad to research it for you. Let me know if you have any questions.

    Regrads

     

    UltraGirdCheckBoxColumn.zip
Reply Children