Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
5512 | Jul 7,2003 11:37 AM UTC | Jul 7,2003 02:37 PM UTC | WinForms | 2 |
![]() |
Tags: GridControl |
public Form1() { InitializeComponent(); this.gridControl1.Model.Data.ColCount = 100; //could use only 17 if that is last column hedaer you want to populate gridControl1.ResetVolatileData(); }Then in QueryCellInfo, you should not set e.Handled = true for this cell as you want to retrieve the saved value. Attached is a file with these changes that seems to work for me.
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.