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
425
How to set the TextID for columns in UltraWinGrid
posted

Hi all

I am using object list as datasource, so key property could not be change, and I can't use key as the Text ID. Is there any other way to set the grid's column's textId other than the key property??

BR

Bryan

Parents
  • 20872
    Offline posted

    Hello Bryan,

    I believe that you are able to change the Header Text of any column like:

    ultraGrid1.DisplayLayout.Bands[Key].Columns[Index].Header.Caption =

     

    "Desired Text";

    Please let me know if you need any further help.

Reply Children