
Hi,
I am using the scheduler and I need to change the connection string at run time. How can I do that?
Thanks for the help.

Hi, i would like to know if when a user close a page on the pageview, the controls inside this page will be dereferenced (thus become eligible for garbage collection) or if I have to handle the closed event and manually remove all the controls inside the page.
Also would like to know if there is something I can do to cleanup removed pages or if the removed pages are automatically managed by the pageview control or if i have to call dispose on the page itself in the closed event.
It's just to be sure not to lock too much memory for too long time, i did not find a documentation page about this.
Best regards
Andrea

if we are using simple combo box with let suppose database. below is the example of datasource
1. Florida = FL
2. NewYork = NY
3. New Jerssy = NJ
if user press N (combo box is selected) it will select New York and if user again press N it will select next item in the list New Jerssy. can we have same behavior with multicolumn combo box.
regards,
zeeshan

Dear,
is there any capability to change or set the column type dynamically to GridViewHyperlinkColumn after binding?
Regards,

Hello,
I made some tests with the trial version (2015.02...) shipped with Progress Developer Studio and with this Version the localization worked. Now I purchased a regular Version (2016.02.....) and installed it. I build a complete new Form with a RadDock (correct version 2016.02...) in it an tried the localization in the following steps, which work with the 2015.02 Version
1. in the Using section:
USING Telerik.WinControls.UI.Localization.RadDockLocalizationProvider.
2. in the Constructor:
RadDockLocalizationProvider:CurrentProvider = NEW Basis.DockGermanLocalization().
After typing "RadDockLocalizationProvider:" the Dev.Studio proposes me the property "CurrentProvider". The form compiles with no errors. Running the form gives me then following error:
"System.MissingMethodException: The method "Telerik.Controls.UI.Localization.RadDockLocalizationProvider.CurrentProvider" not found"
What did I wrong? Thank you for your answer in advance
Regards
Jürgen

Dear Telerik.
Is there a way to restrict to select one row only at one time?
Thanks,
Nishan.

Hi,
I'm currently setting up a PivotGrid where I want to be able to export the content to Excel and PDF.
I'm using the RadSpreadProcessing-library for this, and this works great locally (http://docs.telerik.com/devtools/winforms/pivotgrid/exporting-data/spread-export).
However, when the build is sent to the build server, I get an error that it's missing an assembly reference for "The type or namespace name 'SpreadExportRenderer' could not be found (are you missing a using directive or an assembly reference?)"
I've included all the assemblies mentioned in the link above, what am I missing? is the SpreadExportRenderer found somewhere else?
