Search found 5 matches

Yes ((
Thanks for your time.
I edit the text and column width in grid example with autoheight = true property, but row height has not changed.
Image:https://joxi.ru/n2Yl4kDTbv6bGm


Can I use autoheight rows grid with dynamic data loading?
var columns = [ { field: "_Z4BMBY43Z", text: "1", width: 61, editor: false, locked: true }, { field: "_Z4BMBY430", text: "2", width: 183, editor: false, locked: true }, { field: "_Z4BMBY432", text: "key", width: 223, editor: false } ]; var...
yes, I tried. But that did not work for me.
Perhaps I need to set some additional properties?
Hello!
I need to configurate grid with auto-height rows (by content) and dynamically loaded data
Can you help my with this?