Decimal places

Hi~
Is there any method to set decimal place ?

Thanks in advance!!

3 Replies

JJ Jisha Joy Syncfusion Team November 13, 2009 09:36 AM UTC

Hi Mia,

Thank you for using Syncfusion products.

Could you please let me know in detail about which Syncfusion control you are using and the exact requirements?.

Regards,
Jisha


MC Mia Cheng November 16, 2009 03:42 AM UTC

Hi,Jisha:
sorry, I should let you know more.

I have one excel file and display it with a gridcontrol.
Some cell type in the grid are numeric , so I want to set decimal places at will.
Besides, I also use ExcelEngine to deal with the excel file.

Thanks a lot!


JJ Jisha Joy Syncfusion Team November 16, 2009 09:33 AM UTC

Hi Mia,

Thank you for your update.

Essential grid control has builtin support for importing excel file contents into grid using GridExcelConverterControl class.

Syncfusion.GridExcelConverter.GridExcelConverterControl gecc = new Syncfusion.GridExcelConverter.GridExcelConverterControl();

gecc.ExcelToGrid(@"../../test.xls", this.gridControl1.Model);

this.gridControl1.Refresh();

Sample attached for your reference.
http://files.syncfusion.com/support/Grid.Windows/91343.zip

Please let me know if this helps.


Regards,
Jisha

Loader.
Up arrow icon