edGridDropDown editor : managing several

Hi

Probably a stupid question.

In your exemple : Example 81 : The edDetailDropDown and edGridDropDown inplace editors
it exists one edGridDropDown control with the contains filled using a "InitGridDropDown" into the FormCreate event.

Is it possible to use this way to fill up 2 column with edGridDropDown inplace editors.
InitGridDropDown1 for the first column and InitGridDropDown2 for the second ?

Or I have to do this with OnGetEditorType ?

Regards
olivier

The place to do this is from grid.OnGetEditorProp

Thanks for you quick answer

ok for "OnGetEditorProp"

That means I have to fill each edGridDropDown editor each time I need to edit it and not only once during the "form" creation ?

olivier

If you want two different dropdown grid controls, yes.

Thanks

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