Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
18061 | Aug 23,2004 08:09 PM UTC | Aug 24,2004 01:30 PM UTC | WinForms | 2 |
![]() |
Tags: GridControl |
private void gridDataBoundGrid1_PrepareViewStyleInfo(object sender, GridPrepareViewStyleInfoEventArgs e) { if(e.ColIndex == 0 && e.RowIndex > 0) { e.Style.Text = this.gridDataBoundGrid1[e.RowIndex, 1].Text; e.Style.CellType = "Header"; } }
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.