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
55
Checkboxes in one Row of a WebGrid
posted

Hello,

I have a grid that has columns of data. The first row of each column is a boolean. I would like to display that row as checkboxes to permit a user to check or uncheck that particular box.

 

Help!

Thanks,

Michael

Parents
No Data
Reply
  • 1923
    posted

    You might want to use TemplateColumns and in the first row, display a checkbox and for all rows after that display data. You can use the events for each row to set this up...

Children