Hello,
I'm using a RadDropDownList control and i've noticed when handling the PopupOpening event, the sender object being passed is a RadDropDownListElement object and not the RadDropDownList control itself. Is there a way to get the RadDropDownList object from the RadDropDownListElement object? I need to get the parent control of the actual RadDropDownList control and i can't do this from the RadDropDownListElement object currently.
I have the same problem with the RadColorBox and its ValueChanged event handler returning a RadColorBoxElement object instead of RadColorBox.
Let me know if you need more information!
Thanks,
Hayley
private void button1_Click(object sender, EventArgs e)
{
this.TopMost = true;
this.BringToFront();
radColorDialog1.Reset();
if (radColorDialog1.ShowDialog(this) == DialogResult.OK)
{
}
}
Hello,
When I open a form with Telerik component on it, it is not possible to select it anymore.
No problem with "standard" controls. Only Telerik controls are causing this issue. I have a RadGridView and a RadColorBox.
Any idea?
Thank you!
Philippe
I wish to programmatically select the "Basic" Colors Tab when the colorbox is opened, without hidding the other tabs
Thanks in advance
Greetings,
Is it possible to disable System, Web or Professional tab in colorbox dialog ?