solve: it is in datagridtablestyle do the trick.
VB Code:
Dim dgt As New DataGridTableStyle() dgt.allowsorting = false datagrid1.tablestyle.add(dgt)
:DQuote:
hi to everyone..:bigyello:
how to disable the headerbutton of the datagrid? Disallow sorting of the datagrid, i have this code but it wont work..
VB Code:
datagrid1.allowsorting = false
any sugg's are greatly appreciated:
thanks in advance.
