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 Reply Children
No Data