Hi,
I am using the ColumnGroup feature of JQXgrid from JQXWidgets version 3.8.2 wherein I am creating the columns dynamically according to the items available in data and columns are grouped up to 2 levels.
For ex. If I am creating column for Item “ABC” then it will be divided into 3 columns “Posting”, “Control” and “Amount” respectively. The “Posting” and “Control” columns then further divided to “Natural”, “Department” and “Employee” in both of the segments.
The grouping functionality works fine for certain numbers of columns but I am facing the issue when I have more items to be displayed as columns which will be further divided into other columns as mentioned above. Column headers get disappeared from the grid whereas they are available in columns array property of grid with proper format.
Kindly suggest if there is any solution or work around to resolve this issue!
Thanks