Hello,
Sorry for mistake – I mean delRowData method, but in this case you should have define custom ajax call to delete the row server side.
Sorry again
Best Regards
Tony
Hello,
Interesting. Should think.
Hello,
Glad that everthing is ok andf so good explained
Best Regards
Tony
Hello,
Sorry no time to explain, but try this:
Hello,
If I copy paste your example everthing seems to be ok. Moreover the grid look little bigger, so I add this
Hello,
The scroll:1 does not work with the pager – the simple decision is why you need the pager when the scrollbar acts as pager.
Hello – you can use the scrollTop property to change the position of the scrollbar
Regards
Tony
Hello,
Could you please post what is the exact data passed to the setRowData.
I'm not sure, but the problem apper to be here:
if (cellvalue.indexOf(“Date”) == -1) return;
should be
if (cellvalue.indexOf(“Date”) == -1) return “”;
Best Regards
Tony
Hello,
The feature will be available in 3.7 – expect first alfa(beta) end of April.
Regards
Tony
Hello,
Could you please send me a link to the problem? I can not reproduce this.
Thank you.
Best Regards
Hello,
maybe you can use gridComplete or loadComplete
Reagrds
Tony
Hello,
Thanks. The problem is fixed:
http://github.com/tonytomov/jqGrid/commit/a71e1f87197fae51016ad5679f12c35086f3a8ae
Regards
Tony
Hello,
Not a jqGrid problem. Sorry it is in your code. The object posData should ghave name:value pair. What you have in
$.cookie(grid+”postData”) ?
Regards
Tony
Hello,
Simple: Define your own button and use delRowData method
Regards
Tony
Hello,
You can play with ui-jqgrid-titlebar class in the css
Best Regards
Tony
Hello,
This is true, because when we open the form we focus the first input element – in your case the datepicker.
In order to resolve this set a option of the datepicker to be opened only on click the field.
See here:
http://jqueryui.com/demos/date…..ion-showOn
Regards
Tony
Edit – I see there are only two possibilitie
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top