Hello,
I am currently able to group columns by dragging and dropping them onto the grouping bar. Is it possible to ungroup a column by dragging the column back into the grid? or maybe a cross button over it so that I can bring it back to the grid?
Also, I am trying to include a functionality where I try to add excel like filtering to every column, with unique column values and checkboxes next to them. Is there an existing way to implement this?
Thanks
Thank you for using Infragistics forums! It has been a while since you posted but if you are still looking for assistance with these matters I'll be glad to help.
Regarding your first question, there is an X button that shows on mouse hover. If you cannot see one, this is likely related to Modernizr incorrectly reporting a touch environment in which removing grouped columns is achieved through the GroupBy dialog (available from the text link in the middle of the group area). Please, try removing Modernizr from your page references and see if it makes a difference.
As for the second question, I am attaching a sample implementing Excel style filtering for igGrid using igCombo-s as filter editors for two of the columns.
I hope this helps! Please, let me know if you need further assistance!
Best regards,
Stamen Stoychev