‎2011 Mar 07 3:54 PM
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.
‎2011 Mar 07 4:24 PM
Hi
First Keep your table control in Input mode.In PBO disable the rows of table as per your requirment.
Regards,
Raghu.
‎2011 Mar 07 4:24 PM
Hi
First Keep your table control in Input mode.In PBO disable the rows of table as per your requirment.
Regards,
Raghu.
‎2011 Mar 07 4:45 PM
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