Simple question..
How do I add an unbound image column or button column with an image to a datagrid?
I want users to be able to click on a button or image (ideally a button with an image ) beside a record. This would through my on code open a window showing a details screen. So I would neeed the ID from the selected record.
Hello,
Displaying complex data in unbound fields and displaying images in fields are common scenarios. Here are a few reference websites. Please let me know if one of these answers your question:
Displaying an Image in a Field:http://help.infragistics.com/Help/NetAdvantage/WPF/2009.2/CLR3.5/html/xamDataGrid_Displaying_an_Image_in_a_Field.htmlUsing an Unbound Field to Display a Complex Propertyhttp://help.infragistics.com/Help/NetAdvantage/WPF/2009.2/CLR3.5/html/xamDataGrid_Using_an_Unbound_Field_to_Display_a_Complex_Property_XAML.html
Putting a CheckBox in the cells of an UnboundField of XamDataGridhttp://blogs.infragistics.com/blogs/josh_smith/archive/2008/06/16/putting-a-checkbox-in-the-cells-of-an-unboundfield-of-xamdatagrid.aspx
Image for each record in xamdatagridhttp://blogs.infragistics.com/forums/p/32501/177336.aspx
Thank you!