Hi,
I have two major problems using the ControlHostEditor:
1. How can i reach that my custom editor gets the focus when entering the cell using tab or arrow keys?
2. A converter for manipulating the data just before the edit template gets started is not used. It looks like the cell buffers the data and ignores changes.
I also tried to set the cells value directly using Cell.Value on CellActivating. But the editor always gets the "old" value...
How can I solve these problems?
Hello,
It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. So I have been looking through your post and I attached a sample project which I get from this blog:
http://blogs.infragistics.com/blogs/andrew_smith/archive/2009/03/27/hosting-wpf-controls-in-a-xamdatagrid-cell.aspx
and I added an event handler for the GotFocused event of the custom editor.
Feel free to write me if you have further questions.