Results 1 to 2 of 2

Thread: Data Grid control

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 1999
    Location
    Cleveland,OH
    Posts
    42

    Post

    In using the datagrid control is it possible to put a “check box” in the table? It looks like there is a format for it but I can not get the “check box” to appear. let me know if this is even possible?

    Thanks

  2. #2
    Guest

    Post

    Select in the database the field you want to use the check box on. true / false or yes / no. then u can set thise line of code.

    DBGrid.Columns(1).NumberFormat = "Yes/No"

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