Hi everybody,
I'm localizing my app and I want to set the text of the header context menu of the list grid, by using the methods:
listgrid.setFreezeFieldText()
listgrid.setUnfreezeFieldText();
According to the javadoc, it is possible to provide a dynamic string, so that the title of the column can be included in the text. However, I'm not really sure how to do this, and was wondering if someone could provide a simple example?
I have attached an image where Im showing the context menu for the column named "Station". In the bottom of the context menu, I want to put "Lås Station" (danish for "Freeze station"). As u can see, I am missing the column title.
I'm localizing my app and I want to set the text of the header context menu of the list grid, by using the methods:
listgrid.setFreezeFieldText()
listgrid.setUnfreezeFieldText();
According to the javadoc, it is possible to provide a dynamic string, so that the title of the column can be included in the text. However, I'm not really sure how to do this, and was wondering if someone could provide a simple example?
I have attached an image where Im showing the context menu for the column named "Station". In the bottom of the context menu, I want to put "Lås Station" (danish for "Freeze station"). As u can see, I am missing the column title.
Comment