473,513 Members | 2,633 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

add button into datagrid

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
Nov 17 '05 #1
6 3478
Michael,

This looks like it would be a good reference:

http://rustemsoft.com/columns.htm

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Michael" <la********@gmail.com> wrote in message
news:OJ**************@TK2MSFTNGP10.phx.gbl...
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

Nov 17 '05 #2
is 3rd party source
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> ¦b¶l¥ó
news:Oq**************@TK2MSFTNGP09.phx.gbl ¤¤¼¶¼g...
Michael,

This looks like it would be a good reference:

http://rustemsoft.com/columns.htm

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Michael" <la********@gmail.com> wrote in message
news:OJ**************@TK2MSFTNGP10.phx.gbl...
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


Nov 17 '05 #3
Lincon,

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

"Lincon Marine Service" <li****@netvigator.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
is 3rd party source
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> ¦b¶l¥ó
news:Oq**************@TK2MSFTNGP09.phx.gbl ¤¤¼¶¼g...
Michael,

This looks like it would be a good reference:

http://rustemsoft.com/columns.htm

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Michael" <la********@gmail.com> wrote in message
news:OJ**************@TK2MSFTNGP10.phx.gbl...
> 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
>
>



Nov 17 '05 #4
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/de...ClassTopic.asp

There is an example of how to create a style that shows a
DateTimePicker.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Lincon Marine Service" <li****@netvigator.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
is 3rd party source
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> ¦b¶l¥ó
news:Oq**************@TK2MSFTNGP09.phx.gbl ¤¤¼¶¼g...
Michael,

This looks like it would be a good reference:

http://rustemsoft.com/columns.htm

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Michael" <la********@gmail.com> wrote in message
news:OJ**************@TK2MSFTNGP10.phx.gbl...
> 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
>
>



Nov 17 '05 #5
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 [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> ¼¶¼g©ó¶l¥ó·s»D:uV**************@TK2MSFTNGP15.phx.g bl...
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/de...ClassTopic.asp

There is an example of how to create a style that shows a
DateTimePicker.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Lincon Marine Service" <li****@netvigator.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
is 3rd party source
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> ¦b¶l¥ó
news:Oq**************@TK2MSFTNGP09.phx.gbl ¤¤¼¶¼g...
Michael,

This looks like it would be a good reference:

http://rustemsoft.com/columns.htm

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Michael" <la********@gmail.com> wrote in message
news:OJ**************@TK2MSFTNGP10.phx.gbl...
> 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
>
>



Nov 17 '05 #6
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]
- mv*@spam.guard.caspershouse.com

"Michael" <la********@gmail.com> wrote in message
news:ej**************@TK2MSFTNGP14.phx.gbl...
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 [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com>
¼¶¼g©ó¶l¥ó·s»D:uV**************@TK2MSFTNGP15.phx.g bl...
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/de...ClassTopic.asp

There is an example of how to create a style that shows a
DateTimePicker.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Lincon Marine Service" <li****@netvigator.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
is 3rd party source
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com>
¦b¶l¥ó
news:Oq**************@TK2MSFTNGP09.phx.gbl ¤¤¼¶¼g...
Michael,

This looks like it would be a good reference:

http://rustemsoft.com/columns.htm

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Michael" <la********@gmail.com> wrote in message
news:OJ**************@TK2MSFTNGP10.phx.gbl...
> 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
>
>



Nov 17 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
6063
by: Zürcher See | last post by:
Someone has implemented a Datagrid Button for the Windows.Form?
1
4323
by: headbig003 | last post by:
Hello I am using dataset to populate datagrid. I use button outside of datagrid to insert new row and update datagrid. After updated or inserted new information to datagrid, user has to...
0
5712
by: Oz | last post by:
Hi Using VS.NET 2003, Windows XP SP1, We have a page which has been developed using ASP.NET. On it, is a button which when clicked is supposed to add some data to a table. When the button is...
2
2422
by: Bob Hollness | last post by:
Hi group. I am a newbie to ASP.NET as you will see from some of the questions I may ask! I have a datagrid which I have populated from a database. It works great! I have added a column, via...
1
1652
by: Stu | last post by:
Hi, I have a button in the footer of a datagrid that sometimes does not tigger the item command. The page is quite large & has a number of homegrown controls in it. Has anyone come across this...
5
2030
by: Tina | last post by:
the Edit, Update, Cancel, and Delete buttons in my datagrid are causing validation elsewhere on the page. I want to specify that these buttons should not cause validation but they have no design...
5
6676
by: Jeff User | last post by:
Hello ..NET 1.1, VS 2003, C# & asp.net I have tried to follow msdn instructions and samples but I can not get an event to fire for this button on the datagrid. There has to be something obvious...
0
2018
by: herman404 | last post by:
Hi everyone, I'm trying to dynamically add 3 button columns to a DataGrid object that I have on an ASP.net webpage, but I don't see any documentation on how to do it. I've seen plenty of examples...
7
3557
by: rsaffy | last post by:
I am having trouble with my dynamically created button's event handling. I read that the buttons need to be recreated on every trip to the server, but how exactly do you do that when the datagrid...
1
2284
by: geeteshss | last post by:
Dear all, actually i spent a whole month on the R&D of datagrid edit ,update,cancel events but recently my guide told me to make it user friendly because no user would like to go on searching rows...
0
7257
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
1
7098
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7521
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5682
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5084
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4745
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3221
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1591
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
798
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.