Completed
Last Updated: 26 May 2014 07:27 by ADMIN
ADMIN
Konstantin Petkov
Created on: 02 Jul 2013 08:05
Type: Feature Request
3
Silverlight SetText action can include property to control the clear text behavior
The SetText action in Silverlight clears the text prior to simulating the KeyPress actions if the SimulateRealUser is turned on. The request is to include a property which controls that clear text behavior (for a codeless solution).

The work-around today is to use a code similar to this:

// Type 'aa' into TextInputTextbox, don't clear text (clearCutText = 'false') - the last argument
TextBox textBox = Pages.TelerikToolBarFor.SilverlightApp.TextInputTextbox;
ArtOfTest.WebAii.Controls.Xaml.XamlControlHelper.SetText(textBox, true, "myText", 10, 100, true, false);
1 comment
ADMIN
Daniel Djambov
Posted on: 26 May 2014 07:27
Telerik: we have implemented this request and it will be available in our next internal release planned end of May/beginning of June 2014