I am new to MVC3
I am having a page with webgrid and some searching options on httpget my webgrid is blank as mine functionality is like that webgrid will have some data after my searching(means after page posts and upto this its working fine). now, I am using that webgrid with some custom search filters. When ever I click, paging or sorting in GRID, it goes to HttpGet and not to HttpPost and from HttpGet its returns null value and grid disappears.
I hope I didn't confuse you all.
Thanks..