Hello,
I'm not sure if this will solve the problem, but editoptions value can be defined as function
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:common_rules#editoptions
Best Regards
Tony
Hello,
Sorry I do not know Spring. Maybe other people that use it can help, but instead if you check the docs here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data#json_data
You will have a idea how to do this.
Best Regards
Tony
Hello,
When you download the grid, the plugin is in src folder.
Regards
Tony
Hello,
You can use formatter select for this purpose.
See docs:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:predefined_formatter#formatter_type_select
Best Regards
Tony
Hello,
This is not jqGrid problem. Search the forum and you will find the answer
Regards
Tony
Hello
Try to obtain the value this way
var cellValueRfiNo = rowData[“rfiLog.rfiNumber”];
Regards
Tony
Hello,
This is difficult to do since of the ajax requests – it is unknown which one will finished first – this for the first and this for the second grid.
One possible solution is to use ajaxGridOptions for the first grid where you set async to false and then use loadComplete to set the needed variables on the second.
Also in loadComplete you have the request as parameter
loadComplete : function(request) {
// convert here the json response to object, maybe using eval and
// then you have a object with all the needed information
// wher you can get it and pass tothe second grid using setGridParam
}
Best Regards
Tony
Hello,
Yes this is true. One possible solution is to do something with onSelectAll event, but I must think on this. Also any idea from you is welcome.
Best Regards
Tony
Hello,
Use navButtonAdd method. See docs
Best Regards
Hello,
Not a jqGrid problem. Discussed many times. Search the forum
Regards
Tony
Hello,
Thanks. It is true. Also instead that this seems to be easy the fix is quite difficult to be done.
Suppose that
1. We have only headers without caption
2. We have tollbar without caption
3. We have toppager without caption
4.5.6.7.8
Hello Steve,
First thanks for these investigations.
Also the above code is not changed since of publishing this plugin. So in order to reproduce I have used the demo New in version 3.3 => HTML Table to Grid.
I removed any other content and test with the following css changes:
1.
#mytable {width:100%;}
<table
Hello Oleg,
First of all thank you for this.
We have missed this checking since 3.5 version.
The most of your suggestions are allready done. Will be published soon.
Just one note
Line 336
Hello naorye,
Will answer. Sorry – it seems that I missed this question.
Regards
Tony
Hello,
Thanks. No need to put screeenshot or post the code. This is true.
So little explanation: jqGrid defines a table with table layout fixed, and set the width only for the first row,
this combination make the rendering in the browsers much much faster.
One possible fix is to define first
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top