Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Experts,

I have a Gridview that shows up as Modal pop up in Jquery working perfectly fine.
Now on the gridview row selected, I have a first cell of the selected row in a textbox.

Now I am not sure of what to do to unselect the rows of the gridview ?

Can you please suggest
Posted

1 solution

Something like following should work-
VB
myGridview.SelectedIndex = -1


Hope, it helps :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900