With the normal wpf dategrid you can set the cells to have a template selector, ie if the datatype is a date it shows a date selector...etc. Is there a way to do something similar to this within the infragistics datagrid? I have searched all over and can't seem to find a parallel.
Hello,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
Thank you for your post. I have been looking into it and I can say that by default every CellValuePresenter has an Editor in it, depending on the Type of the Cell’s Value, but you can change the default Editor for a particular Field. Here you can find more information and read how to do so:
http://help.infragistics.com/NetAdvantage/WPF/2011.2/CLR4.0/?page=xamData_About_xamDataPresenter_and_xamEditors.html
and
http://help.infragistics.com/NetAdvantage/WPF/2011.2/CLR4.0/?page=xamDataPresenter_Embedding_a_xamEditor_in_a_Field.html
Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.