Hi guys,
we need to update a text in columns header dynamically on the table view form. We created forms variables ,setup these variables to text property and turned on “Displaytags property”. On recordselection we initialize variables. Every thing works in Smart client,but in web client the columns header updated only when form loaded ,but when moving between rows of the grid the headers not changed(even so the variables changing a values). UpdateUi not works in web client , only works when we call controller.recreateUI (but in this case we loose resizing) or also works when I click on the header (the text refresh)
Is it possible in Web client somehow refresh a headers?
Forgot to tell If I push ‘F5’ in the browser, then headers displayed correctly.
afaik this is not possible in either which client type.
I think recreateUI is your only option, or start using a grid webcomponent.
This last one is done before, but requires quite some work.
You could also look into the page source and see if the headers have a specific sv_id
In that case it might be possible to grab the element and change the text.