Remove Focus from FpSpread
I have a problem removing t开发者_开发知识库he Focus from FpSpread to any other control in the same Form.
The real problem happens when opening another form while the old form is still opened, the focus remains at FpSpread in the old form.
any suggestions would be appreciated, thanks in advance.
Okay, I did not get the solution but I got around the problem by disable the control, then re-enable it after that.
That solves the problem for me, but certainly it is not the right solution.
精彩评论