This question is locked. New answers and comments are not allowed.
I've seen a similar question asked on the forum, but no real answer given. I'm trying to convert part of the example code to VB, but i'm struggling with the following line:
Can someone show me how this should be code in VB 2010? I've tried about everything but I'm really not that familiar with Action Delegates.
Thanks,
RIck
<% Html.Telerik().ScriptRegistrar()
.DefaultGroup(group => group
.Add("telerik.examples.js")
.Compress(true))
.OnDocumentReady(() => { %>prettyPrint();<% })
.Render(); %>
Can someone show me how this should be code in VB 2010? I've tried about everything but I'm really not that familiar with Action Delegates.
Thanks,
RIck