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
4032
Bug in setting row height
posted

Hi,

I have two rows in the root collection of my grid. Due to some layout requirements I have to adjust the row height to the same row height as another grid has.

If I set the row height of grid.Rows[0] = 32, the row height of the second row also changes. The AfterRowResize-Event will only be called for the row I change the height, but the height of both rows has changed.

It looks like a bug, or do I something wrong here? The grid is bound to a UltraDataSource. I'm using version 11.1.2011.2030.

Regards

Markus

Parents Reply Children
No Data