Programmatically simulate CTRL + A in DataGrid in ASP.NET?
1 answer
While I cannot imagine the purpose of something like this, it looks like you will need to use javascript to do this. Add a button / link to the page and then use something like this script to highlight / select all the text in the DataGrid.
+1
a source to share