Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dynamic Table control header text

Former Member
0 Likes
423

Hi everyone,

I need to change the column header texts of a table control dynamically.

There are 32 columns in my table control. I got the information that I have to use I/O fields for every columns as the column header texts to change it dynamically.

But it didn't work as the I/O box goes into the body of the table control instead of being placed in the header area. So I checked w/title and tried to drag and drop the I/O boxes on the header text place of table control. But it allowed only one I/O box to be there in the header area..

Please suggest me any idea to place the 32 I/O boxes in the header area as the corresponding column headers in the table control..

Thanks in advance,

Sheeba.

1 REPLY 1
Read only

Former Member
0 Likes
340

Resolved the issue..