Version

Search Results

Creating a WinGridRowEditTemplate Programmatically

Creating a WinGridRowEditTemplate Programmatically Before You Begin The WinGridRowEditTemplate™ control is a powerful editing tool for your end user. You can manage the layout of the template just as you would a normal Windows Forms panel. Since the template derives from System.Windows.Forms.Panel, you can use any...

WinGridRowEditTemplate Smart Tag

WinGridRowEditTemplate Smart Tag In Visual Studio 2005 (.NET Framework 2.0), each Ultimate UI for Windows Forms control/component is equipped with a Smart Tag. By simply selecting the control/component, a Smart Tag anchor appears. When you click this anchor, a pop-up panel appears, providing you with quick and eas...

Understanding WinGridRowEditTemplate

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

Using WinGridRowEditTemplate

Using WinGridRowEditTemplate This section is your gateway to important task-based information that will help you to effectively use the various features and functionalities provided by the WinGridRowEditTemplate™ control. Adding a WinGridRowEditTemplate Dialog Box to WinGrid Adding Buttons to WinGridRowEditTemplat...

WinGridRowEditTemplate

WinGridRowEditTemplate If you’re looking for an area that houses all of the overview/task-based information related to the WinGridRowEditTemplate™ control, you’ve come to the right place. This section contains valuable information about WinGridRowEditTemplate, ranging from what the control does and why you would w...

About WinGridWordWriter

About WinGridWordWriter When used with the WinGridWordWriter™ component, the WinGrid™ control is able to write data into a new Microsoft® Word document. Exporting to Word is a process similar to printing grid data, where you have control over how Layouts and Appearances are applied to the data before export. Addit...

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. WinGridWordWriter Namespace: Infragistics.Win.UltraWinGr...

Exporting Multiple WinGrids to Word

Exporting Multiple WinGrids to Word The WinGridWordWriter™ component enables you to export multiple WinGrid™ controls to a new Word document using the Export method, based on the WordDocumentWriter object within the Infragisitcs.Documents.IO assembly. The Export method accepts the WinGrid control that you wish to ...

Export WinGrid Asynchronously

Export WinGrid Asynchronously The WinGridWordWriter™ component enables you to asynchronously export your entire WinGrid™ directly into a Microsoft Word document. You do this by calling the ExportAsync method of the UltraGridWordWriter object. Introduction Asynchronous exporting, as opposed to synchronous, allows u...

Exporting WinGrid with Paragraphs to Word

Exporting WinGrid with Paragraphs to Word The WinGridWordWriter™ component enables data export from the WinGrid™ control to a new Word document. Additionally other elements such as paragraphs, images, hyperlinks etc., can also be inserted into the document either before or after the WinGrid control. The following ...