Hello,
For this kind of data you need to configure the jsonReader.
Refer to documentation how to do that.
Regards
Tony
Hello,
Never work with struts2, but you can use FireBug to see what is the
response from serever.
Regards
Tony
Hello,
Not sure what you want, but maybe you can use
height: 'auto'
and then the methods
setSelection(rowid) to select a row dynamically
resetSelection – to reset all selected rows
Regards
Tony
Hello,
I'm not sure, but ret array is defined at the begining (should check).
The most common problems in IE are that you have maybe unneeded
comma after the end of the properties.
Regards
Tony
Hello,
Thank you very much for this. I will make some tests and if possible will include this in the upcomming release.
Thank you
Regards
Tony
Hello,
Try to set another unique column for the rowid and accept this server side.
I will think how we can post additional data when we click to expand row.
Best Regards
Tony
Hello,
Yes this is true, but we actually do not know what to set if this ret[2]
Hello,
I hope that with the upcomming release all is OK.
Regards
Tony
Hello,
First I reccomend to define in CSS a class myclas, then
onSelectRow: function(id){
if(id && id!==lastsel){
Hello,
Maybe you should look in Codeigniter site to see how you can work
with jQuery. If I remember there was a such example.
Regards
Tony
Hello,
I will try to support adjacency model (id – parent_id) soon.
Best Regards
Tony
Hello,
little complicated, but the upcomming release have a methods
setGridWidth and setGridHeight, which I'm sure the will be usefull
Regards
Tony
Hello,
You can not ask for the lenght 🙂 of this object –
This object is of type {name1:value1,…}
So you direct use
var mydata = $(“myid”).getGridParam(“postData”);
alert(mydata.page)…
or simple use the methods from the grid.postext.js module
Regards
Tony
Hello,
You are right. Thank you. Now I will remove the “/” form creating the
modal and if there is a private imgpath this should end with “/”
Thank you.
Best Regards
Tony
Hello,
Take look at
table.scroll thead th
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top