Hi,
SummaryDefinitions works very well when grid has data. When there is no data in the grid, application hangs. I'm binding the xamDataGrid with XmlDataProvider, basically there is no data on teh XamlDataprovider that time grid does't show up and application hangs. any suggestions/Comments?
It's got resolved. there was a problem to setting the DataSource of the XamDataGrid. I needed to set the same to Null , if no data available.
-Ashwath