Quantcast

JQuery Grid

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

JQuery Grid

suryazi
Hi,

          I am developing an application using Grails 2.0.3. I need to have a data grid for which I choose JQGrid plugin. Followed the given example in the plugin page, It is working fine except for not showing the add, edit, delete, search and refresh button in the navigation bar. I double check the code to have them included by having the statement

<jqgrid:navigation id="contactStandard" add="true" edit="true" del="true" search="true" refresh="true" />

but still the buttons are not showing up. Any help or suggestions are highly appreciated.

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: JQuery Grid

suryazi
This post was updated on .
Solved the problem, after little investigation I found out that the problem was in ID. Changed <jqgrid:navigation id="contactStandard">  to <jqgrid:navigation id="contact"> and it is working as expected.

suryazi wrote
Hi,

          I am developing an application using Grails 2.0.3. I need to have a data grid for which I choose JQGrid plugin. Followed the given example in the plugin page, It is working fine except for not showing the add, edit, delete, search and refresh button in the navigation bar. I double check the code to have them included by having the statement

<jqgrid:navigation id="contactStandard" add="true" edit="true" del="true" search="true" refresh="true" />

but still the buttons are not showing up. Any help or suggestions are highly appreciated.
Loading...