blah blah blah is here! blah blah » Close

0
votes
2 answers

Search and Highlight cell text in datagridview

Hi I have a project with 2 datagridviews, i am trying to highlight the differences between the 2 datagridviews. I am using richtextbox columns found on code project and i cannot seem to highlight the differences in the cells? I can ...

0
votes
2 answers

DGV Cell Format not working

I wanted the user to input values in "dd MMM yyyy" format Only, I'm using dataGridView1.Columns["Rel_Date"].DefaultCellStyle.Format = "dd MMM yyyy"; in Form_Load......... But somehow it's not working. I can ...

Feedback