Skip to main content

Hi All,

I have a grid and it has check box type field called Select. Now I need to create an option to check All and uncheck all. Can someone please help me to do this?

Thanks

Bhagya

@bhagyat25  Please add AllowCheckAll = true for the grid checkbox field in the .aspx page like below.

 

 


@bhagyat25  Please add AllowCheckAll = true for the grid checkbox field in the .aspx page like below.

 

 

Thanks @Naveen Boga .

 


Reply