Hello,
As I say every time, PLEASE GIVE US A TEST CASE – only this way we can help.
You can use a pastebin.com for this purpose, but any other link will help too.
Thank you for the understanding.
Kind Regards
Hello,
@aram535 , sorry for mistake. It was may error.
The setColProperty does not exists. It should be setColProp instead – as Oleg write.
I'm sorry again, but I think Oleg is right. Will see what I can do.
Regards
Oleg,
The demo you pointed does not contain my fix. Can you please correct and try it with it.
Regards
Hello Oleg,
Thank you for the explanation.
Just I have added onInitGrid event which raises only once before populating the data.
In this event a setColProperties can be used applied for the cb field like this
…jqGrid({
…
onInitGrid : function() {
Hello,
The export should be done at server side. We do not support generation of excel file client side.
Regards
Hello,
Thanks. We will change soon all the demos, so I will include your suggestion.
Regards
Hello Oleg,
Just added the suggestion. Thanks
Tony
Hello,
The problem lie that you maybe call a modal dialog and a follow continue.
Maybe one not so perfect solution is to use beforeSelectRow (see docs for it)
$(“#grid”).jqGrid({
…
beforeSelectRow : function (rowid, event) {
// call your dialog function
MyDialog(rowid, event);
return false;
},
…
});
function MyDialog( rowid, event)
{
…..
if(some condition to edit or a button clicked)
Hello,
You can use afterEditCell event.
In this event under some condition you can cancel edit it if you call restoreCell.
Regards
Hello,
Fine, just let us know wher you use this function. A simple test case will be fine. Othewiese we do not provide support.
You can use pastebin.com for this purpose if you can not provide us a link to the problem.
Regards
Hello,
In order to help and see the code, please let me know the fix in the source code and in min version. It is very difficult to find it.
Regards
Hello,
How you try to implement 3header rows.
Before to post, please let see what and how you try to do it, otherwiese this is not serious
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top