I have a grid with EnablePostBackOnRowClick = true and GridClientSelectColumn. The problem is that when I try to select various rows with the checkbox in the GridClientSelectColumn a postback is produced and I cannot check the rows.
Is there any way to avoid the postback when selecting the rows through the GridClientSelectColumn?
Thanks in advance
Is there any way to avoid the postback when selecting the rows through the GridClientSelectColumn?
Thanks in advance