I am using linqdatasource to bind the the radgrid. In the linqdatasource I am specifying a view from the database. If i run the view in query analyzer it takes 3 to 4 sec.
Navigating the grid using page numbers takes around 2 secs which is fine.
Problem here is when I enter search criteria in the filter box it would take more than 7 sec. Any reason why it would happen?
could also clarify how linqdatasource works internally. If I click a page no. does it execute the view again and show only the appropriate records?
Navigating the grid using page numbers takes around 2 secs which is fine.
Problem here is when I enter search criteria in the filter box it would take more than 7 sec. Any reason why it would happen?
could also clarify how linqdatasource works internally. If I click a page no. does it execute the view again and show only the appropriate records?