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

How to capture drop down list close event for GridViewComboBoxColumn

1 Answer 119 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Yipeng
Top achievements
Rank 1
Yipeng asked on 14 Sep 2018, 08:05 AM
I have a GridViewComboBoxColumn in my grid, and want to capture drop down list close event to finish some task at that time. But I did not find proper event in GridViewComboBoxColumn for this, anyone can help? Thanks!

1 Answer, 1 is accepted

Sort by
0
Dilyan Traykov
Telerik team
answered on 18 Sep 2018, 03:02 PM
Hello Yipeng,

As the GridViewComboBoxColumn does not expose such events itself, you can handle the RadComboBox.SelectionChangedEvent via the RadGridView control itself as suggested in this article.

Please let me know if this would work for you.

Regards,
Dilyan Traykov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
GridView
Asked by
Yipeng
Top achievements
Rank 1
Answers by
Dilyan Traykov
Telerik team
Share this question
or