• Sorting GroupByRows in the WinGrid by the Number of Child Rows

    Introduction

    Using OutlookGroupBy, UltraWinGrid allows you to group rows with similar values together just like Microsoft Outlook.

    The way grouping works is that the grid will sort the column and then loop through the rows to find matching values.…

  • Creating a dropdown list in a grid cell whose list values are dependent on another cell

    Introduction

    The UltraGridColumn has a ValueList property which allows you to attach a dropdown list to the column. The dropdown list may be any class that implements the IValueList interface, which includes the ValueList, BindableValueList, or UltraDropDown…