StackOverflowException is thrown when setting SelectedValue in the SelectedIndexChanged event.
To workaround this we can unsubscribe from the event before setting the SelectedValue property and then subscribe again. Another approach is to change the SelectedIndex property in the SelectedIndexChanged or SelectedValue in the SelectedValueChanged event.
Currently, adding a standard MS Form also shows the .vb extension. However, adding a RadForm shows only the name which may lead to incorrect name of the form as it is demonstrated in the attached gif file:
Text is clipped in Fluent and Breeze theme
To workaround this, we can set the EnableRadAutoScale property to false.
RadControl.EnableRadAutoScale = false;
Workaround: add RadTreeNodes at run time.
To reproduce:
1.Create new RadTreeView
2.Create new ImageList and populate
3.Assign ImageList to RadTreeView
4.Open Property Builder
5.Assign Image to a Node, Apply, Close
6.Re-Open, change Node to a different Image, the previous image remains
Expected: the new image is successfully updated.
Actual: the old image remains:
Hi team,
To reproduce: Set RadLabel.AutoSize = True, RadLabel.MaximumSize = (100,0). When set the Text property to a string with width wider than 100, the text won't cut off (when TextWrap = false) or wrap to a new line (when TextWrap = true).
Workaround: Manually set RadLabel.LabelElement.MaxSize = New Size (100,0). The behavior of the control becomes normal. But it is not convenient as we have to set a large amount of label controls in the code behind rather than to set them in the designer.
Thank you.
Dear,
I wonder if it is possible to consult the release history by product & control & version, next to the (already existing) release history by product & version & control?
This feature has benifits:
This request can be applied for all your products.
Kind regards,
Peter
Dear Telerik Team!
Even though your components are one of my favourite 3rd party tools that I use in software development for years now; I have to rise a bug ticket for component called "TelerikMultiSelect". The problem is that when the autocomplete box's data source is updated for the first time using a timer's event the autocomplete box remains empty and I have to click outside and the inside of the input again.
Please consider investigating and fixing this issue.
Kind Regards,
Balázs Koncz
Hi guys,
It would be great to be able to set the day start/finish times in your Scheduler.
Your Scheduler control is fantastic, but I am building a Scheduler for a company that operates over 24hrs and the shift hours are
6am - 6pm
6pm - 6am
both shifts are classed as being the same day even though the nightshift crosses over to the next day.
I would like to be able to adjust the 24hr period that defines a day so that in month view the appointment will not carry over to the next shift.
and in day view, the schedule will start at 6am and go through to 6am.
If you could implement this, your scheduler control would be even more powerful and awesome.
Thanks!
Repro steps:
Observed behavior:
Expected behavior:
Observation / suggestion: