User170277026 posted
Thanx for the reply but I don't get your code.
I have code like this:
@grid.GetHtml(
alternatingRowStyle : "alternate",
headerStyle : "header",
columns: grid.Columns(
grid.Column("PID", "ID"),
grid.Column("PDescription", "Description"),
grid.Column("PPrice", "Price") //<=== How to format this column to convert float 0000 to 00.00
)
)
How to format the price column to be in like 20.00 for example instead of 2000 (Note: PPrice is float in SQL Server)