add button into datagrid

  • Thread starter Thread starter Michael
  • Start date Start date
M

Michael

Hi all :

I want to add button , dtpicker and combo box into datagrid.

I don't want use 3rd party and I want write my own columnstyles. any
reference / site to teach me how to do it ?


Thanks for your help
 
is 3rd party source
Nicholas Paldino said:
Michael,

This looks like it would be a good reference:

http://rustemsoft.com/columns.htm

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Michael said:
Hi all :

I want to add button , dtpicker and combo box into datagrid.

I don't want use 3rd party and I want write my own columnstyles. any
reference / site to teach me how to do it ?


Thanks for your help
 
Lincon,

Check out the documentation for the DataGridColumnStyle class, located
at (watch for line wrap):

Lincon Marine Service said:
is 3rd party source
Nicholas Paldino said:
Michael,

This looks like it would be a good reference:

http://rustemsoft.com/columns.htm

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Michael said:
Hi all :

I want to add button , dtpicker and combo box into datagrid.

I don't want use 3rd party and I want write my own columnstyles. any
reference / site to teach me how to do it ?


Thanks for your help
 
Lincon,

Sorry about the short post. Check out the documentation for the
DataGridColumnStyle class, located at (watch for line wrap):

http://msdn.microsoft.com/library/d...WindowsFormsDataGridColumnStyleClassTopic.asp

There is an example of how to create a style that shows a
DateTimePicker.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Lincon Marine Service said:
is 3rd party source
Nicholas Paldino said:
Michael,

This looks like it would be a good reference:

http://rustemsoft.com/columns.htm

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Michael said:
Hi all :

I want to add button , dtpicker and combo box into datagrid.

I don't want use 3rd party and I want write my own columnstyles. any
reference / site to teach me how to do it ?


Thanks for your help
 
If I want to write a class to inherit the datagridcolumnstyle
and which make columnstyles as a button column .

can we do it ?


and how to write it ?

Thx

Nicholas Paldino said:
Lincon,

Sorry about the short post. Check out the documentation for the
DataGridColumnStyle class, located at (watch for line wrap):

http://msdn.microsoft.com/library/d...WindowsFormsDataGridColumnStyleClassTopic.asp

There is an example of how to create a style that shows a
DateTimePicker.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Lincon Marine Service said:
is 3rd party source
Nicholas Paldino said:
Michael,

This looks like it would be a good reference:

http://rustemsoft.com/columns.htm

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Hi all :

I want to add button , dtpicker and combo box into datagrid.

I don't want use 3rd party and I want write my own columnstyles. any
reference / site to teach me how to do it ?


Thanks for your help
 
Michael,

The link I provided has an example of how to create a column with a
DateTimePicker control. It shouldn't be too hard to change it to use a
button.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Michael said:
If I want to write a class to inherit the datagridcolumnstyle
and which make columnstyles as a button column .

can we do it ?


and how to write it ?

Thx

Nicholas Paldino said:
Lincon,

Sorry about the short post. Check out the documentation for the
DataGridColumnStyle class, located at (watch for line wrap):

http://msdn.microsoft.com/library/d...WindowsFormsDataGridColumnStyleClassTopic.asp

There is an example of how to create a style that shows a
DateTimePicker.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Lincon Marine Service said:
is 3rd party source
"Nicholas Paldino [.NET/C# MVP]" <[email protected]>
¦b¶l¥ó
¤¤¼¶¼g...
Michael,

This looks like it would be a good reference:

http://rustemsoft.com/columns.htm

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Hi all :

I want to add button , dtpicker and combo box into datagrid.

I don't want use 3rd party and I want write my own columnstyles. any
reference / site to teach me how to do it ?


Thanks for your help
 
Back
Top