Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
Conditional formatting based on the DataRow.RowState property
posted

I need to display rows differently based on the RowState property of the underlaying DataRow. For example I want to display modified rows with different font style (bold). How can this be done using WinGrid?

 

(This is very easy using Microsoft.NET DataGridView using the CellFormatting event.)