5 Answers, 1 is accepted
Hello Doug,
You can set the RowHeight to the desired pixel value (note that browsers will ignore values lower than what they would have rendered based on the content).
Alternatively, you can use a template and put a <div> element in the cell that will render the desired height and contents.
Regards,
Marin Bratanov
Progress Telerik
Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).
Hello Doug,
Yes, a user-draggable row edge is not possible. Each row cannot store its own height for the grid - they are all supposed to be the same (barring any rendering difference the browser does based on the content).
Thus, a feature in the grid would be ambiguous - would it try to resize only the current row and if so - how should it read and store it? Or, would it try to resize all rows - in such a case the user experience will be quite strange with everything in the grid zooming in and out.
Have you seen a grid somewhere in the web do that? Spreadsheet components tend to have such functionality, but they are rather different from a grid in many ways.
Regards,
Marin Bratanov
Progress Telerik
Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).
You can Follow its implementation here: https://feedback.telerik.com/blazor/1442151-spreadsheet-component. I've added your Vote to raise its priority. For the time being, you can consider encapsulating the Kendo for jQuery widget as explained there.
Regards,
Marin Bratanov
Progress Telerik
Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).