using Telerik.Web.UI;
...
protected void rgCatalogs_NeedDataSource(object source, GridNeedDataSourceEventArgs e)
{
Query qry = SalesCatalog.CreateQuery();
rgCatalogs.DataSource = qry.ExecuteDataSet();
}
Wednesday, December 3, 2008
Using Telerik RadGrid - Codebehind - Subsonic
The following code is required in to populate the grid using subsonic:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment