Hi. I have a datagrid that use the event NeedDataSource. I don't what to fill up the grid with rows before the user have do a filtering because if not the grid will show many thousand records. So how can i get the filtervalue in NeedDataSource event ?
HI Cecilie Nordbø
inside need dataSource()
--------------------------
if (!IsPostBack)
{
grdClassSchList.MasterTableView.FilterExpression = "([EducationPeriodName] LIKE \'%" + " Year 2010-2011" + "%\') ";