I want to write automated unit tests for Sort and filter functionality in RadGridView.
In my test method I want to bind 1000 mock records to the GridView and run the sort and filter.
Is that possible? If Yes throw some light please.
Karandeep Singh
1 Answer, 1 is accepted
0
Julian Benkov
Telerik team
answered on 27 Apr 2012, 12:44 PM
Hi Karandeep,
Here is a sample code with unit tests for the filtering and sorting operations: