Looking at the new RadGrid features and I saw calculated columns, this is great but what I'm really interested in at the moment is using your expression parser. Is this publically accessible in the Telerik.Web.UI assembly? I had a quick look with reflector but could not find it.
Thanks
Guido
1 Answer, 1 is accepted
0
Vlad
Telerik team
answered on 18 Jul 2008, 05:53 AM
Hello Guido,
Calculated columns in .NET 2.0 version are accomplished using DataColumn Expression and for .NET 3.5 we have lambda expressions parser similar to dynamic LINQ library.