i am initializing Rich Text Editor multiple times using string...so each time task manager shows application consumes more and more memory
and at last application gets terminated. what should i do.
I'm having an issue with Recurring appointments on the latest version of the Telerik UI. (2015.1.331.20)
I have the SystemTimeZone property of the Scheduler set to UTC, and the computer is set to US Central time. (-5) When I set up one time appointments, everything works great. The times are saved to the database in UTC, and everything flows as it should.
When setting up recurring appointments, however, everything breaks. It seems right when setup, but once it's saved to the database and reloaded, everything is "off" by 5 hours. If I setup a recurring appointment at 8AM, it'll save as being at 1 PM, just like the standalone appointment, which is correct. But when it's loaded back, it'll appear at 3 AM on the schedule.
Odder yet, the Occurrences collection is actually correct... it shows the occurrences at 8AM, as it should. But visual display shows them at 3 AM. Basically, recurring appointments are subtracting the 5 hours TWICE.
I need a fix for this behavior that doesn't involve setting the computer time to UTC. (That's the only thing that worked thus far.)
This is in C#, and the OS is windows 7 Pro SP1
Thanks!
I am using the RadPageView and the Telerik Metro Blue theme. I have a case in my UI where there is only 1 tab displayed in the RadPageView. In that case I disable the singe RadPageViewPage so that it can't be clicked. When I do that the RadPageViewPage style is a white background with blue text. I would like to be able to set enabled to false but keep the RadPageViewPage style that it has when it is enabled (i.e. blue background and white text). I tried looking through the properties but I can't seem to find the right property to set. I was thinking something like myPageViewPage.MouseOverBackColor = myPageViewPage.BackColor or something like that.
Any suggestions as to what properties control the MouseOverStyle of the RadPageViewPage and how I could set them to use the Enabled style?
Thanks!
~Paul
Hi
I am using the RadTrackBar to navigate a series of measurement data
I need to add an extra colour bar parrrallel to the RadTrackBar control
The Extra bar must highlight any data exceptions or tolerance warnings (the user must manually navigate to these areas and verify the data)
tolerance exceptions in a colourized way
I would hope to find a control that does something similar to the way:
a) BeyondCompare uses vertical bars with red&blue lines when comparing two source files)
b) DNA Sequences are displayed in a chain
c) if a small icon could also be over layed at critical points this would also be useful
Any suggestions welcome
Sincerely IanF
Hello,
is there a possibility to print the chartview and the Pivotgrid together in one
Printdocument?
regards
Thomas
Hi
We build Telerik assemblies from source code using OemAssemblyName as per instructions at http://www.telerik.com/help/winforms/installation-deployment-and-distribution-redestributing-telerik-radcontrols-for-windows.html.
With 2015 Q1 SP1 (2015.1.331.40) built in Release40 configuration we are experiencing a strange issue when our application is installed on client machines. When one particular form is opened we get a series of nine pop-up 'TypeConverter' messages (please see the attached doc which shows the first four) before the form displays.
Apologies for the vague question but I was hoping you might be able to advise what might cause this issue? We haven't experienced it with previous releases where we've also built assemblies from source.
It kind of suggests that we're missing a dependency or have an incorrect reference in our build but I've double-checked and all appears to be fine there.
I'm struggling to found out why it's only the one form and if it's any particular control - otherwise I'd try to put together a test case.
As a workaround I have commented out the "Can't find TypeConverter from string for property ..." source code line in ..\RadControl\TPF\Theming\OLD\TSSP\XmlPropertySetting.cs but I'd rather address the real cause of the problem.
If it helps, the Telerik assemblies which we deploy with our application are:
Telerik.WinControls.dll
Telerik.WinControls.GridView.dll
Telerik.WinControls.RadDock.dll
Telerik.WinControls.Scheduler.dll
Telerik.WinControls.Themes.HighContrastBlack.dll
Telerik.WinControls.UI.dll
TelerikCommon.dll
TelerikData.dll
Again, apologies for the vague question with little supportive information but any ideas you have would be greatly appreciated.
Many thanks
Adrian
Hi
I have a legacy project that implemented with WinControls 2010. Now I should upgrade it to 2015 version (because it has problems with .net 4.5)
TabStripControl and other obsolete controls used in that project. So how can I upgrade them to new controls.
I managed to get 2011 version and upgrdae controls to that version and then use newer versions but there is no 2011 version available.
So how could I upgrade the project?
Hi,
If you have a RadDropdownList on a form at run-time and the user clicks on it, and then decides to click on the form itself (not another control) the mousewheel can still be used to change the RadDropdownList contents.
This seems like it could lead to accidental changes to the RadDropdownList's contents.
Is this by design? Is there a simple way to prevent this behavior?
Thanks,
-Lou