Hi
The attached screen print shows four screen shots, where I am moving the cursor very slowly to the right, (click on image to see full picture).
It is extremely difficult to select the "Hidden Column(s)" command.
Starting from the left hand side, the command will be "click to sort column".
Moving the cursor very slightly reveals "Hidden Column(s)"
Moving the cursor very slightly (again) loses "Hidden Column(s)" to be replaced with the resize cursor and the "click to sort column",
Continuing to move the cursor to the end, changes the cursor back to the selection cursor but the command remains as "click to sort column".
Any advice on
Regards
Aidan
Hello Aidan,
Thank you for contacting Infragistics!
The css associated with the HiddenColumns may have to be overridden. Please let me know the version you are using.
If you have any questions, please let me know as well.
Hi Vivian,
We are using 14.1.20141.2031 (taken from Infragistics.core.js).
Could you give me the names of some CSS selectors and values for me to check if we have overridden something.
Thanks
Thank you for the information.
The element affected is the column header. Each column has a th element with an id of gridId_columnKey. Within the th element are the indicators for resizing and hiddencolumns together with the header text as well.
The resizing indicator uses the following class:
ui-iggrid-resizing-handle-cursor
ui-iggrid-resizing-handle
with inline styliing
The Hidden columns indicator uses the following css class:
ui-iggrid-hiddencolumnindicator
with in-line styling.
The heeadertext span may also change. It uses the following css class:
ui-iggrid-headertext.
These css classes uses the default styling of the grid. For more information, you may use the browser's dev tools.
If you have any questions, please let me know as well
I am just following up and see how it worked out with the grid.
Hi Vivian
I have created a sample app showing this behaviour.
I would need to send this privately.