Unplanned
Last Updated: 29 Mar 2016 10:23 by ADMIN
ADMIN
Hristo
Created on: 24 Feb 2016 12:07
Category: Editors
Type: Bug Report
1
FIX. RadBrowseEditor - tooltips are not displayed if you hover on the text box
Workaround: 
((StackLayoutElement)this.radBrowseEditor1.BrowseElement.Children[2]).ShouldHandleMouseInput = false;
this.radBrowseEditor1.BrowseElement.TextBoxItem.RouteMessages = true;
0 comments