i want to track the value of selected checkbox's row so i can track whos value is seleted.
than i want to exportExcel only those row which are selected by check boxes in datagrid
I have also attach a file so anyone can understand what is my requirement.
Hi,
You can use GetCheckedRowsData action or GetSelectedRowsData action to get the row data that are selected by user. after that you can deserialize the json which you will get in output and pass the result list to recordListToExcel action.
This way you will get the excels with data of selected rows only.
Regards,
Pramod.
Thank You Pramod
Glad to help :)
Hi Sarabjeet,
Please check the attached OML for you reference.
I hope it will solve your problem.
Thanks