Hello,
If this is the first column, there is a bug – which is corrected.
Hope to publish the bug fix soon.
Regards
Tony
Hello,
Actually, If I look into the code it seems that recreating will be possible too.
Let make me make some tests.
Regards
Tony
Hello,
I will try to add this in next release. For now you can use a combination of loadComplete event again with setColProp to add extra fields of the select dynamically.
Regards
Tony
Hello,
Check your initial setting of sortname option – does the sortname have the same name in your query.
Regards
Tony
Hello,
Maybe it is modal issue, but I can not confirm that.
If possible could you please send me a link to the problem.
In this case it will be be good if you include the non minified
version. My e-mail is: tony at trirand dot com
Regards
Tony
Hello,
I really do not known what is happen.
If you have events like onInitializeForm, please check what you do.
Also disable all form events and try.
Regards
Tony
Hello,
Please read the docs look at editrules options
Regards
Tony
Hello,
Yes the question is clear, but I think it is difficult to do.
I think to add onCloseForm event. What do you think?
Since you know what is changed in aftreShowForm event you can rollback
these changes in onCloseForm event
Regards
Tony
Hello,
I will try to implement this having a option to refresh the list every time or only once.
Thanks
Best Regards
Tony
Hello,
That is you solution except that pdata contain all the needed pagging parameters – i.e. pdata is actually postData array.
If you can not use pdata you can do it in you function this way
datatype : function(pdata){
…
$.ajax({
url: 'getJsOnData(pdata.page, pdata.rows, pdata.sidx, pdata.sord)',
Hello,
It is a little dificult to do that since we create a lot of elements. I think that giving this freedom (like used from you) is better approach, rather than to put additinal code.
Best Regards
Tony
Hello,
It is not a jqGrid problem actually. This behavior come from jqModal wich try to focus the first input element if there is form in the modal.
Best Regards
Tony
Hello Chris,
This is true. Thanks. I will correct this. iRow can not be a zero, but iCol
can be.
Regards
Tony
Hello,
I apologize for this post – It is wrong Sorry.
The right is:
Currently you can use surl option only in filterGrid method.
Sorry again
Best Regards
Tony
Hello,
What you use – formedit, inlineedit or celledit module. Remember currently
you can obtain the selects via surl only when using filterGrid method.
This will be introduced mybe in the next release.
Regrads
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top