jQuery UI Widgets › Forums › Grid › Min and Max width to columns of grid
Tagged: angular grid, column, editable, grid, jquery grid, jqwidgets, jqxgrid, maxWidth, minwidth, width
This topic contains 1 reply, has 2 voices, and was last updated by Dimitar 9 years, 3 months ago.
Hi Admin,
Is it possible to specify min-width and max-width to columns of grid like we specify width of column?
Thanks,
Nitin
Hi Nitin,
Yes, by setting column minwidth and maxwidth properties, e.g.:
{ text: 'Product Name', columngroup: 'ProductDetails', datafield: 'ProductName', width: 250, minwidth: 100, maxwidth: 300 }
Best Regards, Dimitar
jQWidgets team http://www.jqwidgets.com/
You must be logged in to reply to this topic.