Hello Group,
I'm attempting to use the GridCalculatedColumn to negate a number coming from my DB but i'm having some troubles.
Telerik.Web.UI version = 2009.3.1314.35
My aspx markup is
<telerik:GridCalculatedColumn UniqueName="VisitAmountCol" HeaderText="Visit Amt."
DataFormatString="{0:C}" Expression="{0}*-1"
DataFields="visit.visitcost" />
This markup throws the following exception.
Exception Details: Telerik.Web.UI.ParseException: ')' or ',' expected
Any help is greatly appreciated.
Many Thanks!
Will
I'm attempting to use the GridCalculatedColumn to negate a number coming from my DB but i'm having some troubles.
Telerik.Web.UI version = 2009.3.1314.35
My aspx markup is
<telerik:GridCalculatedColumn UniqueName="VisitAmountCol" HeaderText="Visit Amt."
DataFormatString="{0:C}" Expression="{0}*-1"
DataFields="visit.visitcost" />
This markup throws the following exception.
Exception Details: Telerik.Web.UI.ParseException: ')' or ',' expected
Any help is greatly appreciated.
Many Thanks!
Will