This is a migrated thread and some comments may be shown as answers.

Clear

1 Answer 79 Views
MultiColumnComboBox
This is a migrated thread and some comments may be shown as answers.
SSirica
Top achievements
Rank 3
Iron
Iron
Iron
SSirica asked on 27 Apr 2020, 02:35 PM

There is no server event that gets triggered when a user uses the clear function. The logical event would be to trigger the SelectedIndexChanged since it is essentially going from a value to nothing, therefore changing the selected index.  I'm sure that since the world is slowly trying to forget about server programming and concentrating on Java that there is some java solution that won't do me a hill of bean worth of good.  

My point, would it be so bad to have the clear function trigger something?

1 Answer, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 29 Apr 2020, 12:27 PM

Hello,

The OnChange client event is triggered when the content is cleared, where you can manually trigger a postback if needed.

If you set the AutoPostBack property of the MultiColumnComboBox to true, then the postback will be triggered automatically when an item is selected from the dropdown or when the clear button is clicked.

Regards,
Peter Milchev
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
MultiColumnComboBox
Asked by
SSirica
Top achievements
Rank 3
Iron
Iron
Iron
Answers by
Peter Milchev
Telerik team
Share this question
or