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
130
XamDataGrid Exception
posted

Hi ,

This is related to an error which we are tracing in Eventviewer of system by Dispatcher method while showing the values in UI in WPF application using XamDataGrid.

Error is shown as Below :

Message : PresentationException occured in App.Application_DispatcherUnhandledException, message: 'selectorArrow' name cannot be found in the name scope of 'System.Windows.Controls.ControlTemplate'., transactionID: Not available

Source :

Help link :

Data : System.Collections.ListDictionaryInternal

TargetSite :

Stack Trace : The stack trace is unavailable.

Additional Info:

Functionality is described as below :

With ViewModel Layer we are binding an list and the list is attached to the View in order to the shown the column present in the list in XamDatagrid at the presentation layer.

The column which is shown in Xamdatagrid is an Unbounded column.

While rendering over the UI , an 'Unhandled' Exception is thrown in UI and with logging the above error message.

Seeking help in order to resolve this issue.

Thanks,

Nitish