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
105
Multi-row select
posted

I have a webgrid with a column of checkboxes. When a checkbox is clicked, the row has to be shown in a different color (as selected). Can I do this for multiple rows (i.e, highlighting mutiple rows at a time) ? I'm doing the 'if selected, then highlight' coding at the client side. It works fine for a single row. I've tried the 'Extended' row-select property, but that seems to work only with the row selector. Has anyone got any idea on how to accomplish this? Thank you.