Hello,
Sorry, I never work with Thickbox, but if you have the value, you can manipulate it the way what you want.
Regards
Tony
Hello,
use beforeShowForm – this can be defined separatley in edit or add.
In add make show in edit make hide.
Regards
Tony
Hello,
Sorry, I mean trigger(“click”) and not click(function(){…});
Regards
Tony
Hello,
Could you please post the code and a part of data? Thanks
Regards
Tony
Hello,
If parameters are statik (i.e you known what to passs) use addParam option in formatoptions. Dynamic params from row contents currently are not supported.
Regards
Tony
Hello,
Never tested, but try colNames:['Probem
Code',…]
Regards
Tony
Hello,
The first thai I will check is:
1. The existance of the method expandSubGridRow
2. The existance of the row with id – 2095526
3. If both are present check to see if you call the grid in something special case.
In your post you point me that you use jQuery load – what you try to do with load?
Also make a code simple like the example on the demo page and see what is happen.
Regards
Tony
Hello,
Static or dynamic from the row contents? If second is the case currently this is not possible. For the first see the post above.
Regards
Tony
Hello,
I think that in this case you should outut the data this way:
{”page”:1,”total”:1,”records”:7,”rows”:[ {“id”:”1″,”firstname”:”1joe”,”lastname”:”c6lark”
,”tel”:”12390 293 12 30 12″},…
If this is not possible use jsonmap property like this
jsonmap : 'cell.firstname'
Regards
Tony
Hello,
Use beforeShowForm – it is called every time you open the form.
Regards
Tony
Hello,
We have a lot of solutions.
The one that I first think is to use onInitializeForm (called only once)
If you have a field hat is editable (colModel – name – myname) then
using this event you can add a button behind the field like this
$(“”).insertAfter(“#myname”);
Regards
Tony
HEllo,
mygrid = $(“#grid”).jqGrid({…});
$(“.HeaderButton”, mygrid[0].cDiv).click(…);
Regards
Tony
Hello,
$(“#mygrid”).getGridParam('selrow') – will give you the current selected row null if nothing is selected.
Regards
Tony
Hello,
Thanks. It seems to be a bug.
Best Regards
Tony
Hello,
Which version of jqGrid do you use? Try with the latest stable.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top