Version

Search Results

Highlighting an Active Row with Background Color

Highlighting an Active Row with Background Color Using the BackColor property of the ActiveRow’s Appearance object, you can choose to highlight the active row with a color. In Visual Basic: In C#:

HotTracking Appearances

HotTracking Appearances This feature takes steps that are normally implemented in code and makes them easier by providing properties. The effect is on mouse over of cells the grid will either change the background color or highlight the text.

HotTracking Grouped Rows

HotTracking Grouped Rows Topic Overview Purpose This topic is an overview of the HotTracking feature and provides a code example demonstrating how to enable HotTracking appearance on rows in GroupBy mode. Required background The following topics are prerequisites to understanding this topic: Topic Purpose GroupBy ...

HotTracking Rows, Cells, and Headers

HotTracking Rows, Cells, and Headers This topic explains how to highlight a row, cell or header that is currently being hot-tracked. Hot-tracking refers to visually emphasizing a UI element over which a mouse is hovering. To change the display of rows, cells or headers that are being hot-tracked: WinGrid™ exposes ...

HotTracking (WinGrid)

HotTracking (WinGrid) Introduction The topics in this group explain about HotTracking of the WinGrid™ controls, which include rows, cells, column headers and grouped rows. Topics Topic Purpose HotTracking Grouped Rows This topic is an overview of the HotTracking feature and provides a code example demonstrating ho...

HyperLinks in WinGrid Cells

HyperLinks in WinGrid Cells Before You Begin Cells in a WinGrid™ may have Hyperlinks that require a click event to be handled. For instance a WinGrid column may represent your data model’s Primary Key and is set up as a Hyperlink. You may want your end users to click these Hyperlinks and perhaps launch a Browser a...

IList and IBindingList

IList and IBindingList WinGrid™ is most widely used with database related data sources. WinGrid is designed to handle the display of hierarchical data. However, because of the object oriented nature of .NET applications, WinGrid can be bound to data models which implement interfaces presented by the DataTable, Dat...

Implementing Conditional Formatting at Design Time

Implementing Conditional Formatting at Design Time Conditional Formatting allows you to add rules to a WinGrid™ column that conditionally formats cells if the rule evaluates to true. You can define Conditional Formatting rules in the WinGrid during runtime using the Conditional Formatting dialog. The dialog is ava...

Configuring the Indenting Grouped Rows (WinGrid, GroupBy)

Configuring the Indenting Grouped Rows (WinGrid, GroupBy) You can specify the indentation of a Band’s GroupBy rows by setting the IndentationGroupByRow property. The value of this property is the number of pixels by which the GroupBy rows of a Band will be offset from the left edge of that Band. To access the Inde...

InitializeLayout Event

InitializeLayout Event The InitializeLayout event is arguably the most important event fired by the WinGrid™ control. The InitializeLayout event fires immediately after you assign a data source to WinGrid. This event is important if you assign a data source to WinGrid at run time. Without setting a data source at ...