Hello, I'd like to trap the click event of a RadGrid column that is defined as asp:HyperLink. I need to set some server-side variables before redirecting the user to another webpage. THis was very easy when the column was a ButtonColumn but I had to change to a Hyperlink , I would trap the ItemCommand event then test the e.CommandName arguement then set my variables and redirect the user, but it seems the ItemCommand event is not fired when I click the hyperlink.
Thanks
Thanks