Hello Telerik,
When I set the value of a RadTimePicker with a DateTime which is not on the current day, it is not possible to edit the time with the control anymore ?
I'm using the last release (2017.3.912.40).
Hi,
I'm using a RadApplicationMenu in my project at the moment, and it's working great with the theme applied. However, I've been asked if there's any way to make the dropdown activate when you mouseover it, rather than when you click it. Obviously I can write a mouseover event for it, but I don't know if it's possible to trigger the menu from this event?
Any help you could provide would be appreciated.
Thanks,
-Alexis
Hi,
I'm using "RadControls for WinForms Q3 2011 SP1" internal build "2011.3.11.1219".I would like to fix appointment width. Our customer created the appointment for one resource. The problem is they do not know exactly schedule time for this resource, so they select one date and time is same (09:00am to 10:00 am). They can't see anything on scheduler when they want to assign the correct date. So i want to set fix width on each appointment. How may i set the width for each appointment.
Hello,
I want to put a clickable image in GridView cell, that button should have a button click event attached to it and i want to get that cell value in click event.
And i not only want a image in cell but also text from datasource,
HI
I am a binding a datatable to a gridview. 4 columns are bit, while displaying the gridview it shows the checkbox, when I try to click the check box, showing the error setValue.
Please help me how to set the checkbox values true or false and I hv to save into the database
Table.
I am a Programmer I need this Immediately, Please Reply As soon as Possible
Thank u
I have a RadTreeView with a blue background and white text. This is problematic with the default bright yellow highlight colors, which I want to keep. So in I change the color of my elements to Black if the element is selected:
private void radTreeView1_NodeFormatting(object sender, TreeNodeFormattingEventArgs e)
{
// The text we want to change the color of is actually a text element inside a layout element within the
// content of the node, so we need to parse down and find it
StackLayoutElement layout = e.NodeElement.ContentElement.Children[0] as StackLayoutElement;
LightVisualElement element = layout.Children[1] as LightVisualElement;
if (e.Node.Selected)
element.ForeColor = Color.Black;
else
element.ResetValue(LightVisualElement.ForeColorProperty, ValueResetFlags.Local);
}
That works great. The only problem is I need it to black when it's hot-tracking as well, and I don't know how to tell if a node is currently highlighted from being .
How can I tell if the node his highlighted (hot tracking) but not actually selected?
hello
when i add shape to my diagram i can see in design but diagrams datasource doesnt update and when copy shape again i can see previous shape in datasource .
I want to update datasource when I add Item.
Please Help me.
Hi,
what I'm looking for is the possibility to inherit from an application common form, of type RadForm, in wich I've placed some common controls, as RadSplitContainer and so on.
The only way to achieve this seems to be create another proejct in solution, of type of WinForms, then convert it as Code Library, creating my generic RadForm in it. So, I can add reference to this solution's project from my main UI project, add a inheriting form and pickup the inheritance from my other DLL. Also in this manner, but this seems to be a problem of VS (2015 Enterprise) I can't get the form to inherit until I manually browse the DLL of my other project, into the BIN\DEBUG folder, also if the project is included in the solution. Very strange...
But, anyway, if I don't create separate project with my common form, I'm unable to inherit from it if is included in the main UI project. Really, I can inherit, manually changing che myForm : BaseTelerikForm inheritance on the code. But, doing this, in designer view I can't see anything in the derived form, but really I've many controls in base RadForm. I've tryed to change the Modifier for each controls, I've checked references to Telerik.WinControls.dll, Telerik.WinControls.UI.dll and Telerik.WinControls.UI.Design.dll how to mentioned in another post without having any change.
Why is so difficult inherit from a standard base Telerik RadForm and what 'm doing wrong?
Thanks so much and sorry for my bad english!
Hi
I have a datatable with id and 4 columns, I am using RadMultiComboBox and
RadMutliColumnComboBoxSelectionExtender, My display member is one of the column in the datatable.
I want the display value member is showed in the combobox, I want the Ids should be tokenised as a string.
Please help me how to do this? Earliest reply is good.
HI
I am a binding a datatable to a gridview. 4 columns are bit, while displaying the gridview it shows the checkbox, when I try to click the check box, showing the error setValue.
Please help me how to set the checkbox values true or false and I hv to save into the database
Table.
Regards