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

<clientitemtemplate> parser error

1 Answer 52 Views
Grid
This is a migrated thread and some comments may be shown as answers.
umesh
Top achievements
Rank 2
umesh asked on 07 Jul 2016, 06:37 AM

i have used demo code from the http://demos.telerik.com/aspnet-ajax/grid/examples/data-binding/client-side/client-item-template/defaultvb.aspx?show-source=true

and i got error message :

 

Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Type 'Telerik.Web.UI.GridTemplateColumn' does not have a public property named 'clientitemtemplate'.
Source Error:
</telerik:GridBoundColumn>

<telerik:GridTemplateColumn UniqueName="TitleClientTemplateColumn" HeaderText="Title"> Line 30:

<clientitemtemplate>

<span style="#=formatTitle(ContactTitle)#">#=ContactTitle #</span>

</clientitemtemplate>

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 08 Jul 2016, 11:28 AM
Hi Umesh,

Ensure that you are using the latest release of the controls. The current version is 2016.2.607. Make sure that the correct dll files are added and referenced in you project and see how the behavior changes.

Regards,
Viktor Tachev
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Grid
Asked by
umesh
Top achievements
Rank 2
Answers by
Viktor Tachev
Telerik team
Share this question
or