Hello,
Clould yo please post your code again with onInitializeForm?
Regards
Tony
Hello,
I'm not sure that this is true, but if you point me what is wrong I will be glad to correct it.
Best Regards
Tony
Hello,
I will make an appeal for this
Please read first the forum for this.
Also again – getCell and getRowData are not compatible when they are applied to curretly edited elements.
Best Regards
Tony
Hello,
I'm not sure what you try to do but this work well in the demo page. You can check. Also do you have some events defind – by example onPaging.
Also if you click on column1 and then on column2 the first order is asc and the second is again asc
Regards
Tony
Hello,
You can do this with a little programing in all edited modules.
There is examole here in the forum how to do that in formedit
Regards
Tony
Hello,
Currently this is not possible.
Regards
Tony
Hello,
Look into the exmple page to see how to call this. Here is the working code
var mygrid = $(”#list”)[0];
mygrid.addJSONData(eval(”(”+ret.responseText+”)”));
Regards
Tony
Hello,
Also really can not help.
Before posting any issue please
1. jQuerry version
2. jqGridVersion
3. OS
4. browser
5. Problem
6. Code and data if possible
Regards
Tony
Hell,
As you see here you try to CREATE every time the grid after some interval – right?
This will not work after first time since there is a checking if the grid exists.
If the grid exists and you try to create it again nothing will be happen.
In you case I recommend you to check if the grid exist first
also in your ajax function
if(grid does not exists) {
//create the grid here
} else {
// triger to reload the grid
}
To check if the grid exists:
var mygrid
Hello,
In the language file there are two options for the formatter –
srcformat – the format that is expected from the server (or from array data)
newformat – the format that should be shown into the grid.
Set thes in appropriate way.
Also in the final this (these options) will be not only common parameters, but per grid.
Regards
Tony
Hello,
What stop to work actually?
Use fireBug to determine what is sended to the server and what is the response.
Also check your serverside code.
Regards
Tony
Hello,
Thank you for the code. Will include it in the final release (after some tests of course)
Regards
Tony
Hello,
One hint
Hello Dave
Use onCellSelect event – see the docs. Also I expect some problems in IE in case you have a hidden coulnm.
Regards
Tony
Hello,
We are in beta and not in final. I mean the final 3.4. Sorry If this was not clear.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top