Grid.Mvc
Grid.Mvc copied to clipboard
IQurable
Hi , Does this tool Support IQueryable or just List ??
Thanks
Hi,
I think. I use ienumerable and it works great
Thank you, I did it like this >>> I use IQurable interface, after IEnmun
IEnumerable<Post> model = repositoryPost.PostList.OrderBy(p => p.PostId) .OrderByDescending(p => p.Create_time);
PostList>>is>>>IQurable
;)