I want to capture width of columns (which are resizable) in my grid..the plugin i am using is struts2-jquery plugin.all this should happen at runtime.As soon as the width of any of the columns are changed the width should be captured..
Asked
Active
Viewed 191 times
1 Answers
0
You should use resizeStop
callback or jqGridResizeStop
event (see the documentation).

Oleg
- 220,925
- 34
- 403
- 798
-
@YashMalani: In [the answer](http://stackoverflow.com/a/2993834/315935) for example you will find a simple example. You can find a lot of examples by searching on the stackoverflow: [here](http://stackoverflow.com/search?q=%5Bjqgrid%5D+resizeStop+) and [here are my old answers](http://stackoverflow.com/search?q=user%3Ame+%5Bjqgrid%5D+resizeStop+). – Oleg Nov 06 '12 at 10:18