Dynamic header text in grid column based on the row/cell value

Hello,

Is there a way to dynamically change the text of the column header in a Grid based on the valued of the cell text? I have a grid that may have 10 rows and in a particular column I am displaying some number and a dynamic string. The dynamic string would be same all the time for a specific column and users want the column name to be changed dynamically based the string value in the cell. Is there a possibility or work around?

Thanks,

Dave

I probably don’t understand your description. You claim that the dynamic string will always be the same, which makes it pretty useless in a grid. You would be repeating the same value ten times, which doesn’t add any value. And adding the value for the eleventh time (as the column name) makes even less sense to me.