Hello,
editoptions: { value: “True:False”} …
Regards
Tony
Hello,
Maybe you can use the afterInsertRow event for this purpose.
Also check the parameters for this event. One of them is the id. The id is actuall the tr element. With jQuery it is easy:
$(“#the_id_from_afterInsertrow”).css(“height”,”175px”);
Use the same event to attach your own mouseover event.
Regards
Tony
Hello,
Right now I understand what you mean 🙂
When you use the formater the possible values returned from the server (or array) can be true/false, yes/no, 1/0, on/off – I see you use -1 which will retun unexpected results. Also a good idea in this case is (not documented – sorry) to set a editoptions values for the checkbox instead that they is not editable.
Maybe I need to change the unformat function (wich is used in getCell) for checkbox the same way as for formatter.
Thank you.
Regards
Tony
Hello,
First – it is a good idea to start with documentation.
Hint use setGridParam method and postData array to do that.
Regards
Tony
Hello,
Check for not needed comas. It is not neccesary that this error is in this line.
Also try first with one grid and if all goes ok try to inlude the second grid with minimal options as possible.
Regards
Tony
Hello,
What is the error from FireFox? Also try to use FireBug to see where exactly is the error.
Regards
Tony
Hello,
In the same place grid.locale-XX.js
Look into the $.jgrid.formatter – the date property.
Regards
Tony
Hello,
Every help is welcome.
Thank you
Regards
Tony
Hello
There is no event onClickRow. Try with onSelectRow
Regards
Tony
Hello,
Currently subgrid does not accept xmlstring and jsonstring parameters.
I will try to correct this in final 3.4 release
Thank you
Regards
Tony
Hello,
Try with
sortorder: “asc”
and not with
sortorder: “Asc”
Regards
Tony
Hello,
Please use beta 2 which support jQuery 1.3.1
Regards
Tony
Hello,
It is a good idea, but imagine when we have more than 200 pages
Regards
Tony
Hello,
If you do not use jqGrid how do you achive this? I'm very interested, or maybe I do not understand right
Regards
Tony
Hello,
You can do that using the events and methods provided with the grid. Also refer to the documenatation
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top