Hello,
Use the search button on this forum. There is solution posted here
Regardas
Tony
Hello,
Thanks. It is not a bug. The behaviour is caused from UI-theming. Also one possible solution is to remove the border from the selected row – this way all will be ok.
Best Regards
Tony
Hello,
Which version exactley?
Use the last one. This bug is corrected.
Hello,
Found the cause. Will publish the fix after some tests in GitHub
Tony
Hello,
Thanks. It is bug. Will see why is this.
Regards
Tony
Hello,
Sorry the last expression is not plavced in the appropriate place in the docs. Also corrected.
Thanks.
Whe you bind dataEvents they exists until the element is not destroyed or you unbind it.
So I think you code should be something similar for the select
dataEvents : [
{type:'change', data:{your data here if you want it},fn:function(e) {
// here your code to get the selected value from the select and pass a ajax to server so that you
// update the other select
}
]
Regards
Tony
Hello Peter,
Thanks.
I could not reproduce this bug with your settings.
1. You use maybe old version, since viewsortcols is array and not variable.
2. I'm interested what
Hello,
How look your server response with 0 records. Which version of jqGrid do you use?
Regards
Tony
Hello,
Thanks it is a bug. I confirm this. It happen when we use jqModal too.
Best Regards
Tony
Hello,
Thanks it is a bug. I confirm this. It happen when we use jqModal too.
Best Regards
Tony
Hello Max,
Thanks. Actually this code is not needed. All is done in sortData function.
Fixed in GitHub
Betst Regards
Tony
Hello tim,
Thanks. Glad that I can help.
Regards
Tony
Hello,
Do not understand. Chsck if you load all the needed css and js files.
Regards
Tony
Hello,
This is not a serious post. No answer.
Regards
Tony
Hello,
The option is globally. To do it on particular columns disable the option and use a custom formater.
The formatter should call
|
1 |
<span class="nx">$.jgrid.htmlEncode function to encode the data. See docs - The function is missed in the docs, but it is opossite on </span><span class="nx">htmlDecode<br />http://www.trirand.com/jqgridwiki/doku.php?id=wiki:methods#common_methods<br />Regards<br />Tony</span> |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top