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
still looking for an answer.
Danko Valkov"] 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.
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.
Yes, and actually, my question was not detail enough. Sorry.
I believe UltraWinGrid use the key property for langauge resources look up. if the key does not match the column's key property, grid will use the key has the caption, for example, "ClientId". but i dont control the resources files, and the TextId for Client Id field is not "ClientId", but "Client Ref Id", so I need some way to set the column's TextId to "Client Ref Id" to display the correct caption in different langauges from the resource files.