Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
95
Select All Cells in gridview
posted

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

  • 40030
    Suggested Answer
    Offline posted

    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