What is the event for "column posion changed"?
Up to now I used ColumnIndexChanged in oder version of telerik or CollectionChanged event in newer telerik verion. But this event is no longer existing ?!?
Hello
I may coded it incorrect way. When I clicked the (X) button to close, it does not release memory. I can see through Windows Task Manager.
RadDesktopAlert alert = new RadDesktopAlert(); alert.FixedSize = new Size(330, 110); alert.PopupAnimation = true; alert.PopupAnimationFrames = 50; // 50 is default alert.ShowOptionsButton = false; alert.CaptionText = "NEW POPUP"; alert.ContentText = "WELCOME"; alert.AutoClose = Properties.Settings.Default.allowAutoClose; alert.AutoCloseDelay = Properties.Settings.Default.delayAutoCloseInSec; ; alert.Popup.Click += new EventHandler(Popup_Click); alert.Show();Can someone please help me how to release/dispose RadDesktopAlert's memory properly?
Thank you!



Hi,
I have a RadTreeView with some items inside and want to drag and drop items to a custom control derived from RadControl (which is inside a DocumentWindow in a RadDock).
I tried to attach TreeViewElement.DragDropService.PreviewDragOver event but it does not fire for my custom control. (Have set AllowDrop to true and tried to implement ISupportDrop interface but no luck)
Any help would be appreciated.

Hi,
we got a pretty infuriating problem with Telerik for WinForms. We don't know why but the project started to producing errors when renaming RadControls: "Property value is not valid." (see attached screenshot). The renaming is still done, but the code for the old name is still left behind in the designer. So if I add a checkbox, it gets the name "radCheckBox1" and rename it to "radCheckBoxUser", the error will pop up and code for both will stay in the designer code. Also, if I create an event via the property window in VS for radCheckBoxUser, it will still reference the old checkbox and create a "radCheckBox1_ToggleStateChanged" event. So almost every time we add or change a control, we have to clean up designer code and code behind, which is too time consuming.
Can anybody give us a clue as to why this behavior occurs and help us to solve this problem? It would be really appreciated.
Thanks and regards,
Steve.
RadDropDownList1.ListElement.AutoSizeItems = TrueRadDropDownList1.ListElement.ItemHeight = 34RadDropDownList1.DropDownListElement.ItemHeight = 34RadDropDownList1.DropDownListElement.AutoSize = TrueRadDropDownList1.DropDownListElement.AutoSizeItems = True
There's a step property in the RadTimePicker, which I up untill this point believed set the amount of hours / minutes to step when the buttons in the timepicker were clicked, this however, doesn't seem to be the case. Why is there no step property for hours and minutes?
To explain further: I want the user to only be able to step by one hour or by 30 minutes, is there no way of achieving this with the given properties existing within the Timepicker?

