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
445
Line up when editing with fixing column
posted

Hi all,

I have a editable hierarchical grid and I use fixing column for the first column. There's an issue when  I edit a column (ended), height of row doesn't line up between fixed part and not-fixed part. Notice I alse use feature.ColumnFixing().ColumnSettings(...).SyncRowHeights(true). I use MVC helper

And always appear error in console: "Uncaught TypeError: Cannot read property 'top' of undefined" in infragistics.lob.js:125. 

Thanks,

Ngan

Parents
No Data
Reply
  • 3595
    posted

    Hello Ngan,

    Thank you for posting in our community!

    The igHierarchicalGrid does not support the ColumnFixing feature. That’s why you have encountered this error. Currently ColumnFixing is only supported in the igGrid.

Children