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
375
Columns width (and data) wrong when FixedHeaders is set to true
posted

Hello everybody!

I am developing several grids in different pages.
After a lot of searches, I don't manage to resolve a problem:

I have a problem with the headers of a grid (What I would like, is keeping the headers visible when lines are scrolled)

Two cases happened with .FixedHeaders(true) :

- After adding a new line or modifying a line (with the mode Edit Row Template), displayed data are mistaken. For example, at the first time of loading the grid, data of status is well displayed in the column "Status". Then, after editing, instead of data of status, data of date is displayed in the column Status (wrong place)!

- Using GroupBy(true), width of headers are not at all adjusted at the width of columns...

How correct the problem?

(Excuse me for my not very good English)

Parents Reply Children
No Data