blah blah blah is here! blah blah » Close

0
votes
2 answers

Delete Row on status and Date entry

Guys I'm getting a little confused on how best to do this. I have a datagrid with 3 columns, column [2] contains a status and column [3] contains a date. now I want to delete the row but only if the status is "CLEANED" and is over ...

0
votes
1 answers

LastRow in DataGrid

AK01
15

Hi! I have an XML file: [code] <Paths> <Name>Total Commander</Name> <Path>C:\Programs\TC\TC.exe</Path> </Paths>[/code] I load this into DataGrid via DataSet and it works just fine. T ...

0
votes
0 answers

C#: Datagrid selected Row

Hi, i have a problem with the selection of a row in a datagrid. It works but i have to click on that row different times, and i can't use it cause on that selection i'm changing the text of a button. Anybody knows why this happens? ...

0
votes
1 answers

Highlight entire row in datagrid

as beginner i have been searching for solution of this for a couple days. everyone is passing information on nonexisting articles, so i decied to share my solution [code] dataGridView1.Rows[2].Selected = true; ...

Feedback