FIX The SelectAll method in RadGridView is slow when there is a large number of rows
1. Create a new project and add RadGridView
2. Bind to a large DataSource (e.g. 150 k rows)
3. Set MultiSelect property to true
4. On a button click call the SelectAll method
5. Run the application and click the button