cancel
Showing results for 
Search instead for 
Did you mean: 

How to display the sorting arrows in the table column header

Former Member
0 Kudos

Hi

I am doing a sorting for some columns from the click of the table column headers, In Developer studio, we are able to view the up and down arrows, I need that also to be made visible at run time, so that the user knows that there exists sorting based on that particular column. Is there any other way of doing it ? I cant place more than one control on the header or wrap the text to two lines..also. please clarify. thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I assume you are using NW 04.

The table column header contains a IWDCaption element which may display an icon and a text. See property IWDCaption.imageSource.

The table tutorial might also be helpful.

Armin