Hello,
Currently this is not possible, but one possible solution is to have set the variable 'mode' visible to these methods (mybe global)
Hello,
I think that maybe you will need to check your server code which provide a data.
We have a working example here, whch do not have these problems.
Please take a look here:
http://www.trirand.net/demoaspnet.aspx
Best Regards
Tony
Hello,
Currently no. I understand what you mean.
Also one possible solution is to set height:'auto', which will resolve your problems.
Best Regards
Tony
Hello,
Could you please post or send me the code – the table data and the way you cal
Hello,
I think that the problem here is your server side code. Please check it again. If you are in PHP please look in the demo files how this can be done.
Best Regards
Tony
Hello,
First you cam look here:
Also could you please go here and see all the available grid events.
Especially take a look at onCellSelect
I'm interested to see what viewdb(id) function do;
Take a look at demo there is a such example.
Best Regards
Tony
Hello,
Maybe you will need to include in the xmlstring the userdata tag, which transportsthe summary.
Also do not forget to set the two options footerrow and userDataOnFotter to true.
Best regards
Tony
Hello,
Please verify the correct paths for the javascript files
Best Regrds
Tony
Hello,
Currently no. There is no plans for including this feature in 3.7 release.
Best Regards
Tony
Hello,
Ther is a such option, you will need to look at docs – especially hidegrid option
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options
Regards
Tony
Hello,
Try to use datatype as function and use updateGridRows method.
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:methods#add_on_grid_methods
Best regrds
Tony
Hello,
I see some things that can be done easy. You concentrate on the grid structure, rather than to see if some method exists 
Also step by step.
1. There is a single click event onSelectRow
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:events
2. There is a method called: setGridState which maybe should replace your trigger
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:methods#add_on_grid_methods
3. You can do it very easy
for the detail grid
$(“#detail”). jqGrid({
…
datatype: 'local'
…
});
$(“#detail”). jqGrid('setGridParam',{datatype:'json'});
With this code initially the detail does not load the data, but after that accept any request
Best Regards
Tony
Hello,
Thanks. We will try to implement this. I see where is the problem.
Best Regards
Tony
Hello,
I will try to add this in the upcomming 3.6.3 release.
Best Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top