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

Selected Input-enabled row in table control

Former Member
0 Likes
434

I have table control with an Application Toolbar containing "Change" button. Now, if select row(s) in the table control that row will be input-enabled. And when i scroll-down vertically, the visible rows in the table control must be input-enabled.

How to achieve this?

Feluda.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
387

Hi

First Keep your table control in Input mode.In PBO disable the rows of table as per your requirment.

Regards,

Raghu.

2 REPLIES 2
Read only

Former Member
0 Likes
388

Hi

First Keep your table control in Input mode.In PBO disable the rows of table as per your requirment.

Regards,

Raghu.

Read only

0 Likes
387

Thanks Raghu,

Initially, the table control is input disabled. If i select one check-box or more than one check-box i.e. selected row(s) in the table control will be input-enabled.

Regards,

Feluda