If you use xml you should use CDATA something like this
PHP way
...
<![CDATA[".
."]]>
...
If JSON just put this string, but I do not test this with JSON
Regards
Tony
As you said – I’m not sure if current version of jqGrid is suitable for your application, but..
There are 3 main direction where jqGrid will go in the future
1. Better resizing of the grid – columns, grid .. (Mybe I will need some help on this)
2. TreeGrid component
3. Reuse the grid component with different models – i.e. read the configuration from server
Regards
Tony
You can use
xhr.responseText – this is the text returned from the server describing the error
xhr.status is the status code number
xhr.statusText is the text for the error
I recomend you to use
xhr.responseText and maybe st parameters
Regards
Tony
nathand,
If possible could you please provide me a link
Thank you
Regards
Tony
By default all actions (buttons) are enabled.
Try to call only this and see what is happen.
jQuery(â€#listâ€).navGrid(“#pager”);
Check for image path and sure that the image for refresh is present.
Regards
Tony
See the delGridRow method in detail on how to do that.
Regards
Tony
If you use 3.2 version see the replacement of this method into the docs.
Just in your case you must use:
jQuery(‘#list’).getGridParam(‘selarrrow’)
Regards
Tony
Try this in the main css
html, body {
margin: 0; /* Remove body margin/padding */
padding: 0;
overflow: hidden; /* Remove scroll bars on browser window */
}
Please let me known if this fixes the problem
Just a question. Is the grid width larger than the screen width?
If this is so try to implement shrinkToFit option – i.e set it to false.
Now I will check this now.
Regards
Tony
In the moment I do not have IE7 in the hand. Is this only in IE7? How is it in IE6? Will see it tomorrow.
Regards
Tony
Hi,
Look into the docs. There is a detailed explanation haw you can configure the json data. Of course not all can be done. See jsonReader cofiguration
Regards
Tony
To disable some actions like edit, add and etc read docs for the navGrid
Regards
Tony
You miss this piece of code:
jQuery(“#list”).navGrid(‘#pager’,
{}, //options
{height:280,reloadAfterSubmit:false}, // edit options
{height:280,reloadAfterSubmit:false}, // add options
{reloadAfterSubmit:false}, // del options
{} // search options
);
Do not forget to include jqModal.css, jqModal.js and jqDnR.js
Regards
Tony
No problem – here is a permanent link:
http://www.trirand.com/jqgrid/jqGrid32-test.zip
Thank you
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top