Results 1 to 3 of 3

Thread: how to filter the datagrid column

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2003
    Location
    Kl, Malaysia
    Posts
    8

    Question how to filter the datagrid column

    Hi all,
    in vb.net, how to filter the datagrid column? besides that, how am i going to resize the columns width ?
    thank you very much
    chowboon

  2. #2
    New Member
    Join Date
    Jun 2003
    Posts
    4
    Use a dataview

    dim dv as DataView
    dv = datatable.defaultview
    dv.rowfilter = "Something = 'Something'"


    See my post about table styles in another topic on how to format column sizes.
    "Convenience is not"

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2003
    Location
    Kl, Malaysia
    Posts
    8
    got it, thanks guy
    chowboon

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