DataGrid - Apply Color on a Perticular Row

  • Thread starter Thread starter Mubashar Ahmad
  • Start date Start date
M

Mubashar Ahmad

Dear Frnds

How can i apply different Back Ground color on the perticualar DataGrid Row.
i want to apply the color not with respect to row no but with respect to
information caried by the dataRow attached with it.


Thanks Regards
Mubashar Ahmad
 
I've created a free control: ExtendedDataGrid
http://dotnet.leadit.be/extendeddatagrid
The default System.Windows.Forms.DataGrid in the .NET Framework is a little
bit limited in functionality. Luckily the architecture of this DataGrid
allows adding functionality and customization. The ExtendedDataGrid adds
some of the basic functionality, that's not available in the default
DataGrid.

If you want to code it yourself:
http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q927q
--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
 
Back
Top