Hi,
I'm using XamDocManager to open usercontrol with floating type.
That usercontrol contains C1FlexGrid and user can edit cells, but if usercontrol is added to SplitPane with FloatingOnly option, user can't edit cells, because keyboard forcus event not work.
But, if that usercontrol is added to tabcontrol, it works well.
How can I solve this problem?
Thanks.
Hello,
Thank you for your post. I have been looking into it but since you use a third party controls I am not able to reproduce your behavior, so could you please send me an isolated sample project along with the DLLs needed for the C1FlexGrid, where the issue is reproduced, so I could be able to investigate this further for you.
Looking forward for your reply.
Thank you for your reply.
I have attacted a sample project. There are two buttons in MainWindow.xaml.
If you click the window button, you can edit the "first" field data in the grid.
But, if you click the Floating button, you can't edit the "first" field data in the grid.
Thank you.