15
Views
4
Comments
Solved
How to track the value of rows by check box in datagrid .
Question
Application Type
Reactive

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.


test121.png
Solution

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.

Hi Sarabjeet,

Please check the attached OML for you reference.

I hope it will solve your problem.

Thanks

DataGrid.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.