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

table control

Former Member
0 Likes
409

I’ve created table control with more than 5 fields

In these fields first 3 fields should be freeze and When dragging the cursor in right side of table should not movePlease guide me to do.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
389

hi,

You have to give attribue fuxed column = 3 in the table control property.

Rewards with point if helpful.

Regards

Santosh.

3 REPLIES 3
Read only

Former Member
0 Likes
390

hi,

You have to give attribue fuxed column = 3 in the table control property.

Rewards with point if helpful.

Regards

Santosh.

Read only

former_member632991
Active Contributor
0 Likes
389

Hi,

There is a property for table control- FIXED COLUMN.

Click on table control, Set this property to 3.

first 3 columns will be fixed.

Hope it helps.

Regards,

Sonika

Read only

Former Member
0 Likes
389

man just make the three columns as fix columns which u can do by double clicking the table control and then set no of fixed columns equals to 3

If still facing some problem let me know