Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
Auto Resizing Row height as per the text size in cells
posted

Hello,

When a user clicks in between two rows, how can I autoresize the row height so that all data in each cell of the row is visible and not cut off?

For example in my snapshot below, when the user clicks in between the two rows, I want the text in column 2 (NEW YORK TEST CUSTOMER) to be displayed properly.

I have the following properties set:

grdTest.DisplayLayout.Override.RowSizing = RowSizing.Sychronized;

grdTest.DisplayLayout.Override.RowSizingArea = RowSizingArea.EntireRow;

grdTest.DisplayLayout.Override.MergedCellStyle = MergedCellStyle.OnlyWhenSorted;

Thanks!

- Zef

Parents
No Data
Reply
  • 20872
    Verified Answer
    Offline posted

    Hello Zef,

    We are still following this forum thread. Have you been able to take a look at the provided code snippet?

    Please feel free to let us know if you have any questions or concerns about this matter.

Children
No Data