Hello,
The links does not work for me.
Regards
Tony
Hello,
Looks very very good. Do not have time to see what you have do, but I'm redy to help with what I can
Thank you very much
Best Regards
Tony
Hello,
Try with dataInit function to bind mask plugin to this element.
Regards
Tony
Hello Romyn,
Thanks –
Hello,
Usually this is described in the docs.
loadui : 'disable'
in grid parameters
Tony
Hello,
The easy way is to use UI dialog to have this.
Regards
Tony
Hello,
What if you try with 200 – 300 rows of data. Does the problem persist?
Do you use any other grid events – I mean afterInsertRow, gridComplete and etc
REgards
Tony
Hello,
I'm little confused – which version of jqGrid do you use actualy?
Regards
Tony
Hello,
You can do this with jqGrid. Just define your own subGridRowExpanded event and put what you want content. in the row.
Regards
Tony
Hello,
I do not think so. The problem is how IE > 7 versions handel the hidden cellIndex property. Will check this, but the length property should be OK in all IE versions.
The problem for you is maybe iCol value – is this right?
Regards
Tony
Hello,
I hope you answered to your problem.
To refresh a grid at first page
$(“#mygrid”).setGridParam({page:1}).trigger(“reloadGrid”) or to a page what you want.
to preserve the current page when you push refresh button in navigator
$(“#mygrid”).navGrid(“#pager”,{refreshstate:'current'},…..);
Hope this helps
Best Regards
Tony
Hello,
I have alreday add a option hoverrows (true or false) which enables/disables this. Also available in GitHub only. Will be available in the final release.
Regards
Tony
Hello,
The width of the hidden element is always 0 as of jquery 1.3.2. Also if your second tab is hidden you can not use width in order to set it in the grid.
Regards
Tony
Hello,
It is all connected with the problems in IE. In 3.5 there is a new option whare you can overwrite this behaviour.
In add and edit parameters set jqModal:false
Hello,
It is really difficult to play with this, but maybe you will need to call ajax in beforeShowForm to obtain that field from db.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top