Good day to forum members!
I have such a question-
what operations can I do with tags like #=dataitem.value# ?
In demos I saw expressions like
#=dataitem.value + dataitem.value1 + ...#
So, what else can I do with these ones?
Can I use any math function?
Can I round result?
One yet thing - can I work with #=dataitem.value# like operator in my .cs file? For example, convert it to value type? Something like decimal d=Convert.ToDouble("#=dataitem.value {0}", 1); ?
I'm not successful in any of these things;
Sorly, I'm new in telerik and ASP.