Hi -
I'm doing a trial of the the Telerik grid and want to know how to do the display data on the Grid;
I need to databind the grid (on the server side) to a IList<T> where T is a custom class. The grid does not display the data.
My Code is below
MS GridView displays the data from the same datasource.
Please advise
Thanks
Kaushik
I'm doing a trial of the the Telerik grid and want to know how to do the display data on the Grid;
I need to databind the grid (on the server side) to a IList<T> where T is a custom class. The grid does not display the data.
My Code is below
RadGrid.DataSource = <list>;
RadGrid.DataBind();
MS GridView displays the data from the same datasource.
Please advise
Thanks
Kaushik