Hello,
Correction – sorry. You will need to use a custom formatter in your case.
Regards
Hello Oleg,
I need more time to look at this. Sorry for delay.
Kind Regards
Hello,
Currently I do not plan to include this feature.
Kind Regards
Hello,
Not sure I understand the problem, but you can disable the hovering of row using
hoverrows : false
when you setup the grid.
Regards
Hello,
Nobody will help you if you do not provide a code or a link to the problem.
Also which version is used, in which browser and etc.
That are conditions that are importand to solve the problem you have.
Regards
Hello,
There is a option called direction in the grid, so you should only do
$(“#grid”).jqGrid({
…
direction : “rtl”,
…
});
Regards
Hello,
Thanks for this. Fixed in GitHub. Please let me know if everthing is working fine.
Kind Regards
Hello,
You can use the onSelectRow event. In this event you can use the getDataIDs to get all the ids in the grid.
Since the retun of this function is array with the data id's (see docs) you can loop and hide all the needed rows except the
selected ( use the selrow parameter which return the selected row)
You will need then to bind a click event on document (except on the grid) where you do the same procedure, but to show the grid rows.
I hope this will help – the implementation belong to you 
Regards
Hello,
It seeems to me you do not read carfully my previous post.
You can use
xmlJsonClass.toJson( object, name, …)
This function do what you want. There are other two default parameters (please look at this function).
The function is used in filtering (seraching) and other places if the the build in tojson is not available.
Regards
Hello,
Do not use json2 (exclude it from your include) and use
Hello,
What you mean with collapse the grid to the selected row?
Im'little confused to understand this.
Regards
Hello,
Why do you think if this is a bug?
Could you please send us a test case.
The final calculation is done here
Regards
Hello,
To prevent propagation you will need to return false at end of the ondouble click row events
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top