Hello,
Sorry to say, but I can not understand your problem.
Please explain it simpler. If possible post code.
Also please look in the docs which limitation has the column freezing.
Regards
Hello,
You can do a simple trace like this:
Hello,
What content return the custom_element in your code?
Regards
Hello,
The Timestamp – the nd parameter is send only when you request record into the grid (sort, page and etc) and not when you post data to update it.
In order to do this you will need to add this parameter in your updateDialog function.
Regards
Hello,
Check for documentation for custom value function.
There are parameter operation which you should pay attention.
In the docs there is example how to use it.
Regards
Hello,
To fill up you should use the following code:
mydata = eval(“mydata=”+partetxt+”;”);
jQuery(“#myGrid”).jqGrid('setGridParam', {data : mydata}).trigger('reloadGrid');
You use data parameter initially and you must use this parameter to fill up again.
It is very important that you set the key property in colModel
Hello,
Thank you for the bug fix.
Oleg I do not think that your fix is fine.
Suppose the rowid becomes 0 (data[cnm]=0), then the logic will go to randid which is not correct.
I think that the fix from GeorgeG is ok and I will implent this fix.
Thanks again
Tony
Hello,
Unfortunatley this is not present.
Best Regards
Tony
Hello Oleg,
I have implemented your idea, extended to grouping too (code is in GitHub). Also i do not think that we need the code when the pin=undefined.
We can easy do (after the grid is created)
var $gird = $(“#grid”) and then use use it
Hello Oleg,
Very interesting. In order to make icons “relative” independet in the grid – i.e to use other CSS one possible solution is to remove all code which have calss = “ui-icon ui-icon-something….” outside the grid in variables (by example in lang file) and put the variables in the code.
Also this will requiere other changes in the code and css. Not sure that this is a trivial task.
Instead I will add this in the todo list.
Best Regards
Tony
Hello,
Look at autoencode option in grid settings.
Regards
Hello,
It seems to me you do not have read the docs in order to see how you can avoid this.
Kind Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top