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
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.
Hi Dimka,
But I can still use ColumnFixing feature for my hierarchical grid now and see it works.