DataGrid operations using client side C# script ?
Hi,
I want to make certain columns visible and certain others invisible depending on radio button the user clicks on - currently I am doing a postback to the server, but that's very slow because the DataGrid re-constructs and Bind()'s and sends the entire thing back to the client side.
Can some one suggest a faster way of doing the same thing using client side script ?
Awaiting a response,
Thanks,
-Apurva.