I have made a GridView
and enabled the selection
property to it. Now select
comes next to every row in the gridview. I want to remove the select text/tag
and selection should be done on the click on the content.
How can i do this?
:)
Asked
Active
Viewed 254 times
0
-
also try to elaborate as what language you wanna try into – akhil Jul 11 '12 at 10:24
-
i hvn't tried much...language is asp.net – ghost... Jul 11 '12 at 11:12
-
withour seeing what you have tried how can we help you. post whatever you have done till now relevant with this – akhil Jul 11 '12 at 11:14
-
Check here: http://stackoverflow.com/questions/6250545/how-to-implement-full-row-selecting-in-gridview-without-select-button and here: http://stackoverflow.com/questions/686240/making-an-entire-row-clickable-in-a-gridview – algiecas Jul 11 '12 at 11:18
-
thanks alegiecas....i guess this is what i am looking for.. – ghost... Jul 11 '12 at 11:26