Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1255
TemplateField functionality in an UnboundField?
posted

The new TemplateField class only seems to work on properties directly on the DataItem. However, I have a case where I want to combine several properties into one field. Previously I used an UnboundField and a custom ControlHostEditor as described elsewhere in this forum.

Do I still have to use ControlHostEditor for this scenario?

Can you suggest a way to do this without CellValuePresenterStyle or ControlHostEditor?