Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
4220 | May 3,2003 10:45 AM UTC | May 3,2003 07:13 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
private void gridDataBoundGrid1_PrepareViewStyleInfo(object sender, GridPrepareViewStyleInfoEventArgs e) { //only check interior cells if(e.ColIndex > 0 && e.RowIndex > 0) { if(e.RowIndex % 3 == 0 ) { e.Style.BackColor = Color.Teal; } } }
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.