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.

--
DaWoE

Re: How to use the datagrid by ClayB

ClayB
Tue Sep 07 03:56:04 CDT 2004

You might want to browse the DataGrid section of the George Shepherd's
Windows Form FAQ.

http://www.syncfusion.com/FAQ/WinForms/default.asp#44


==========================
Clay Burch, .NET MVP

Visit www.syncfusion.com for the coolest tools

"DaWoE" <dawoe2000@yahoo.com> wrote in message
news:2q55ipFra3jgU1@uni-berlin.de...
> 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.
>
> --
> DaWoE



Re: How to use the datagrid by DaWoE

DaWoE
Tue Sep 07 04:43:48 CDT 2004

Thx Clay,

This is very helpfull information. This should get me on the way.

--
DaWoE

ClayB [Syncfusion] wrote:

> You might want to browse the DataGrid section of the George Shepherd's
> Windows Form FAQ.
>
> http://www.syncfusion.com/FAQ/WinForms/default.asp#44
>
>
> ==========================
> Clay Burch, .NET MVP
>
> Visit www.syncfusion.com for the coolest tools
>
> "DaWoE" <dawoe2000@yahoo.com> wrote in message
> news:2q55ipFra3jgU1@uni-berlin.de...
>
>>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.
>>
>>--
>>DaWoE
>
>
>