Have a gridview where I've written come vb.net code to highlight each of the rows etc. on the mouseover even and will want to process a click event on the gridview control but don't want to see the "select" column and would rather the user able to select the row just based on the highlighting I've built in.
Problem that I'm having is that when I remove the gridview select column auto generate I get a validation error on the onclick event. Sooo... can I simply hide the select column? If so how in the world do I "touch" the thing as I can't see it in the regular column controls.
Thanks for your help!
CF
I always makes things much harder than they should be... that way later I can slap myself in the forhead after spending hours and hours on two lines of code and say to myself "DUH!"
Problem that I'm having is that when I remove the gridview select column auto generate I get a validation error on the onclick event. Sooo... can I simply hide the select column? If so how in the world do I "touch" the thing as I can't see it in the regular column controls.
Thanks for your help!
CF
I always makes things much harder than they should be... that way later I can slap myself in the forhead after spending hours and hours on two lines of code and say to myself "DUH!"