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
No Data
Reply
  • 3595
    posted

    Hello Floriane,

    Thank you for posting in our forum!

    I have attached a sample implementing fixed headers, group by and row adding features. You might revise it and use it in your project if it’s needed. If you still encounter any issues regarding this matter could you provide a code snippets or a sample in order to investigate further?

    Looking forwards to your reply.

    igGrid-SampleFixedColumns.zip
Children