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
190
Grid selection and postback
posted

Hello!

I have the webdatagrid on the page, and I want grid to make postback when user clicks on 1-st cell of any row, and make just row selection when user clicks on any other row. How to implement that?

Parents
  • 4555
    posted

    Hi,

    If what you mean is you want the grid to make a postback when the user clicks on the 1-st cell of any row and make row selection when the user clicks on any other cell. Then you can handle the Click event on the client side and get the active cell and check it's index. If the index is 0 then do a postback else do nothing.

    Magued

     

Reply Children
No Data