Results 1 to 1 of 1

Thread: Datagrid Header Click(solve)

Threaded View

  1. #1

    Thread Starter
    Frenzied Member mar_zim's Avatar
    Join Date
    Feb 2004
    Location
    Toledo Cebu City.
    Posts
    1,416

    Datagrid Header Click(solve)

    solve: it is in datagridtablestyle do the trick.
    VB Code:
    1. Dim dgt As New DataGridTableStyle()
    2. dgt.allowsorting = false
    3. datagrid1.tablestyle.add(dgt)

    hi to everyone..

    how to disable the headerbutton of the datagrid? Disallow sorting of the datagrid, i have this code but it wont work..
    VB Code:
    1. datagrid1.allowsorting = false

    any sugg's are greatly appreciated:
    thanks in advance.
    Last edited by mar_zim; Aug 24th, 2004 at 02:45 AM.

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