Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to place controls (Combo,ChkBox) in Grid Columns
Message
 
To
20/06/2002 12:03:12
Diptesh Patel
Unitelsoftware Ltd.
Mumbai, India
General information
Forum:
ASP.NET
Category:
WebForms
Miscellaneous
Thread ID:
00670685
Message ID:
00670742
Views:
13
>1. How to place controls (Combo,ChkBox) in Grid Columns?
>

Here is a link that explains about using a combobox and how to use a checkbox:

http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q480q


>2. Same with its Child grid having mater child relation.
>

Here is a link that explains how to set up both grids and the relationship

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbtskcreatingmasterdetailslistwithdatagrid.asp


>3. What event is fired when new row is added in grid?
>

The event to look at is the RowChanged event of the DataTable class. You can check the Action property to find out what kind of change occured and check for Add.


>4. What event is fired when focus is on Child grid in side Grid?
>

There is an event called Enter for the DataGrid. You could use that event to determine when the user entered the child grid.

>TIA
>
>Diptesh
-----------------------------------------

Cathi Gero, CPA
Prenia Software & Consulting Services
Microsoft C# / .NET MVP
Mere Mortals for .NET MVP
cgero@prenia.com
www.prenia.com
Weblog: blogs.prenia.com/cathi
Previous
Reply
Map
View

Click here to load this message in the networking platform