Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
5664 | Jul 13,2003 01:03 PM UTC | Jul 13,2003 02:30 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
private void gridDataBoundGrid1_PrepareViewStyleInfo(object sender, GridPrepareViewStyleInfoEventArgs e) { //color row 2 if(e.ColIndex > 0 && e.RowIndex == 2) { e.Style.BackColor = Color.Red; } }
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.