I have a DataGridView binded to an access datasource.
I Would like that every cell had -1 as value will use a different style
respect others cell.
Any ideas ?
tnx
>I have a DataGridView binded to an access datasource.
> I Would like that every cell had -1 as value will use a different style
> respect others cell.
Override "OnItemCreated" method. Apply 'Style' on the fly from the code.
Cannot do it declaratively... since it's not the cell that has a value of
'-1' but probably a Label may have a property called Text with content as
'-1'.

Signature
Happy Hacking,
Gaurav Vaish | http://www.mastergaurav.com
http://www.edujinionline.com
http://articles.edujinionline.com/webservices
-------------------