SmartClient Version: v8.3p_2012-11-26/LGPL Development Only (built 2012-11-26)
Brower Version: IE 9
I have a ListGrid where I add create ListGridField objects and add them to the grid. On the fields I call setPrompt() to add a tool tip to the column header. On some of the columns I set canSort to true and some to false. When my application runs I only get tool tip prompts on the column headers for columns where canSort is false (no tool tip pops when canSort is true).
Also, when canSort is true the mouse cursor changes to a hand when it is over the column header and when it is false the cursor changes to an arrow.
Is there something I'm missing or is it not possible to have a tool tip for column headers where the column can be sorted?
Brower Version: IE 9
I have a ListGrid where I add create ListGridField objects and add them to the grid. On the fields I call setPrompt() to add a tool tip to the column header. On some of the columns I set canSort to true and some to false. When my application runs I only get tool tip prompts on the column headers for columns where canSort is false (no tool tip pops when canSort is true).
Also, when canSort is true the mouse cursor changes to a hand when it is over the column header and when it is false the cursor changes to an arrow.
Is there something I'm missing or is it not possible to have a tool tip for column headers where the column can be sorted?
Comment