Hello
I have enabled All in the paging options with the RadGrid using this code:
<PagerStyle EnableAllOptionInPagerComboBox="true" />
How would I default the paging to "All"? I tried PageSize="All" in the RadGrid tag but it throws an error.
Cannot create an object of type 'System.Int32' from its string representation 'All' for the 'PageSize' property.