Hello,
As I can see this is 3.4 version – right. Sorry, but this version is not supported.
You can play with the css properties in order to achieve waht you want.
Best Regards
Tony
Hello Oleg,
Thank you very much for the recommendaions and investigations.
For now I do not have time to work on this.
Simply I recommend to make the changes in grid.jquery.ui.
Open the file and you will see at the beginning the following pice of code:
if ($.ui && $.ui.multiselect && $.ui.multiselect.prototype._setSelected) {
Hello,
Please provide as much as possible more information.
Which module do you use – for, inline or cell edit?
Best Regards
Tony
Hello,
What is the equivalent in JSP to this in php?
header(“Content-type: text/xml;charset=your_charset_here”);
Thios should be set as server command before sending to the grid.
Regards
Tony
Hello,
I'm looking into the code – and we do not attach any class to a table cell if they is not set into the colModel. The problem is that the class that do this is in css and it is something like this tr.gridclass td – as can be seen from this the class is attached to tr and not to td. So important should be used in your class definition
Best Regards
Tony
Hello Klaus,
Thank you very much for the fixes and additions.
Except the last feature evrething will be added.
Also for the last one (what should happen if the label contain html tags). I will consider this again.
Thank you very much again.
Best Regards
Tony
Hello,
Already done in GitHub
http://github.com/tonytomov/jqGrid/commit/a4f3a6491ce7c77c05fb89cf64c36edcd50b0c9c
Thanks.
Best Regards
Tony
Hello,
The basic idea is to call the grid with loadonce parameter set to true and then use your own ajax with setInterval to obtain the data and use updateGridRows.
This of coures will not allow pagging.
In the script provided above there was a little complex logic.
Best Regards
Tony
Hello,
Do you have hidden fields?
Best Regards
Tony
Hello,
No you just need to set this in the grid whithout to define it.
Regards
Tony
Hello
Try
$(“#mygrid”).jqGrid('getGridParam','width');
Regards
Tony
Hello,
Which version is used?
This is already fixed.
Best Regards
Tony
Hello,
Thanks.
This is a bug and it will be fixed in the 3.6.4 release which will be published this Sunday
Best Regards
Tony
Hello,
It depends what you output if your session by example expire.
For this purpose you can use the loadError event in the grid. Also define a custom function and redirect the user to login page.
More you can find here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:events
Best Regards
Tony
Hello,
I think this is a wrong form. We discuss here jqGrid jQuery plugin.
Best Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top