Solved
how to Add checkbox in grid to select rows in grid to pass the data to service?
- September 18, 2020
- 3 replies
- 4639 views
hello,
i have added a checkboxes in a grid.
Bind the service to the grid and then i have bind EditedTable of grid to infotable input parameter(Workout_id) of the DB service to pass the Workout_id.
I set iseditable and multiselect property of grid to true, and also set the true value to editable in configure grid columns.
But after that the checkboxes has set default value true. I don't want default value true for checkboxes.
so is there any way where i can set default value false to checkboxes? here i have shared attachments, please refer for your better understanding.
Regards,
Ruchika

