Version

Search Results

Sub-Classing WinDataSource to Represent a Business Class

Sub-Classing WinDataSource to Represent a Business Class This walkthrough is split into the following five parts: Getting Started Retrieving Data in Your Business Class Inserting and Updating Data in Your Business Class Initializing Field Values with the OnRowAdded Event Using Your Business Class in an Application

Understanding WinDataSource

Understanding WinDataSource This is a great place for you to start learning about the WinDataSource™ component, and its key features and functionalities. The topics in this section will give you a better idea of why you would want to use WinDataSource in your applications. Click the links below to gain an overview...

Use Add and Insert Methods with Arrays

Use Add and Insert Methods with Arrays In 2005 Volume 1, new overloads were added to the Add and Insert methods of the WinDataSource™ component. The new overloads allow you to pass in an array of cell values to initialize a new row. The following steps walk you through the setup of an application that uses this fu...

Use WinDataSource at Run Time

Use WinDataSource at Run Time You can easily define a data schema and add rows of data to your schema at runtime as well as design time using the WinDataSource designer. The following code will programmatically add Bands , Columns and Rows to an existing WinDataSource™ control, then bind the WinDataSource to an ex...

Using the WinDataSource Designer

Using the WinDataSource Designer You can easily define a data schema and add rows of data to your schema using the WinDataSource™ designer. Once you drag the non-visual WinDataSource component onto your form, you can right-click on to component and select UltraDataSource Designer from the context menu. The Ultrada...

Using Your Business Class in an Application

Using Your Business Class in an Application Now that our Business Class has been created and all appropriate events handled how is this used in an application? It is pretty simple actually. All you need to do is drag an instance of the component on your Windows Form. You can now use design time DataBinding to assi...

WinDataSource 2005.1

WinDataSource 2005.1 Initialize Row Using Array of Cell Values Overloads to the Infragistics.win.ultrawindatasourceinfragistics.win.ultrawindatasource.ultradatarowscollectionadd(boolean,object).html[Add] and Infragistics.win.ultrawindatasourceinfragistics.win.ultrawindatasource.ultradatarowscollectioninsert(int32,...

WinDataSource

WinDataSource If you’re looking for an area that houses all of the overview/task-based information related to the WinDataSource™ component, you’ve come to the right place. This section contains valuable information about WinDataSource, ranging from what the component does and why you would want to use it in your a...

API Overview

API Overview This section lists each namespace that is relevant to the control. We also give you several key classes that you will be using while programming with this control. The namespaces and classes on this page link directly into our API documentation. WinEditors Namespace: Infragistics.Win.UltraWinEditors K...

About WinDateTimeEditor

About WinDateTimeEditor The WinDateTimeEditor™ control is a date time editor similar to the intrinsic DateTimePicker provided by the .NET framework, with additional features such as: Appearance support — Full Appearance support including alpha-blending, gradients, image, etc. Built-in Theming — Supports Standard, ...