The CellMerging functionnality doesn't work on version 17.2 of IgniteUI. It work with version 17.1
With 17.2 we've introduced physical cell merging and a little API update that should allow users to customize the CellMerging behavior better. More information about this can be found in our 2017.2 What's New topic . To get the same behavior, instead of initialState: 'merged' you can use mergeOn: 'always'.
I hope this helps! Please, let me know if you have any other questions or comments.
Best regards,
Stamen Stoychev
I've got no errors in the console. I'm using Bootstrap version 3.0 and JQuery version 2.0.0
Here's the grid configuration:
features: [ { sortUrlKey: 'sort', sortUrlKeyAscValue: 'asc', sortUrlKeyDescValue: 'desc', name: 'Sorting', type: 'local' }, { name: 'CellMerging', initialState: 'merged' }, { filterExprUrlKey: 'filter', filterLogicUrlKey: 'filterLogic', name: 'Filtering', type: 'local', mode: 'advanced' } , { name: 'ColumnMoving', columnMovingDialogContainment: 'window' }],
Hello,
Thank you for using Infragistics forums!
Could you please share more information about the issue? Do you get any errors in the browser's console? What is your grid configuration?
Thank you in advance!