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?
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
I am following up with you and if you would like any further discussion for this issue.