Hello,
I need help.
I allowed to drag files to my application, via Drad'n Drop. Files from filesystem works without any problem, but I can't an attachment directly from outlook. Is there any solution for my problem?
I don't want to store the whole mail, only one attachment.
Kind regards
Telerik.Data.Expressions.ExpressionItem doesn't allow association to custom class (object)
I'm adding a lot of custom ExpressionItems but cannot link the expressions to my class instances.
Why isn't there a Tag property like, almost, every other class in the universe?
Feature to add... I hope
thanks

Is there any way we can able to set the property at application level or config level?
I have RadGrid columns (gridboundcolumn) through out the application and we want to apply a property/attribute to all the columns at application/config file level. So that we do not need to go to each and every line of columns and add the property or attribute.
I don't understand the meaning or the usefullness of Autocomplete in a DropDownList
If I just have a regular DropDownList, Autocomplete-Like-Behaviour is already working fine, you type the first character, it's autocompleted.
Why having 2 different DataSources for the same input ?
radCheckedDropDownList1.DataSource = items;
radCheckedDropDownList1.ValueMember = "ID";
radCheckedDropDownList1.DisplayMember = "Label";
radCheckedDropDownList1.CheckedMember = "Checked";
radCheckedDropDownList1.AutoCompleteDataSource = items;
radCheckedDropDownList1.AutoCompleteValueMember = "ID";
radCheckedDropDownList1.AutoCompleteDisplayMember = "Label";
I do not even have an idea, which List is coming up, if I start typing ? The DropDownList, or the Autocomplete-Dropdown ?
In what situations is it useful to have this combination ?

Hi,
I have one case like this:
ID Name OpenDate Status
1 A 02/02/2018 10:00 Open
2 A 02/02/2018 15:00 Close
3 A 02/02/2018 16:00 Open
3 A 02/03/2018 8:00 Open
3 A 02/03/2018 12:00 Close
4 B 02/02/2018 10:00 Open
I want to build grid like this for specified Name. when I choose A the grid should be displayed:
Date Open Close. Open
02/02/2018 10:00 15:00 16:00
02/03/2018 8:00 12:00
How can I achieve it ?
Thanks.
Redocking doesn't show the MdiContainer where to dock when maximized
Way to reproduce:
Printscreen shows the blue rectangle which the dimensions are the dockable container that could accept the docking of this child-form.
If I do the same thing in my VisualStudio environment, as soon as I start trying to dock back, I see the possible dockable container.
Need help trying to figure out how to add custom buy/sell indicator, label and or colors to a chart that is based on the CandleStick Series. I attached a example of what i am looking to accomplish, this is a screenshot of an existing chart i created, it display the O,H,L,V, and other indicators like ema, just having a hard time trying to figure out how to add custom items like symbols (triangles, arrows, and a bar) at a specific point in date and time and display the symbol, and buy/sell label how do i accomplish this and is this possible using RadChartView?

Hi,
I need to retain the user selections committed on my form in a particular radGridView, These selections are committed to a GridViewCheckBoxColumn. Upon filtering/sorting etc the gridView data, user selections get replaced with the default view, i.e. without any selections.
Is there any way I can do that?

dtp.DateTimePickerElement.TextBoxElement.Shortcuts.Add(new RadShortcut(Keys.Control, Keys.D));