Hi,
I want to associate an object to the cell in a xamDatagrid with Converter class. I couldn't find a solution on this.
Please help me.
Jomy
Hi all,
Sorry for the delay. I found a way around already. I wasn't checking the post.
Thank you all for your help.
Jomy A V
Hello Jomy,
We are still following this forum thread.Have you been able to take a look at the provided sample application?If you have any other questions or concerns about this matter please do not hesitate to contact us.
It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking into your post and I created a sample project for you with the functionality you want. Basically I used UnboundFields to show the Complex Property’s Properties, instead of Converters.
Feel free to write me if you have further questions.
I want to bind an object collection to the grid, hence one object will be bound to a cell. I can do operations on the object which will reflect the change in the grid cells. But I couldn't find a way to apply a Converter class to this cell object while binding to perform editing operation in the cell.