T
Tom
Hello,
I have following data, which I want to show in DataGird in
Windows Form.
Name|Add|Amount|Status
ABC|XYZ|1000|1
LMN|PQR|2000|2
STR|BOP|2000|1
What I want to achieve is
When the amount is greater then 1000 I want to show it in
red.
When the user click on a cell I want to show the complete
the row as selected.
I try it with datagrid, but found the control very hard to
code, even the old vb 6 datagrid controls are easy to code
and manage. This is might be due to my inexperience
with .Net.
Regards
Tom
I have following data, which I want to show in DataGird in
Windows Form.
Name|Add|Amount|Status
ABC|XYZ|1000|1
LMN|PQR|2000|2
STR|BOP|2000|1
What I want to achieve is
When the amount is greater then 1000 I want to show it in
red.
When the user click on a cell I want to show the complete
the row as selected.
I try it with datagrid, but found the control very hard to
code, even the old vb 6 datagrid controls are easy to code
and manage. This is might be due to my inexperience
with .Net.
Regards
Tom