This question is locked. New answers and comments are not allowed.
When you turn on AJax binding for a grid and pass in a a collection of data to
Html.Telerik().Grid(data)
Why does the grid do a subsequent ajax request once the grid is rendered in the browser. It was my understanding that the ajax request would only be used for paging/sorting/filtering.
Is there anyway to avoid this. From a UX perspective it is much better if the page loads with the grid already contain the first page of data. At that point no ajax request is needed since the data it is going to get back is redundant.
Html.Telerik().Grid(data)
Why does the grid do a subsequent ajax request once the grid is rendered in the browser. It was my understanding that the ajax request would only be used for paging/sorting/filtering.
Is there anyway to avoid this. From a UX perspective it is much better if the page loads with the grid already contain the first page of data. At that point no ajax request is needed since the data it is going to get back is redundant.