Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
220
How to bind igGrid with DataTable in server side in asp.net mvc
posted

I use the following code to server bind igGrid, but it can not work. 

 

@(Html.Infragistics().Grid<System.Data.DataRow>().ID("DataTableId").DataSource(Model.AsQueryable()).DataBind().Render())

 

How to bind the DataSource with DataTable?

Thanks.

Parents
  • 24671
    posted

    hi , 

     

    could you give some more details about exactly what doesn't work ? Do you get an empty grid, do you get an exception, etc? could you also show your controller code. Do you get any errors in the Javascript console of your browser ? 

    Thanks,

    Angel 

Reply Children