Hello,
Currently no. It is defined in the source.
Regrds
Tony
Hello,
In princip grid uses the font from style definition.
If you want you can use your custom font
See docs for possible settings on this
Hello,
Why do not see the examples in the docs? They speak quite.
One possible solution (from demo site):
|
1 |
{"rows":[{"id":"1","cell":["1","item 1","2.00","100.00","200.00"]},{"id":"2","cell":["2","item 2","3<br />.00","50.00","150.00"]},{"id":"3","cell":["3","item 3","1.00","50.00","50.00"]},{"id":"4","cell":["4"<br />,"item 4","1.00","200.00","200.00"]}]}<br /><br /> |
Hello,
In princip jqGrid
Hello,
Thanks for this. Yes this is true, but the same thing should be added in inline
Hello,
Thanks for this. Currently I do not have IE6, so If possible let stay this for 2-3 days.
Thank you very much.
Regards
Tony
Hello,
Not sure if this is a bug, but this event is called with setTimeout 500 ms.
So you should expect some problems here if you set reloadAfterSubmit : true.
This way the grid is triggered and
Hello,
Thanks for this. I think it is a very clear and simple way.
Regards
Tony
Hello,
Try to see what you have in ids variable, that holds the id's of the grid. Simple use FireBug to see the values of all operations when click.
Regards
Tony
Hello,
Thanks for this. I forgot to update the demo site to 3.4.1. Also please upgrade to this version.
Regards
Tony
Hello,
Set modal:true for this purpose. See docs
Hello,
Try with the old CSS using the new version. Also which theme do you use?
If switch to old css do not forget to make the changes as of the docs for ver 3.4.1
$(”#”+subgrid_table_id).hideCol(“x_current_state”);
Hello,
Can you get the all available row id's when the grid is loaded? I think yes.
Can you loop these values and for every value to call
$(“#mygrid”).expandSubgridRow(rowid)? I think yes
Hope this help
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top