Filter Combobox

Started by dioneib, April 16, 2015, 05:37:37 PM

Previous topic - Next topic

dioneib

A cell of a GRID would like to filter the list items.
According to the text typed table items must be filtered.
The cell and type Combo Box.
It's possible ???

owenwengerd

I don't think that level of handling is possible with a grid cell edit control. You could try something fancy like cancelling the built-in edit control during OnBeginLabelEdit, then instead display your own edit control as a small modeless form that emulates a filtering combo box.

dioneib

I wanted to avoid this type of procedure.
An existing event in the table itself would be interesting.
When the KeyDown event is fired?

Fred Tomke

Hi, OnKeyDown is fired if a key is about to be pressed. I used a customized filter combo when I was younger :) as shown in the video.
Regards, Fred
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

dioneib

The OnKeyDown event seems to be triggered by the Grid.
What is the correct way to use a grid?
I can not work and the example there is no reference OnKeyDown in a grid object.

I wish I could filter the Combo list of options as you enter the component.
Its?

hugs
Dionei