If you use navigator in add option use beforeShowForm event
something like this:
beforeShowForm : function(form_id) {
if(some_condition) {
jQuery(”#name_from_colmodel”,formid).val(”myvalue”);
}
}
Hello,
There are two way to solve this
1. We can use jquery getScript
2. Merge modules like jQueryUI.
Both have pro and contra – So I will ask here for help –
Which one to implement in jqGrid?
Thank you
Regards
Tony
Yes, there is a problem when we use key:true when jsonReader.
In the next release this will be fully corrected.
Regards
Tony
Please use code tag in this case – I do not understand what is wrong
Thanks. Added
The deep can be unlimited. If you mean that when the deep of the tree is big there will be no room to display all the items – Yes this is true. One solution is to have enought width for this – the other is to resize the grid in appropriate way, but I do not think that this will be ready when the component is redy.
I think that the problem in IE is in the loader. Also if you forget please clear the cache in IE again. I think that the best way is to split the modules like
jQueryUI – what do you think about this?
Best Regards
Tony
I do not think so. You first applay editRow and then setCell – these method are not compatible.
To attach datepicker in you case
…
jQuery('#rowed6').editRow(id,true,pickdates);
function pickdates(id){ jQuery(“#”+id+”_sdate”,”#rowed6″).datepicker({dateFormat:”yy-mm-dd”}); }
Also see examples – datepicker integration in demo page
At end I have a chance to see this. Yes it is a bug. I will correct this as soon as possible.
Regards
Tony
I think that this is possible when using the appropriate plugin – I mean
jQueryUI.
How many number of rows return your server? – check this.
The portion of returned data should be controlled from server.
Regards
Tony
Great,
Thanks. Also we can use
Hello,
I like any extension that can be usefull for other users and for me too. 
If you want you can send me the code to: tony at trirand dot com.
About the secnd request – yes this is possible and really need a reingenering of code, but when more people work on this it will be better.
Thank you very much
Regards
Tony
As soon as possible I will check this (I do not use (have) IE7 )
Hello,
Maybe this has relation with the bug of jsonReader. I will correct this immediatly.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top