Hi:
Is there a way of counting the visible rows after applying a filter or multiple filter and a group or many group?
eg: There is a group template by Age column and I apply a filter in city column. How can I count the filtered rows?
Our code as follows:
radGridView_Filtered(.......)
{
label1.Text= radGridView.MatserTemplate.ChildRows.Where(o=>o.City='NanJing').Count;
}
If there is only filter ,the label1's text display filtered rows .But if there is a group ,the label1's text display zero.
I want the label1's text display filtered rows .
Greeting
Look forward to you
AJing
Is there a way of counting the visible rows after applying a filter or multiple filter and a group or many group?
eg: There is a group template by Age column and I apply a filter in city column. How can I count the filtered rows?
Our code as follows:
radGridView_Filtered(.......)
{
label1.Text= radGridView.MatserTemplate.ChildRows.Where(o=>o.City='NanJing').Count;
}
If there is only filter ,the label1's text display filtered rows .But if there is a group ,the label1's text display zero.
I want the label1's text display filtered rows .
Greeting
Look forward to you
AJing