G
Guest
Hi,
Does anyone know how to stop a user from navigating the cells in a datagrid
with the arrow keys or tab. Is there maybe a property for this? I have
searched but cannot find one.
Also, is there a way of sorting the columns programmatically. I want to be
able to sort them in code myself. I have got code implementing the hittest
method so I would be able to turn the AllowSorting property off and then pick
up whenever the user clicks on a column header and handle the sorting myself,
the problem is however that I wont be able to show the column as been sorted
i.e. the little up/down arrows. Any ideas?
Thanks in advance.
Does anyone know how to stop a user from navigating the cells in a datagrid
with the arrow keys or tab. Is there maybe a property for this? I have
searched but cannot find one.
Also, is there a way of sorting the columns programmatically. I want to be
able to sort them in code myself. I have got code implementing the hittest
method so I would be able to turn the AllowSorting property off and then pick
up whenever the user clicks on a column header and handle the sorting myself,
the problem is however that I wont be able to show the column as been sorted
i.e. the little up/down arrows. Any ideas?
Thanks in advance.