Question

Hello How do EnableCustomBinding in Telerik MVC,

I know how to do it in c# but I am new to vb.net please let me know

C# code For EnableCustomBinding

[GridAction(EnableCustomBinding = true)]

How to convert above code in VB.net

Thanks

Was it helpful?

Solution

Should be

<GridAction(EnableCustomBinding := true)>
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top