Hi Adrian,
Thank you for using Syncfusion products.
We have analyzed your query and you can achieve your requirement by using the following code snippet.
Code Snippet[C#]:
|
private void RecordCount_Click(object sender, RoutedEventArgs e)
{
int count = this.SyncGrid.Model.View.Records.Count;
MessageBox.Show("Record Count :"+ count.ToString());
} |
We have prepared a sample based on this and it can be download from the following location.
Sample Location: GridDataControlRecordCount.zip
Note:
· Run the sample.
· Filter the records though filter bar.
· Click the Get record count button to get the record count
Please let us know if you have any questions.
Regards,
Raja sekar.G