Declined
Last Updated: 10 Jun 2021 14:17 by ADMIN
quan
Created on: 13 Jun 2013 04:55
Category: UI for ASP.NET MVC
Type: Feature Request
1
Display template for Ajax Binding
What's way to Apply DisplayTemplate(Annotation) for my Model with Ajax binding (Read) 
2 comments
ADMIN
Angel Petrov
Posted on: 10 Jun 2021 14:17

Hi,

When using Ajax binding ClientTemplate should be used. Making DisplayTemplates work will create a confusion. More information on the matter can be found in this thread(please check this forum post as well).

Regards,
Angel Petrov
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/.

quan
Posted on: 13 Jun 2013 07:33
When I use dataSource => dataSource.Ajax()
My DataAnnotation will apply: DisplayName,... but UIHint to Shared/DisplayTemplate not apply
It show True, False value. Without grid, all widget work done.