Sorry if this has already been answered but I simply could not find it.
I have a KoolGrid which gets integers from the database. I would like to use GridBoundColumn but whatever works is fine. My integers in the database will always have 2 decimal places assumed. For example 1500 is 15.00 and 475 is 4.75.
When I try GridNumberColumn, it is always adding 2 decimal places behind my integers. For example 1500 becomes 1500.00. 475 becomes 475.00.
Is there some format option that will allow me to place the decimal where I want it? Thanks much!