TAdvSearchEditEditLink - OnSearchButtonClick

Hi,
In our program we are using TAdvSearchEditEditLink in a grid to let users search for values. When a value is not found, we want to be able to add it to the list using the OnSearchButtonClick. This works for the TAvdSearchEdit, however the OnSearchButtonClick property isn't supported in the TAdvSearchEditEditLink.
Could you suggest another way of doing this or add this feature to the TAdvSearchEditEditLink ?

Greetings,
Alex

We've exposed this event OnSearchButtonClick in TAdvSearchEditEditLink.
The next update will have this event.

Great! Thanks alot!