Results 1 to 2 of 2

Thread: How to display controls other that a textbox or check-box(boolean) in a datagrid

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2003
    Posts
    5

    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

  2. #2
    Junior Member
    Join Date
    Apr 2003
    Location
    India
    Posts
    30
    What exact control do you want??

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width