CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2001
    Posts
    17

    Displaying a checkbox in a DataGrid

    Hi,
    I have a DataGrid that displays a recordset , which one of its fields is boolean. Is there a way for me to display it on the DataGrid as a checkbox, instead of a numerical value ?

    Thanks,
    Yaron.


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: Displaying a checkbox in a DataGrid

    if u r willing to modify from other people code, refer http://vblib.virtualave.net, there should be a function called ComboboxInput for vbMsflexGrid, there will enable combobox input inside a msflexgrid control. use the same method, you might get what u wants.



    HTH

    cksiow
    http://vblib.virtualave.net - share our codes

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

Featured