Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
6361 | Aug 11,2003 06:38 AM UTC | Aug 12,2003 12:55 AM UTC | WinForms | 2 |
![]() |
Tags: GridControl |
GridData data = this.gridControl1.Data;
Then inside your loops, instead of
this.gridControl1.Model[count,i+1].Text =record[i];
try
GridStyleInfo style = new GridStyleInfo();
style.Text = record[i];
data[count, i+1] = style.Store;
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.