Interact with selection from edAdvGridDropDown editor into AdvStringgrid

Hi

Into a ADVStringGrid, one column is set with edAdvGridDropDown Editor.

It works, the cells with the column display the right info. But I didn't success to fill others cells on the grid with information contained in the editor

I tried with an event "on select", but without succes. what I'm missing ?
Project5.zip (9.1 KB)

I included a small project

thanks in advance

You use edAdvGridDropDown , as such you need to assign your event handler to
lst_Piege.AdvGridDropDown.OnSelect := Select_lst_Piege;
and not
lst_Piege.GridDropDown.OnSelect := Select_lst_Piege;

Damned, I should find it :(

Thanks you,

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.