Enabling IME Mode on a Single Column Input Method Editors (IME) allow your end users to enter data in Chinese, Korean, or Japanese using a standard keyboard. This is extremely important if you localize your application in several different languages. WinGrid fully supports IME mode all the way down to the column l...
Enabling Multiple Row Selection Purpose This topic provides a conceptual overview of how to enable multiple row selection in the WinGrid™ ColumnChooser. This feature can be useful in scenarios where the changing the visibility or position of large numbers of columns is an application requirement. Required backgrou...
Enabling Selection Overlay for Selected Cells In Microsoft® Excel®, a rectangular selection area is overlaid on selected cells and this overlay provides a color-washed appearance for the underlying cells. The same effect can be achieved for the WinGrid™ control by using the SelectionOverlayColor and SelectionOverl...
Enforcing Constraints Defined in an XSD Schema (Part 4 of 4) The WinGrid™ has the ability to extract data constraints from an XSD schema and enforce those constraints on data inputted by the end-user. These constraints apply to both the Bands and the Columns of the grid. Band-level constraints involve the number o...
Expanding All Rows in WinGrid Use the ExpandAll method to expand all the rows in the grid. This could be useful if you have the WinGrid™ set to OutlookGroupBy mode, and have it sorted by predefined columns. You can use the ExpandAll to expand all the rows in each group. The follow code demonstrates this idea. In V...
Configuring the Expanding of Grouped Rows (WinGrid, GroupBy) The GroupByRowExpansionStyle property allows you to specify how GroupBy rows are expanded by the end-user. By default the GroupBy rows can be expanded by either clicking on a GroupBy row’s expansion indicator, double-clicking on the GroupBy row, or with ...
Filling in Empty Rows Fill out the remaining rows of a grid with empty rows. This is strictly a look-and-feel enhancement so that the end-user has a better looking grid. The Empty Rows feature lets you fill the blank area in the WinGrid™ after the last row with empty rows. These empty rows can not be activated. Th...
Filtering Rows with Errors WinGrid™ supports filtering based on whether cells have errors as determined by the IDataErrorInfo implementation of the underlying data source. The FilterOperandDropDownItems property of the UltraGridColumn and Override objects provides a way to select which items should be displayed in...
Filtering Click on the following links to know about the various ways of filtering data in™. Use the Filter Row Feature Handle Filtered Rows Using Filter Actions Enabling Enhanced Filtering on WinGrid Applying Enhanced Filter COndition to WinGrid at Run Time Adding a Custom Filter to Enhanced Filtering UI on a Win...
Format Strings WinGrid™ uses the standard formatting types (e.g., numeric, date/time, and enumeration) provided by the .NET Framework in order to handle formatting of your data. The ToString method of the object to be formatted is invoked, with the format string and FormatInfo passed as parameters. The method retu...