This question is locked. New answers and comments are not allowed.
hello,
i attached the event
this.Filtering += new System.EventHandler<GridViewFilteringEventArgs>(OnFiltering);
void OnFiltering(object sender, GridViewGroupingEventArgs e)
{
}
how can i get which column is be filtering now?
it's better that i can get the column information (GridViewDataColumn)
Thanks
i attached the event
this.Filtering += new System.EventHandler<GridViewFilteringEventArgs>(OnFiltering);
void OnFiltering(object sender, GridViewGroupingEventArgs e)
{
}
how can i get which column is be filtering now?
it's better that i can get the column information (GridViewDataColumn)
Thanks