‎2014 Nov 25 9:13 PM
Hi Everyone,
I created a Table with 4 columns checkbox text view and 2 input fields,
My requirement is, when user selected checkbox then the particular row input fields should become editable otherwise they should be in disable mode.
I created table by using fpm_list_uibb component.
How can I achieve this functionality.
Thanks in advance.
Thanks,
Pavan
‎2014 Nov 26 2:11 AM
Hi Pavan,
This can achieved in get_data method of the feeder class .
Read the <ct_data> table n according the check box selected, you can enable n disable the respective field.
Hope this helps.
Thanks,
Sanket.
‎2014 Nov 26 5:16 AM
Hi Sanket,
Could you please provide me the code, it will help me a lot.
Even I try by looping ct_data data, whenever checkbox is selected I provided code to enable field but instead of particular row field the entire column is getting enabled.
So if you provide me the logic it would give me a idea.
Thanks in advance.
Warm Regards,
Pavan Kumar Gangula