Is it possible that you include a way to resize rows on a grid like we have the option to resize columns? My application has a default row height retrieved from database, we do not let the content to overflow this row height. But instead we want to give the user the option to manually resize the row to see the full text content. This row resizing, though it is done only on one row would affect all the rows currently shown.
Hello,
This is now implemented - https://demos.telerik.com/kendo-ui/grid/row-resizing
Regards,
Angel Petrov
Progress Telerik
It would be nice if there's an option to control the row height(or a single cell's height in a particular row), like the ability to resize the column width using resizable property.