Context Menu in Jqgrid on Row Click in Jqgrid

2019-04-17 09:42发布

I am using Jqgrid 3.6 beta version with asp.net and i wanna add dynamic context menu on row selection.When ever user rightclick a row in jqgrid he wants to see some menu like file,edit and other menus. I have completed using single page i.e. both the jqgrid and its parent(JS files) are in single page . But in my main Application I have one master page in which ill define all the JS and seperate page for the content(Jqgrid). So what happens is the same code which is running in single page application is not working in the master detail page.Can any one help me out in this

1条回答
干净又极端
2楼-- · 2019-04-17 10:12

Atlast i got the solution for the context menu and its working fine. for this to work i needed to add afterinsertrow as well as ondblclickrow function and then it works fine

查看更多
登录 后发表回答