Hi. I am implementing some functions for my gridview.
I have some fast action buttons like selectAll, deselectAll, edit cell etc.
There's function for deselectAll cells in the API and i have implemented my fuction.
But i couldnt find any function for selecting all cells in the API.
Could you help me on this situation?
Best Regards
Hi,
There isn't a SelectAll method.
You would need to loop through all your row or cells, and create a path, and select it in order for them all to be selected.
-SteveZ