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
60
How to use a row filtrerable component in ultraGridCell
posted

Hello,

I'm using an UltraWinGrid.

I would like to use something like an UltraCombo in a cell.

But UltraCombo doesn't  support a "Filter UI Type = Filter row".

As my customers could have many data, it is better to provide something for  filtering.
One item of this "UltraCombo" will have 3 or 4 columns.

I tryed with an UltraTextEditor defined as the EditorComponent.

On the button Right, I defined A DropDowEditorButton with an another UltraWinGrid as Control.

But I don't understand how I can get the selected row of my "sub UltraGrid"?

Thanks.