Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
46691 | Jul 18,2006 08:16 PM UTC | Jul 19,2006 05:00 PM UTC | WinForms | 2 |
![]() |
Tags: GridControl |
private void Form1_Load(object sender, System.EventArgs e)
{
this.gridAwareTextBox1.BackColor = Color.FromArgb(237, 240, 246);
this.gridAwareTextBox1.WireGrid(this.gridControl1);
this.gridControl1.TableStyle.CellType = "FormulaCell";
this.gridControl1.RowCount = 1100;
SetFormatFirstRow();
GridFormulaEngine engine = ((GridFormulaCellModel)this.gridControl1.CellModels["FormulaCell"]).Engine;
//these 2 lines added
GridFormulaEngine.ParseArgumentSeparator = '','';
GridFormulaEngine.ParseDecimalSeparator = ''.'';
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.