For the Grid, is there a way to style width in css instead of with the component's "width" property in html or js?
Also, I couldn't see a solution for using css max-width to specify column widths which is what I most want to do. Is there a way to do that for Kendo grid as I can for regular html tables? The goal is to make a column take up no more room than it needs (for its widest value or its header, whichever is greater), and no more than the prescribed maximum regardless. Without max-width, it's hard to style tables well in my applications.
Thanks,
Larry
Also, I couldn't see a solution for using css max-width to specify column widths which is what I most want to do. Is there a way to do that for Kendo grid as I can for regular html tables? The goal is to make a column take up no more room than it needs (for its widest value or its header, whichever is greater), and no more than the prescribed maximum regardless. Without max-width, it's hard to style tables well in my applications.
Thanks,
Larry