Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
141
UltraWinGrid
posted

I  am trying to change the caption of the ultrawinGrid column  to an image instead of text I want to do it at run time as soon as one the cell under that col gets an image it should set the image to the caption of the header also at that point and if none of the cell under that col has an image then it should not dispaly any caption for the header of that col. Please help.

Thanks.

 

 

 

 

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    If you want to have no text in the column header, you will need to set the caption to an empty space character.

    To display an image, you would use the column.Header.Appearance.Image. You will probably want to set the colmun.Header.Appearance.ImageHAlign and ImageVAlign, also.

Children
No Data