XamTextEditor can not be used in any type of repeater style control... e.g. ItemsControls or even in a CellValuePresenter as the Text field value is ignored...
Sandiq,
See third post down.
http://forums.infragistics.com/forums/t/1154.aspx
This has been acknowledged as a bug now
Hi Matt,
Can you provide a specific scenario? If you could post a sample test app or code snippet that'd be great.
BTW, CellValuePresenter already makes use of XamTextEditor. As a matter of fact, that's the default editor for string types in data presenter.
Thanks,
Sandip
Hint: It looking like this is due to XamTextEditor not explicitly being assigned a Name/uid. It doesnt seem to work correctly in these scenarios, unlike TextBox which works flawlessly.