Hi,
i'm wondering if there is any way to select all rows (in case we have hundreds of rows), or is it possible to have a selectall option like copy/cut in context menu by right clicking on a row ,so that we can select all rows?
thank you!
2 Answers, 1 is accepted
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 02 Apr 2015, 10:28 AM
Hello Niloofar,
Thank you for writing.
You can subscribe to the ContextMenuOpening event and add the desired item. On its Click event you should perform the required rows selection. Please refer to our Modifying the Default Context Menu help article.
I hope this information helps. Should you have further questions, I would be glad to help.