Hello,
What you use actually – cell editing or inline editing? Please, make the diffrence (beforeSaveCell is a event in cell editing, but you use code for inline editing – editRow.)
Regards
Tony
Hello,
Ok – you need dependend selectboxes.
Maybe you will need to use dataEvents array. Read
Hello,
Try to use custom unformat functio. Also the unformat is called every time when editing.
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:custom_formatter#unformatting
Regards
Tony
Hello,
About the second question.
The addRowData currently does not support this. I suggest you to use datatype as function – see docs and addJSONData method to add data. This method support this named convention.
Regards
Tony
Hello,
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:subgrid#methods
One note (which I will correct into the docs)
If you use subGridJson you should use the method this way:
var mygrid = jQuery(“#mygrid”)[0];
mygrid.subGridJson(arraydata,rowid)
Hello,
Thnaks. This was missed in the docs. Now corrected.
Best Regards
Tony
Hello,
Yes, just read the docs for the available methods.
Regards
Tony
Hello,
If you print the html using jQuery html you will have in all cases the content and not the element.
You should make difference between the html and the element.
I think that this is possible – just try to attach the editor to the element (not to the html) and you will see the result.
Regards
Tony
Hello,
Sorry – no you should do this manually.
Regards
Tony
Hello,
Define your custom class (for 3.5 release) with the dirty cell and use the example above to mark the cell.
Regards
Tony
Hello,
1), 2) After loading the jqGrid CSS
.ui-jqgrid tr.jqgrow td {white-space: normal;}
3) The duration of this depends on browser.
Regards
Tony
Hello,
Currently you can edit and delete data in treeGrid using one of the editing modules. Adding data currently is not supported .
Best Regards
Tony
Hello,
With so little information (this will not work – it is not serious) nobody will help.
Regards
Tony
Hello glemarie,
You use this in loadComplete – this will not work – since not all the data is alredy into the grid. Try to use this after the grid is loaded
and you will see that this will work. Not sure what you try to do, but maybe gridComplete is your event.
A simple test:
$(“#mybutton”).click(function(){
// here your code with set selection
})
Regards
Tony
Hello,
Thanks – added option to encode the server data. Also if you set autoencode to true the data from server will be encoded.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top