joeharrison714 / MVCGrid.Net

http://mvcgrid.net
MIT License
74 stars 55 forks source link

Loading Grid on Demand #61

Closed shefaliA closed 8 years ago

shefaliA commented 8 years ago

Hi,

I am using ADO.net and fetching my data in Data Layer and populating my business entity in Business Layer in ASP.net MVC4 application.

How can I populate .WithRetrieveDataMethod((context) method to bind the grid on load.Please suggest

shefaliA commented 8 years ago

I figured it out.Closing