Thank you Josep.
Now if you want this to be dynamically you can use setLabel method.
This way you can construct own class and set this dynamic
Regards
The first that I see is that you should load jquery library before jqGrid.
Second that you should do is to adjust the path to js files. If you have FireBug you shuld be nsured that the files are loaded correctly.
Regards
Tony
Load once set the datatype automatically to local. To work this you should set the param to appropriate datatype and the call trigger something like
$(“#mygrid”).setGridParam({datatype:”xml”}).trigger('reloadGrid')
To resolve this make alert for the variable before the return in the event
Thanks will be corrected in the ajax request for the subgrid.
Thanks, will be corrected. The reason is that when the first time we do not have send the index we use the first one as a common approach for all code
Something like Yahoo mail maybe. Will see what I can do.
Refer to docs how to change the colName – there is a method setLabel
Refer to documentation how to use delData.
You should use onclickSubmit event for this – something like
// for delete options
onclickSubmit : function(params}
return {wmemno:MemNo}
}
Try with br tag
beforeShowForm : function(formid){
// condition here
$(“#pData, #nData”,formid).hide();
}
You should simulate a click event to this button first. See forum how to do this
Maybe you should send the appropriate header. In PHP this is
header(…) function –
I think you should use 3.2.1.
And shrink to fit is used in oposite way – smal table width
many columns
Also do you have hidden columns?
Note that when shrink to fit is used the width of the hidden
columns is not included in the recalculation
Regards
Tony
To resolve this open jqModal.css and find
.jqmWindow
change the
position: fixed
to
position: relative
I'm not sure if this will work properly in IE.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top