Hello,
Currently no.
Tony
Hello,
Regardng checkbox, check the news for 3.4.4 version. This is possible.
Regards
Tony
Hello,
Sorry, but newer work with Zend framework. Maybe there are other users that can help. Anybody?
Regards
Tony
Hello,
Could not remember the right version (maybe from 3.4.2), but the validation is included in inline editing (you should use editrules object).
Regards
Tony
Hello,
If you use firebug you can easy see what is posted to the server.
Regards
Tony
Hello,
In order to post the link you should mark some text and the use the insert/edit link icon of the editor. Also there is a icon insert/edit image too.
Regards
Tony
Ok,
I look into the code – You should first apply
expandRow and then expandNode something like this
$(”#mybutton”).click(function(){
var mygrid = $(”#grid”);
var record = mygrid.getInd(mygrid[0].rows, lastClickedRow, true);
mygrid.expandRow(record);
mygrid.expandNode(record);
return false;
});
Regards
Tony
Hello,
In order to understand what is going, could you please put the full configuration of the grid?
Thanks
Regards
Tony
Hello,
Thanks. Added in 3.5 version.
Regards
Tony
Hello,
To be a clear. When you click on one column you can simulate a sort on multiple coulmns sending the appropriate data to the server, but we can not sumulate this beghaviour (or at leaset is difficult) – click and some column (the data is sorted and sorting image appear), click on other column the sort of the first should remain again with the image, but again sorted to the second with the image and etc.
Regards
Tony
Hello,
This is absolutley true. There is a bug in IE where the fidden columns (colIndex) is not calculated right. In Order to resolve the problem in IE you should move all the hidden coumns at end (in colModel) in your case this should be:
|
1 |
colModel :[<br />{name:'fullname',index:'fullname', width:250,align:"left",sorttype:"text"},<br />{name:'username',index:'username', width:250,align:"left",sorttype:"text"},<br />{name:'officelocation',index:'officelocation', width:180,align:"left",sorttype:"text"},<br />{name:'stafftype',index:'stafftype', width:180,align:"left",sorttype:"text"},<br />{name:'userdetail',index:'userdetail', width:50,sortable:false},<br /><strong>{name:'id',index:'id',sorttype:"int", hidden:true}</strong><br />]<br /><br />Regards<br />Tony<br /> |
Hello,
Thanks. This is true and I confirm this. Since I forgot to update tha language files for 3.4.4 release I will publish 3.4.5 tomorrow, again with this bug fixed.
Thanks again
Tony
Hello,
jqGrid represent the data to the user and not to the printer.
In order to print the grid data correct I suggest you to make your own procedure to extract all the needed grid data, (maybe you can use getDataIDs and getRowData)
Hello,
It will be good if we know what is the error message?
Tony
Hello,
Could you post screenshot?
Thanks
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top