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,
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.