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
220
XamGrid: Invalid Indexer specified if using custom collection type
posted

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