Hi,

I'm new to windowforms programming.
Is there away to make template columns on a datagrid like you can do
with the ASP.NET datagrid ?

I have a column that is a integer in my dataset, but i want to display a
textmessage according to the number in it ?

--
DaWoE

Re: Datagrid question by ClayB

ClayB
Tue Sep 07 07:06:47 CDT 2004

George Shepherd's Windows Forms FAQ contains an entry on custom formatting
entitled:

I want to display negative values with a CR suffix, instead of a minus
sign. How can I perform custom formatting on the cells in my datagrid?

Check it out at:
http://www.syncfusion.com/faq/winforms/search/881.asp

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

Syncfusion, Inc.
visit http://www.syncfusion.com for .NET Essentials


"DaWoE" <dawoe2000@yahoo.com> wrote in message
news:2q5jkoFrq300U1@uni-berlin.de...
> Hi,
>
> I'm new to windowforms programming.
> Is there away to make template columns on a datagrid like you can do with
> the ASP.NET datagrid ?
>
> I have a column that is a integer in my dataset, but i want to display a
> textmessage according to the number in it ?
>
> --
> DaWoE



Re: Datagrid question by DaWoE

DaWoE
Tue Sep 07 07:26:32 CDT 2004

If I use this example i have to create a gridcolumnstyle for all my
columns. This a lot of work i think. But if there is no other way to do
it, it will have to do.

--
DaWoE

ClayB [Syncfusion] wrote:

> George Shepherd's Windows Forms FAQ contains an entry on custom formatting
> entitled:
>
> I want to display negative values with a CR suffix, instead of a minus
> sign. How can I perform custom formatting on the cells in my datagrid?
>
> Check it out at:
> http://www.syncfusion.com/faq/winforms/search/881.asp
>
> =============================================
> Clay Burch, .NET MVP
>
> Syncfusion, Inc.
> visit http://www.syncfusion.com for .NET Essentials
>
>
> "DaWoE" <dawoe2000@yahoo.com> wrote in message
> news:2q5jkoFrq300U1@uni-berlin.de...
>
>>Hi,
>>
>>I'm new to windowforms programming.
>>Is there away to make template columns on a datagrid like you can do with
>>the ASP.NET datagrid ?
>>
>>I have a column that is a integer in my dataset, but i want to display a
>>textmessage according to the number in it ?
>>
>>--
>>DaWoE
>
>
>