I am implementing a RadGrid without paging. What is the webservice signature for this case?
I researched the documentation and found how to do this with paging enabled, but it does not say anything about not having paging.
Thanks,
E.
1 Answer, 1 is accepted
0
Iana Tsolova
Telerik team
answered on 01 Dec 2010, 11:12 AM
Hello Lamborghini,
You should use the same signature with or without paging enabled. When paging is disabled, you can return int.Max instead of getting the items count.
Check it out and let me know if this works for you and if any issues arise.