Using WinProgressBar inside WinGrid Among the different Infragistics editors that can be embedded into a WinGrid™ column, WinProgressBar™ is very useful in showing a graphical, progress-like indication of numeric values. The progress bar requires three properties for it to work in general. It requires a Minimum Va...
Validating Character Entries Background The WinGrid’s™ KeyPress event provides you with total control over key-by-key user input and the ability to translate or validate these key strokes. Questions How do I treat the period (.) key like a slash (/) key in a date field? Solution In the KeyPress Event, use the Key ...
WinGrid 2004.3 The ability to serialize summaries at design-time has been implemented. Now you can create summaries at design-time, either by modifying a summaries collection via a .NET collection editor or by enabling summaries (setting AllowRowSummaries to True) and then selecting the summaries using the Sigma i...
WinGrid 2005.1 Merged Cell Functionality The WinGrid™ now supports merging cells with like values. The following new properties have been added to support this functionality: UltraGridOverride object: MergedCellStyle, MergedCellContentArea and MergedCellAppearance UltraGridColumn object: MergedCellStyle, MergedCel...
WinGrid 2005.2 Fixed Row Support Fixed Rows feature allows you to fix (freeze) rows on the top or the bottom so that when the grid is scrolled vertically, the fixed rows do not get scrolled out of view. Fixed rows are supported in root bands. For more information, see Row Layouts. The following image shows three r...
WinGrid 2005.3 Explore the new features and enhancements that were added to the WinGrid™ control in the 2005 Volume 3 release by clicking the links below. CellClickAction Property Added Column Chooser Column Styles Added Column Swapping in RowLayout Column TabIndex Property Display Cell Image in GroupBy Header Fil...
WinGrid 2006.1 Explore all the powerful new WinGrid™ features and improvements that were added in the 2006 Volume 1 release. Clipboard Support for WinGrid — Now use Copy (Ctrl-C) and Paste (Ctrl-V) operations between the WinGrid and Microsoft® Excel®. Recursive Rows Enumerator — Easily loop through the entire WinG...
WinGrid 2006.3 Explore the new WinGrid™ features that were added in the 2006 Volume 3 release: New Cell Appearances New FormattedTextEditor Option Added to the ColumnStyle Enumeration New Style for HotTracking Cells You Can Now Clear Modified Cells from Allocated Memory You Can Now Determine if a Cell Has Been All...
Working with Column Positions Background Users can change the visible position of columns by first clicking on the column header to select the column, then clicking again on the column header and dragging it to a different position. The developer can change column positions by setting the .Header.VisiblePosition p...
Working with Column Scroll Regions Background A grid with many columns can be difficult to work with on a display with restricted real estate. Column Scroll Regions allow the user or developer to split the display horizontally so different columns can display in each Region. Another use of column scroll regions is...