Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2915
Application crash Filter is Enabled on XamGrid?
posted

Hi,

   We are on v11.2 and we have the following XamGrid definition. If I include the highlighted section, the application fails with 

"The DataManager attempted to create an instance of the type ‘System.Data.DataRowView’ which does not have an empty parameter list." Is there any way to get around this issue?

 <ig:XamGrid x:Name="Grid" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" AutoGenerateColumns="False"  Width="Auto" ItemsSource="{Binding Details}" >

<ig:XamGrid.FilteringSettings>
<ig:FilteringSettings AllowFiltering="FilterMenu" />
</ig:XamGrid.FilteringSettings>

<ig:XamGrid.Columns>

.

.

.

 </ig:XamGrid.Columns>

 </ig:XamGrid>