Client Template Handler not able to populate kendo dropdownlist.

0 Answers 5 Views
DropDownList Grid
Anupriya
Top achievements
Rank 1
Anupriya asked on 31 Jul 2025, 09:57 AM

Hi,

I am using Web app with mvc. We are using Deferred Script File to remediate CSP (content security policy). 

For that reason instead of Client Template i am using Client Template Handler for one of the column which is a dropdownlist.

Whenever Grid is loaded with data, I can see the selected dropdown values in the grid but when i try to update the dropdown value

its opening as a text box and showing value as [object object].

 

  columns.Bound(p => p.Studendetails).ClientTemplateHandler("getname") 

function getname(data) {
     return data.Studendetails ? data.Studendetails.Name : '';
 }

 

No answers yet. Maybe you can help?

Tags
DropDownList Grid
Asked by
Anupriya
Top achievements
Rank 1
Share this question
or