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

[Solved] What does the "<#= #>" code block syntax mean?

1 Answer 36 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
propel studio
Top achievements
Rank 1
propel studio asked on 20 Aug 2010, 12:32 AM
Hi,
What does the "<#=    #>" code block syntax mean?
Is this the Telerik's stuff?
How to use it and what is using in Grid Ajax Hierarchy example?
Thanks,

1 Answer, 1 is accepted

Sort by
0
propel studio
Top achievements
Rank 1
answered on 22 Aug 2010, 01:50 AM

I am using Q2 2010 beta of ASP.NET MVC extensions and experience the below behaviors in Grid DetailView when using ClientTemplete Ajax data bounding. 

After many hours debugging, I found out:

1) The telerik <#= …. #> code block does not take the nested properties. For example, it does not take or does not know how to parser “<#= record.ID #>”.

2) If a string property contains char “.” (dot), it does not take the property or does not know how to parser it. For example “<#= ID #>”, when ID = “xxx.yyy.zzz”, it fails to take it.

Does anybody see this kind of behavior?

Thanks,

Propel studio

Tags
Grid
Asked by
propel studio
Top achievements
Rank 1
Answers by
propel studio
Top achievements
Rank 1
Share this question
or