BTW a simple fix for this is just to make all your columns visible in the data column array. Then in loadBeforeSend first time callback hide the columns bar $('.ui-jqgrid-hdiv').hide() . On gridComplete first time callback call $('#yourGrid').jqGrid('remapColumns',colOrderArry,true,false) and then buildup an array of those columns you want to hide and call $('#yourGrid').jqGrid('hideCol',colArray) and then $('.ui-jqgrid-hdiv').show() to show the column header. This gets over the problem 'remapColumns' has with hidden columns.
Hi Tony
Sorry to pester you about this but is there any chance might fixed in the next release 3.7.3 (?) I've been asked to support this feature and my users are getting
Hi Tony
Has this been fixed in the latest version ?
Thanks
Tried that it didn't work when I moved a column before a non-visible column thanks anyway.
Hi Tony
Can you tell me whether this bug is fixed in 3.6.5 ?
Thanks
Thanks Tony
Any update on this Tony there's still a problem using remapColumns in the latest release.
Thanks
Hi Tony
Has the issue been resolved yet, because I would like to do something similar and I have columns which are always hidden and others which the user can show/hide.
Thanks
The easiest way to do this is by applying “containment:parent” to the draggable calls in grid.formedit and grid.common – this will constrain the Search and Show/Hide dialogs to the parent grid.
Tony is there any chance that a parameter be added to the navGrid & navButtonAdd to specify constraint perhaps even accepting an id (ie containment:#myparent) or parent.
Thanks
Has anyone got any suggestions as to how I can restrict the movement of the “search” or “show/hide columns” dialogs – so that they are contrained.
Thanks
Thanks again Tony
Tony Can you say when this fix will be released ?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top