|
-
Sep 20th, 2003, 02:32 AM
#1
Thread Starter
New Member
How to display controls other that a textbox or check-box(boolean) in a datagrid
In VB .Net datagrid columns can be set to textbox or a check-box(boolean) as follows
Properties--> TableStyles
-->DatagridTableStyle-
-->GridColumnStyles --> ADD
(DatagridTextBoxColumn OR
DataGridBooleanColumn)
I am required to have any other control such as say drop-down combo OR a Image/picture etc. to be available in datagrid column/cells. Can any one help me out in this?
My email is [email protected], [email protected]
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|