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.
I was being able to clear the checkbox selection with the following script.
Thanks.
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
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.