Hi,
i can get the RecordCount with xamDataGrid1.RecordManager.GetFilteredInDataRecords().Count<DataRecord>();
But when the Application is starting first time and the control is creating, i can´t find the right moment to get the current count. I always get 0 for the record count.
In addition i load a custom filter with LoadCustomizations at the start time after the control was created. So they can be already some record filter set.
greetings
Hase1982
i have allready tried the Loaded event but this is throwing immediately after the control has been created and that´s too early because the DataContext hasn't been set yet.
thanks for your support
Hase
Hello,
Thank you for your post. I have been looking into and I can suggest you use the XamDataGrid’s Loaded event and check the Record’s Count in the handler.
Hope this helps you.