DataGrid.AllowSorting

  • Thread starter Thread starter Maurizio BELLANTONE
  • Start date Start date
M

Maurizio BELLANTONE

Setting DataGrid.AllowSorting to False always permit sorting of data displayed in the grid by a double click on the column header.
There are other settings to touch ? Is the default behaviour ?
Thank you.

(I use Visual Studio .NET 2003)
 
Just tried it in one app, set to false it doesn't matter how many times I
click, no sorting. Set to true one click is all it takes.

Bob


Setting DataGrid.AllowSorting to False always permit sorting of data
displayed in the grid by a double click on the column header.
There are other settings to touch ? Is the default behaviour ?
Thank you.

(I use Visual Studio .NET 2003)
 
I write erroneous: with one click on the column header data displayed in the grid are sorted even if I set AllowSorting to False.
Thank you.
 
Hi,

If you added a table style to your grid set the tables styles
allowsorting instead of the grids.

Ken
-----------------
Setting DataGrid.AllowSorting to False always permit sorting of data
displayed in the grid by a double click on the column header.
There are other settings to touch ? Is the default behaviour ?
Thank you.

(I use Visual Studio .NET 2003)
 
Back
Top