Hello,
The problem is fixed in GitHub
Regards
Tony
Hello,
Testing yo+ur code, for me everthing work ok. Check your server response for the second grid. Also I tested with no data on second grid And the page is displayed correct in FF.
Regards
Tony
Hello,
Do not understand, please describe the problem! The parameter is a very natural – the id of the constructed form.
Hello,
Not sure what you mean, but when hiddengrid true, the grid is constructed temporary with datatype local. You can use any code to do what you want after the grid is constructed with this property.
Best Regards
Tony
Hello,
Sorry this file is maybe missed from me – it is not a part from jqGrid.
Regards
Tony
Thanks adige,
Thanks Mark, as usuall good catch, but I think that we should follow some standarts about what are
Hello,
Look at available methods how you can get the data from grid.
Regards
Tony
Hello,
Could you please provide a link to the problem?
Regards
Tony
Hello,
What you return, that is expected.
Regards
Tony
Hello,
You are close to the solution.
Define two separate beforeShowForm events
For edit
beforeShowForm : function (formid)
{
$(”#Fondo”, formid).attr(“readonly”,”readonly”);
…
}
For Add
beforeShowForm : function (formid)
{
$(”#Fondo”, formid).removeAttr(“readonly”);
…
}
Hello Matt,
Sorry for this error in the documentation. All the defined properties which contain datatype are in lower cases.
Just replace
subGridType: Function.createDelegate(this, this._FetchTravellerDetails),
with
subgridtype: Function.createDelegate(this, this._FetchTravellerDetails),
Corrected in the docs.
Thank you very much
Best Regards
Tony
Hello,
Not sure but try
jQuery(”#ainsrow”).setCell(rowid,'total','',{'background-color':'green'});
Hello,
Sorry that I say this – save my and your time.
Also posting the code or link to the problem is very helpfull.
How do you call delGridRow? How do you pass parameters? What is the parameter passed to the delGridRow?
Does your id contain some speclal cheracters?…….
Which browser…
Hello,
My plans are to include custom defined element, when using editing modules
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top