How to get AsODataEnumerable

I need to use paging in the grid. I need the AsODataEnumerable extension. How do I get that?

This extension method is available after importing the Radzen namespace.

 public static ODataEnumerable<T> AsODataEnumerable<T>(this IEnumerable<T> source);