Started by dioneib ·
2015-04-17 00:37 UTC ·
4 replies · SMF topic #2257
dioneib
2015-04-17 00:37 UTC
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
2015-04-17 15:04 UTC
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
2015-04-17 17:00 UTC
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
2015-04-20 05:03 UTC
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
dioneib
2015-04-20 21:44 UTC
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