We would like to change the behavior of the RadDateTimeEditorElement when entering a date via the keyboard.
Depending on the location the application is used in, the date will be entered in either dd/MMM/yyyy format or dd/MM/yyyy format.
Lets use dd/MMM/yyyy format as an example...
When clicking on the MMM section of the date, user should be able to key in "JAN" or "FEB", etc. Currently when they enter "J" and want to get to July, they have to press "J" several times to get to it. Pressing "A" after the "J" would take them to "APR". Other date controls in the application do not behave this way so the users are a little frustrated.
When clicking on the yyyy section of the date, the year rolls as the keyboard is being pressed. So if the date was 1973 and the user wanted it to change to 2015, they would see 2197... 2019... 2011.. 2015. The users see this as high risk for error.
Basically, the user wants to be able to key in an entire date (with the format restricted) and it be validated when entry is completed.
I'm sure we can override the events in order to do something like this, whether it be on the keypress/keydown/keyup events... but because the entire section of the date is always selected, I'm unsure how to do this.... or maybe it's a completely different event I should be looking at altogether.
Any help would be appreciated.
Thanks
Hi,
I want to have rotator with sliding images (including animated GIFs) (like ticker - left to right rotation). Here is my scenario.
(1) Receive continuous data from socket (no need to implement in sample code) in a thread. This thread in turn will add predefined images in the rotator based on data received. This means that this thread will keep on adding images to rotator 24X7 while rotator is rotating.
(2) Will any overflow occur in rotator as end number of images will be added during day? If there is limit, code should remove items from rotator if limit breach.
(3) I also want some label on top of each image where I can set some text.
Can we add any control dynamically in rotator, and it rotate like ticker? If yes I need some sample code on that too please.
Best Regards
Chandrak
Hello!
I'm currently working on a project which uses the Telerik libraries for winforms, and richtexteditor in particular
I've noticed a few things after dealing with a problem I had with the format providers:
1.There are 3 types of FormatProviders libraries:
Telerik.Winforms.Documnets.Formatproviders
Telerik.WinControls.RichTextBox.FormatProviders
Telerik.Windows.Documents.Flow.FormatProviders
I work with richtexteditor so the second one won't apply. But, when I tried to use the 3rd one it gave me an error when trying to export/import:
The best overload method match for 'Telerik.Windows.Documents.Common.FormatProviders.FormatProviderBase<Telerik.Windows.Documents.Flow.Model.RadFlowDocument>.Export(Telerik.Windows.Documents.Flow.Model.RadFlowDocument, System.IO.Stream) has some invalid arguments'
I decided to work with the first library for Format Provider. However, when trying to export .docx documents with pictures or hyperlinkes in them, it throws this exception:
'System.Collections.Generic.KeyNotFoundException' occured in mscorlib.dll'
Additional information: The given key was not present in the dictionary
Any solution?
Thank you,
Nisim
RadListView1.SelectedItem.SubItems(3).Text =
"Test"
Hello Everyone,
I would like create Line and Pie chart and to update real time data as well as historical data, let say every 10 second, every month likewise. I want to create a small application.I would like to build a chart to let use scroll back to see last hour data but on current screen i would like to show real time as well as historical data on the same chart. Please help me.
Please do needful.
Regards
Rushali Watane