Click here to Skip to main content
15,911,762 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how can i add right click functionality(context menu) like show column ,add column ,and remove column to my asp.net gridcontrol?


What I have tried:

how can i add right click functionality(context menu) like show column ,add column ,and remove column to my asp.net gridcontrol?
Posted
Updated 19-Feb-19 21:32pm
v3
Comments
F-ES Sitecore 20-Feb-19 5:27am    
At least get started by googling "asp.net add context menu" and go from there. This is not a trivial task though. If you're looking to do this kind of work then a gridview might not be the best thing to use, a more client-based table like jgrid or something might be easier to work with. Asp.net server controls are not designed to be manipulated by client javascript.

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