Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
21184 | Nov 4,2004 01:52 AM UTC | Nov 5,2004 07:06 AM UTC | WinForms | 3 |
![]() |
Tags: GridControl |
GridStyleInfo copyStyle = new Syncfusion.Windows.Forms.Grid.GridStyleInfo(this.gridControl1[1,1]);
copyStyle.ResetCellValue();
I then ran the program typed somethng into cell 1,1, and clicked the button. The value in cell 1,1 did not change. I am using 2.1.0.9.
Can you post a sample showing the problem?
string cv1 = e.Style.CellValue.ToString();
GridStyleInfo a = new GridStyleInfo();
a.CopyFrom(e.Style);
a.ResetCellValue();
string cv2 = e.Style.CellValue.ToString();
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.