Hi JQWidget Team,
We are using JQXGrid with ‘groupable’=’true’ configuration which enables grouping of columns. We just need to have configuration which enables this menu, it can be sorting or grouping.
When we have two columns and we open it in mobile like in the JQXGrid demo link itself:
http://www.jqwidgets.com/jquery-widgets-demo/mobiledemos/jqxgrid/index.htm?(android)#demos/jqxgrid/grouping.htm
If we click on first column header menu, the menu opens up but it is not visible fully. It seems that JQXGrid checks if it can be shown right to the column, like checking for the width of menu + left position of menu is smaller than the remaining grid width or not. If it is true then show it in right otherwise show it in left side.
But the left side width also is not fully accommodating the menu as the first column width is smaller than width of the menu popup.
So either it should show the menu in middle of the column or it make the popup thinner. The popup menu options has ’50px’+ extra width to its right which can be trimmed which will overall decrease the menu width, to overcome this issue.
Please suggest.
Regards,
Deepak Pundir