Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
15845 | Jun 29,2004 07:12 AM UTC | Jun 30,2004 04:45 AM UTC | WinForms | 2 |
![]() |
Tags: Grouping |
if (record is GridRecord)
((GridRecord) r).Appearance.AnyRecordFieldCell.BackColor = Color.Blue;
else if (record is GridAddNewRecord)
((GridAddNewRecord) r).Appearance.AnyRecordFieldCell.BackColor = Color.Blue;
An event where you could set the appearance of the record would be SourceListRecordChanging.
Stefan
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.