
Hello,
Is there a way to dynamically change the text of a column header in a Grid based on the valued of the cell text? I have a grid that may have say 10 rows and in a particular column I am displaying some number and a dynamic string. The dynamic string would be same for all the 10 rows at any 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
*This post is locked for comments
I have the same question (0)Hi,
You can do it by override form data source method selectionChange(), and this is an example of override it
alfasith.blogspot.com/.../selectionchange-in-dynamic-ax.html