Is there an selection change event for <telerik:GridDropDownColumn>

1 Answer 78 Views
Grid UI for ASP.NET AJAX in ASP.NET MVC
Kiran
Top achievements
Rank 1
Kiran asked on 04 Mar 2023, 07:58 AM | edited on 04 Mar 2023, 08:00 AM

Hi ,

 

I am using <telerik:GridDropDownColumn> inside radgrid of  aspnetAjax. I need to disable one column based on selection of item in GridDropDownColumn.

 

Is there a way to trigger event on selection change in GridDropDownColumn

 

I couldnt find right answer. can this be achieved? disabling one column inside radgrid based on selection of item inside dropdowncolumn in radgrid?

Regards,

Kiran

1 Answer, 1 is accepted

Sort by
0
Attila Antal
Telerik team
answered on 08 Mar 2023, 02:23 PM

Hello Kiran,

It is possible to attach events to the DropDown Control of a GridDropDownColumn. You just need to access the DropDown Control by following the instructions from the Accessing Controls in RadGrid article.

Alternatively, and potentially easier approach would be to use GridTemplateColumn with your own DropDown/ComboBox in its EditItemTemplate.

I hope this will be helpful.

Regards,
Attila Antal
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Grid UI for ASP.NET AJAX in ASP.NET MVC
Asked by
Kiran
Top achievements
Rank 1
Answers by
Attila Antal
Telerik team
Share this question
or