Program uses spell check and autocomplete on a radtextbox control.
In order to use ILMerge, I have:
Telerik.WinControls.RadTypeResolver.Instance.ResolveTypesInCurrentAssembly = True
Near top of main form.
References in Solution Explorer show:
Telerik.WinControls
Telerik.WinControls.SpellChecker
Telerik.WinControls.UI
Telerik.WinControls.Design
However, when I build the program, I find just about every major Telerik assembly dll, From PdfView, to RadWebCam.
I've searched the entire solution, and can't figure out where all those references are coming from.
Where did I go wrong?

Hi
Is there a way to remove the startButtonImage, respectively the tabs start at the left?
If I set:
this.radRibbonBar1.RibbonBarElement.ApplicationButtonElement.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
The button is gone but the space is still here.
I also tried:
this.radRibbonBar1.StartButtonImage = null;
this.radRibbonBar1.StartMenuWidth = 0;
but the space is always here.
Thank you in Advance
Kind Regards,
Dominik

Hi,
I'm programming with VB.NET, I need help with the ChartView Y-axis value formatting.
Can you let me know how to format the Y-axis with thousand separator instead of the exponential format and how to widen the Y axis if this is the issue.
I attached a screenshot...
Thanks and best regards,
Dominic
How for I offset ChartView Line Chart Label position more to the left of the datapoint ?
Meaning how do I move the label further left of the datapoint ?
Hello,
The ScrollBar getting started guide shows a example using panels.
Please, may I know if is possible to use RadGridView with a RadVScrollbar?
An application can have multiples RadGridView and the default scroll bars doesn't match with the theme selected.
An example will be useful.
Thanks

Does anyone have any examples of using the RadSpellChecker with the WinForm DataGridView? I'm trying to integrate these together and I'm not finding any examples or guidance.
Thanks
Hi,
I want visible range minimum / maximum of vertical axis after zoom in.
Image1 is default view
Image2 is zoom view
How to get visible range of 12437.1275 & 11437.1275 after zoom

I'm trying to remove the sort arrow from column headers in the RadListView control.
I attached an image for example.
Thank you.
