How to use the datagrid

  • Thread starter Thread starter DaWoE
  • Start date Start date
D

DaWoE

Hi all,

I'm new to windows form programming, but have experience with ASP.NET

I have some questions about the datagrid for windowsforms.
I know how to databind the grid. No problem there.
What i want to know is the following things :
1. How do i set columns visible or not
2. How do i use functions on the cells e.g. the column type in the
datasource is integer but i want to show text in the datagrid


Where can i find tutorials or info on using the datagrid. I looked at
the sample that came with the SDK but they didn't teach me these things.
 
Back
Top