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

Radgrid, RadDropDownList, Command Event

1 Answer 76 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 04 Mar 2016, 06:46 PM

I have a radgrid with columns for edit, copy and delete, which fire the associated command events. I would like to combine these options in one column, in a raddropdownlist control. Is it possible to fire the appropriate command events by clicking items in a raddropdownlist?

(ASP.NET 4.0, IIS, Windows 7, IE 11, C#, Telerik.Web.UI version 4.0.30319)

- Paul

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 08 Mar 2016, 09:32 AM
Hi Paul,

You can handle the client-side OnClientItemSelected event of the RadDropDownList and fire the command with the MasterTableView's fireCommand method:
Hope this helps.


Regards,
Konstantin Dikov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Paul
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or