Sort arrow is not shown

I am using a grouping grid in which I changed the Columns Header cells using an image list, and also I changed the grid look by catching the prepare view event and setting the cells base style. All goo but: I can not see the Up and Down arrows on the column header when I sort eve though the sort operation is executed, and even though I implement the same look on the Grid (regular not grouping) and all is shown and working.

Any Idea?

1 Reply

HA haneefm Syncfusion Team July 19, 2007 11:17 PM UTC

Hi Peer,

Try setting the CellType of the ColumnHeader cell to "ColumnHeaderCell" after setting the BaseStyle object in a TableControlPrepareViewStyleInfo event. Please try this code and let me know if this helps.

Best regards,
Haneef

Loader.
Up arrow icon