Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1225
Add Row Filter in UltraDropDown embedded in UltraGrid
posted

Hello everybody,

I have an Ultragrid that have 4 columns, the fisrt column is a UltraDropDown, it´s populated from my Database and show me lots of rows. I need to filter by Code, Description, etc (columns from my DropDown), because the user can't memorize the code.

I'm using this code:

Private Sub cmbProducts_InitializeLayout(ByVal sender As Object, ByVal e As Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs) Handles cmbProducts.InitializeLayout
        Try

            e.Layout.Override.HeaderClickAction = UltraWinGrid.HeaderClickAction.SortMulti
            e.Layout.Override.AllowRowFiltering = DefaultableBoolean.True

(...)

UltraDropDown Products (Code, Description, Line, Price)

I'm using Infragistics 2010.3

This code doesn't work, please hace some idea?

Thanks in advance.

Parents Reply Children
No Data