Hello everyone,
I'm reading the documentation about
grid column resizing and comparing it to my code. U
nfortunately the documentation code is in TypeScript and i'm working with js (possibly es5). I don't understand differences between my code and the documentation.
My grid has the property "allowResizing: true," in my code but I can't resize my columns.
When I look at the rendered HTML, grid is in "<div id="gridname">", even though if I create a grid with Razor, grid is in "<grid id="FlatGrid">" element.
The grid created by JavaScript is in a dialog.
I have probably missed somthing during development but I can't saw what.
Regards,
Thibault