Hello,
i am trying to use a custom context menu on a grid under asp.net web form with vb.net.
I have a web page with a grid.
my idea is to show a dataset in the grid and allow the user through the context menu to view related data in other datasets.
So the user in the first dataset should be able to right click on a cell/row, open context menu and view the link to other datasets.
My problem is create the context menu with subcontext menu (if possible), hide/show some of the items when no required and manage one o more connected event (for context menu or for item).
I want to do it on the code side (aspx.vb).
I tried to do it with grid1.contextmenusettings but I was not able and some command seem not work.
I hope I was clear enough