Is is possible to trap and handle the click of a button in a GridButtonColumn on the client (cancelling the postback because I don't need the server to do anything)?
Or, as an alternative, should I just use a template column and load it with a simple html image where the onclick is loaded with a call to my javascript functions in the page? All I plan to do is open a RadWindow with additional information on the item clicked. I thought the GridButtonColumn would be convenient to use, but I don't need to do anything in a server postback.
Regards,
Bob Reader
Or, as an alternative, should I just use a template column and load it with a simple html image where the onclick is loaded with a call to my javascript functions in the page? All I plan to do is open a RadWindow with additional information on the item clicked. I thought the GridButtonColumn would be convenient to use, but I don't need to do anything in a server postback.
Regards,
Bob Reader