Hi,
I am doing row selection to post back to the code behind with.
The issue I have is in my left column I have a template checkbox column that I have the users to select. If they miss the checkbox just slightly then it causes the grid to postback. Is there a way to disable a column from causing a OnRowClickPostBack? I'm aware of how to get javascript events to fire on the row click, but the event args.set_cancel() is for only the client side and doesn't prevent the postback.
Thanks
I am doing row selection to post back to the code behind with.
| <ClientSettings EnableRowHoverStyle="true" EnablePostBackOnRowClick="true" > |
| <Selecting AllowRowSelect="True" /> |
| </ClientSettings> |
The issue I have is in my left column I have a template checkbox column that I have the users to select. If they miss the checkbox just slightly then it causes the grid to postback. Is there a way to disable a column from causing a OnRowClickPostBack? I'm aware of how to get javascript events to fire on the row click, but the event args.set_cancel() is for only the client side and doesn't prevent the postback.
Thanks