I have a xamdatagrid with a boolean (checkbox) column. It's DataSource is an ObservableCollection. Does anyone have any ideas for how to add text (in the same cell) next to the checkbox? Kind of like a label. Ideally, this text will also handle a click event so that it can function like a link.
Hello,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
This is very helpful - exactly what I wanted. Thank you.
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I copied the default Style of the XamCheckEditor and added a TextBlock in its Template. I bound the Text to a Cell from the Record, but you can customize this as per your requirements. I also handled the PreviewMouseLeftButtonDown event, so the user can interact with the text as yon want. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
Last call ...?
Anybody?