Hi Telerik team,
I have a special case where it is required to find a row number automatically and later on save it to respective binded property.
I have gone through some of examples to find row indexes but can you please guide me how to set them to respective fields.
I am trying to validate a Textbox that will hold an IP Address. I have a working example that works as expected
<telerik:RadMaskedTextInput ValidationRegex="{x:Static maskedInput:ValidationHelper.IP}" x:Name="hueIpAddress" Height="23" Margin="203,39,0,0" VerticalAlignment="Top" Width="120" HorizontalAlignment="Left"
EmptyContent="Enter IP Address"
InputBehavior="Insert"
Mask="{Binding Path=Text, ElementName=Mask, Mode=TwoWay}"
IsClearButtonVisible="False"
SelectionOnFocus="CaretToEnd"
TextMode="PlainText"
UpdateValueEvent="ProperyChanged" />
But no matter what I do, I cannot get an event to fire when the value is updated. I have tried ValueChanged and ValueChanging, but none fire as expected, and I am not interested in playing the PreviewTextInput/KeyDown game which is unreliable. I want to be able to update a label on my page with the current value of the text box, and doing it via the handle method as I will need to do other stuff as well.
I need the time interval to be 1 minute. This makes the dropdown unusable. How can I disable or just remove the dropdown completely so it works like the old WinForms time picker? I saw this:
https://www.telerik.com/forums/how-to-remove-the-drop-down-button
but it's pretty old and I don't really want to mess with Expression Blend (if it even still exists?). I would also need the cursor keys and mouse wheel to increment/decrement the current value.
Or is it better to just try make the NumericUpDown work like a TimePicker?
Hello,
As you can see in the attached screenshot, the first row has not a top red line.
Created the visual studio project with
telerik:RadRichTextBoxRibbonUI and System.Windows.Controls.RichtextBox
How can we communicate between above two components.
Created one Visual studio project with telerik Richtextbox
Trying to compose in Telugu language using IME keyboard but the cursor is jumping ahead.
The following problem is solved for Devanagari script.
Please go thru the following link for your reference,
https://www.telerik.com/forums/silverlight-richtextbox-unicode-issue
So I have the honor to write the first post on this board. :-)
I like the new TaskBoard component. What I would like to do is show the tags together with an icon and I can't find a solution for that. Also I can't find a way to define the colour of the tags. Is there a template that I can modify? Any hint would be nice!
Regards
Heiko
Hi
I have a 3 monitor setup.
When my application opens on the first monitor the splash screen is shown on the second one.
Is there a way to control this?
/Flemming
Hello,
Im trying to dev my own GanttDragResizeVisualCueTemplate in order to add data in .
But i would like to keep the default behavior of dynamically computing stop and start task time on resize.
How the default GanttDragResizeVisualCueTemplate is computing theses 2 properties ?
Regards,