Hi,

I'm formatting a column in datagridview to "C" i.e. currency.

dgcColumn1.DefaultCellStyle.Format= "C";

I want to format the values for this column to nearest round no.
For example,
If user enters within $30.00 to $30.50 it will get formatted to $30
If user enters within $30.51 to $30.99 it will get formatted to $31.

Can anyone suggest me solution for this?

Hi..
Any solutions on this?

Hi,

I'm formatting a column in datagridview to "C" i.e. currency.

dgcColumn1.DefaultCellStyle.Format= "C";

I want to format the values for this column to nearest round no.
For example,
If user enters within $30.00 to $30.50 it will get formatted to $30
If user enters within $30.51 to $30.99 it will get formatted to $31.

Can anyone suggest me solution for this?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.