Hi
For some reason, i have to implement a custom collection. But when I tried to define a column key using indexer (Collection[IndexNumberHere]) I get exception and value of the cell are null? Could you help me with that?
P.s.: If I change the property in my View Model to IList everything works fine. Looks like inner code checks to IList type but I think it should check if IsAssignableFrom. Does it make sense?
See attached project
.2656.XamGridFilterMenuCase.zip
Hello Vasily,
I have created case for you with ID 247682 so this gets further attention from the rest of the development team. You could reach your case following the link bellow for more details and status updates:
https://es.infragistics.com/my-account/support-activity I will update you via the mentioned case, so if you have any further questions or comments please update your case.
Michael DiFilippo said:which leads me to believe it's an issue with using the brackets in xaml
Will it be fixed in the next release?
Thank you for contacting Infragistics. I reproduced the exception and tested/compared against our XamDataGrid and everything works as expected, which leads me to believe it's an issue with using the brackets in xaml. To work around this you can use an UnboundColumn with a converter.
Please see the revised sample here:
8233.XamGridFilterMenuCase.zip
Let me know if you have any questions.