Grid.Mvc icon indicating copy to clipboard operation
Grid.Mvc copied to clipboard

IQurable

Open Alaeddinalhamoud opened this issue 8 years ago • 2 comments

Hi , Does this tool Support IQueryable or just List ??

Thanks

Alaeddinalhamoud avatar Aug 09 '17 16:08 Alaeddinalhamoud

Hi,

I think. I use ienumerable and it works great

arimaze avatar Aug 11 '17 12:08 arimaze

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

;)

Alaeddinalhamoud avatar Aug 27 '17 20:08 Alaeddinalhamoud