If possible try first to construct the grid whitout frames – i.e simple html
like those in the example page. See what is happen. If all is ok then try
with frames (I do not exclude that there can be a problem with frames).
Please let me known about the results.
Regards
Tony
Did you think that this is the problem?
Also do you have enclosed the id in parenthesis –
i.e. – {“00000000-0000-0000-0000-000000000001”}
Regards
Tony
I think that your json is not well formated for use of jqGrid
if possible try this
jsonReader: {root:”DATA”,
Paul,
Use beforeShowForm event something like:
beforeShowForm : function(form_id){
if( condition here) {
$(“select #desc”,form_id).val(you_value_here);
}
}
Regards
Tony
This is not a bug, either broken zip. The ; before every plugin is a common approch of writing plugins. For more info refer to jquery google groups
Regards
Tony
Thanks. I will try to test this in Safari
Yes,
there is onPaging event for this – see the docs what is new in 3.1..
You should also use onSortCol event to save a row
when the use try to sort when in editing mode. But your recommendation
has sence – we should disable paging and sorting when in inline edit.
Will see what i can do.
Regards
tony
Check your xmlReader configuration again.
You can use inlineedit or formedit modules depending on your need – refer to docs and demos
You can get the grid data using the methods
getDataIDs – to grab all the ids of the grid – and then use
getRowData method to get the contents and put this in format what you want.
Try to construct you own grid example –
ddaccordation is quite bugy. You can find more information here about this problem
http://groups.google.com/group/jquery-en
Regards
Tony
Use a formedit extension – See domos
Search this forum with word “master” and you can find the solution
Mayank,
setUrl does not exist in 3.2 there are replacement methods for this.
Refer to Documantation how to upgrade
Regards
Tony
Thank you.
I will investigate why url is not working. But it seems that a click event
have something to do in this case. I have a similar problem
Regards
Tony
Could you plese try this:
Just curios to see if this will work
$(”#addyear”).click(function(){
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top