The CellMerging functionnality doesn't work on version 17.2 of IgniteUI. It work with version 17.1
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!
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' }],