Hello,
Thanks fixed.
Hello,
Which version of IE?
Did you have a DOCTYPE declaration?
Regards
Hello,
There is a missing information on in which browsers is this.
It seems that in the real project you include some CSS or JS files which are the reason for this.
or something elese. (Plese check your DOCTYPE)
If possible try to include only the needed jqgrid files and if this work, include step by step the other files in order to
find the problem
Regards
Hello,
This is not a bug, but feature and a way the action formatter work.
You can simulate the behaviour without the formatter action – look at the demos.
Kind REgards
Hello,
Multiple grouping (i.e group on more than one level) will be supported in the near future. It is in our plans for the next major release expected at end of Autum this year.
Kind Regards
Hello,
Little confused with understanding the problem.
Please explain again.
Regards
Hello,
Kindly provide a test case for this:
The resizing is ok in Chrome for us:
Here are
Hello,
The defaultValue can be a function, but you will need maybe to use ajax:
name:'ItemNumber',index:'ItemNumber', width:120, align:”center”,editable:true,editrules:{required:true,integer:true},editoptions:{
defaultValue:function(){
var ret = $.ajax({
url: 'getmax_numberfromtable.php',
async:false,
…
}).responseText
return ret;
}
}
}
Hello,
If you want help, you will need maybe to post your code for afterSubmit,
What you return in afterSubmit?
From one side you want not to close the delete dialog, from other you tell me that the dialogue is not clossed using afterSubmit!?!
Regards
Tony
Hello,
This is not a bug, but feature.
Options set in the toolbar does not have correlation with these set in formatter action.
In order to to set this create a variable object once and set it in the edit options and in formatter object.
See docs for this formatter:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:predefined_formatter
Regards
Hello,
There is a build in functionality in formatter named “actions”
Look at this formatter:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:predefined_formatter
Regards
Tony
Hello,
Maybe onCellSelect is the job
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:events&s=oncellselect
Regards
Hello,
The column name is the name form colModel, but it is unclear what you try to do.
Hello,
Maybe you missed this (if I understand right)
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:cell_editing#how_is_the_data_organized
Hello
The jQuery documentation for jQuery.ajax() says the following:
Note: Other HTTP request methods, such as PUT and DELETE, can also be used here, but they are not supported by all browsers.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top