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.
ColumnFixing was introduced in Ignite UI 13.1 as CTP (or Community Technology Preview) feature. Most likely you have managed to access it by referring the 13.1 scripts. Now it is officially available for the igGrid only.
Hello Dimka,
We are using Ignite UI 13.2. Is it availabel and works fine for igHierarchicalGird?
Our customer has suggested this feature to be implemented for the hierarchical grid. You could vote for it at the following link: http://ideas.infragistics.com/forums/211535-ignite-ui/suggestions/5664637-column-fixing-for-hierarchical-grid
Infragistics prioritize the future controls development by considering the customer feedback. So feel free to add votes, comments and suggestions for this or any other idea you find useful.
We suspended it and hope in new version, this feature will be offical for hierarchical grid.
If you have any further questions feel free to contact me again.
Ngan,
ColumnFixing is not available for the igHierarchicalGrid in 13.2. Actually in most cases if you try to access it in 13.2 an error in the scripts would be encountered and the grid will not be loaded at all.