Could anyone please help on how to disable the click event of datagrid. Bc when I disable the datagrid, the datagrid is just gray out but it's not disabled. I want the datagrid disable so the user can see it but can not click on it for SelectedIndexChanged event.
Thanks in advance
ArshadPosted Dec 31, 2007, 1:59 AM
Hi.if u dont want any click event into the datagrid then dont rigth any code for that event.n if u want grid only for viewing purpose then go to the HTML code or page load of that page and write EnableViewState="false"
Thanks
Regards
Arshad