Hi guys,
Please, tell me, where I can find a relevant example for UnboundColumnContentProvider class usage? I want to inherit this class, to add some members, to override the ResolveEditorControl and ResolveDisplayElement, in which I need to establish bindings for the controls which are created inside these two methods?
This class will be further used as content provider for my unbound columns.
Thanks!
Hi,
So, i'm not sure you would want to derive from UnboundColumn and UnboundColumnContentProvider, you probably want to derive from Column or EditableColumn.
One of my colleagues wrote a great article about creating your own Custom column:
http://blogs.infragistics.com/blogs/devin_rader/archive/2010/07/08/creating-custom-columns-for-xamgrid.aspx
-SteveZ