Telerik RadControls support

PowerBuilder 11.2 uses Telerik RadControls for menus, toolbars, and other controls in Web Forms applications by default. Although not recommended, you can use IE Web Controls instead of the RadControls, but you must change the PBWebControlSource global property for your application and install the IE Web Controls on the server.

Telerik RadControls provide enhanced functionality for Web Forms toolbars and menus, DatePicker and MonthCalendar controls, and TreeView controls. There are minor display differences for TreeView controls, depending on your PBWebControlSource selection.

For information on the effect of the PBWebControlSource selection on the HasButtons and Indent TreeView control properties, see the chapter on “Modified and Unsupported Features in Web Forms Projects” in the Deploying Applications and Components to .NET book.

If you must use IE Web Controls, you need to download IE Web Controls from the Microsoft Web site and install the controls on the Web server. After you install the controls, you must set the PBWebControlSource selection to “IE”, either on the Configuration tab of the Project painter before you deploy your application, or in the Web.config file after you deploy your application.

For information on installing IE Web Controls, see “Setting up IE Web Controls on the server” in the Deploying Applications and Components to .NET book.