162
Views
3
Comments
Solved
[OutSystems Data Grid] How to reset checkbox selection inside client action?
outsystems-data-grid
Reactive icon
Forge asset by OutSystems
Application Type
Reactive

Hello,

We are trying to reset the checkbox selection inside a client action.
When a button is pressed, inside the client action there will be some processing and after that the checkbox selection will be reset as initially was.

Is it possible to clear the checkbox selection from client action?

Regards.

2018-12-13 07-53-54
Alam
Solution

I was being able to clear the checkbox selection with the following script.

Thanks.

2021-03-30 13-44-25
Balaji Ravikumar

Hi Alam,

              Just you reset the flag assosiate with that checkbox. Or do you need any particular checkbox to remain in same flag, any conditions is there.

Thanks

Balaji

2018-12-13 07-53-54
Alam

I am talking about the Row Selection checkbox which was added recently.
Keep aside the processing, we need to clear the checked state by clicking a button. So that GetCheckedRowsData client action will return us the rowsData.length=0.

2018-12-13 07-53-54
Alam
Solution

I was being able to clear the checkbox selection with the following script.

Thanks.

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