Version

Search Results

Performing External Summary Calculations

Performing External Summary Calculations Topic Overview Purpose This topic explains, with code examples, the most common tasks related to performing external summary calculations in the UltraGrid™ control. Required Background The following table lists the topics required as a prerequisite to understanding this top...

Populating a ValueList

Populating a ValueList You can use a ValueList object to provide a dropdown list of values for a WinGrid™ column. The ValueList object is ideal for any WinGrid column that represents a foreign key field that contains related information in a lookup table. The ValueList object is a lightweight alternative to the Wi...

Positioning Column Summaries

Positioning Column Summaries Background By default, when performing calculations on columns, the results will be shown directly at the bottom of the affected column. This article will show you how to manipulate these summaries so they can be shown in various locations within the summaries area. Questions How can y...

Presenting Data

Presenting Data In this section, you’ll find links to topics on how to present your data in the WinGrid™ control. About Data Filters Adding Row Description Using Row Preview Adding Unbound Columns to WinGrid Assign Specific Widths to Columns Auto-Fit Columns Using the AutoFitStyle Property Conditional Formatting C...

Printing WinGrid in Card View

Printing WinGrid in Card View Before You Begin WinGrid™ offers several printing options from exporting your grid to a Microsoft® Excel® file or PDF document, to sending your grid to a print preview dialog or printer. WinGrid can be in several visual states when you print or export it. However, WinGrid’s look on th...

Printing

Printing Click on the following links to know about printing data in WinGrid. Printing WinGrid in Card View Printing Total number of Pages Page Break When Printing

Recursive Rows Enumerator

Recursive Rows Enumerator We’ve now made it easier for you to loop through all rows and bands in a grid by using a new enumerator. Previously, you would have had to create an entire recursive method just to accomplish this task. Now, with the GetRowsEnumerator method, you can use a single foreach loop to traverse ...

Removing Grid Lines

Removing Grid Lines Background To provide a more pleasant user experience, the developer may need to remove the grid lines. This can be done by setting the cell border to transparent and setting the color of the row border to the same color as the cell background. Questions How do I remove the grid lines? Solution...

Resizing Columns

Resizing Columns In This Topic Background Questions Sample Project ColPosChanged Events Background WinGrid™ supports many different Column Sizing scenarios. The user can change the column size by dragging the column separator to the left or right, and can request an Auto Resize Column by double-clicking the column...

WinGrid Resource Strings Reference

WinGrid Resource Strings Reference You can quickly and easily modify any resource string value that is displayed to a user by a control/component. Resource strings include items such as dialog box captions, warning messages, alerts, etc. The following table lists the names of the resource strings that are used by ...