blah blah blah is here! blah blah » Close

1
votes
2 answers

Change backcolor on datagridview

I have a datagridview with a column called "status" that loads a value from a database, i'm trying to change the back color of the row to yellow if there's the value of "cleaned" in the 'status' column. I'll put the f ...

1
votes
1 answers

Datagridview cell content click

Guys, I'm trying to add an event to a datagridview cell content click for when a user clicks a cell row it changes a value on that row. Example my datagridview on colunm [2] has the word "start" i want the user to click the cel ...

0
votes
1 answers

Ignore null on datagrid cell click event

In my code below i can click on two columns of a datagrid cells that contain buttons, it works great, how ever some of the row cells contain no data, how can i adapt the bellow to ignore nulls and do nothing if the cell button is clicked? ...

1
votes
2 answers

Change cell content on date check

Hi Guys, I have a datagrid that on load the below code checks through the date column and if any date is older than today it changes Cell [6] value to "1" I want to do the exact function but only if the date is today at 10:00am ...

Feedback