DataGridView.Sort
Hello
DataGridView to bind a dataset. When using the DataGridView.Sort Method
(DataGridViewColumn, ListSortDirection) in DataGridView.DataBindingComplete
Event the sort method works fine (for default sorting), but the sorting by
clicking on the header cell does not work anymore. Is there any way to handle
this?
thanks
.
Relevant Pages
- RE: DataGridView.Sort
... DataGridView to bind a dataset. ... Event the sort method works fine (for default sorting), ... (microsoft.public.dotnet.framework.windowsforms.controls) - DataGridView - Code Included - Want to Add Column Sorting
... Please help me understand my sorting problem in DataGridView. ... The combination of learning the massive DataGridView and Data Binding ... public string Name ... (microsoft.public.dotnet.languages.csharp) - Re: Is it possible to define two separate "Sort" methods in the same class?
... (for sorting mBuyLimits), and the other one is for sorting by "Price" ... in ascending order (for sorting mSellLimits)? ... I want to use IComparable and define the built-in Sort method. ... (microsoft.public.dotnet.general) - Re: When random isnt random
... > (and, if there is not one already, a Sorting Unit). ... TList has a Sort method. ... I solved this by writing a random class which holds its own RandSeed. ... But if you ever need more random generators (maybe because ... (borland.public.delphi.language.objectpascal) - Re: How can this be? Why in c# "a-0".CompareTo("a0") returns 1?
... in DatagridView control. ... It does not sort the string using StringSort option. ... another complication with this sorting options that I cannot find a place to ... by providing custom classes for the types on which you want to sort and implementing IComparable in the types. ... (microsoft.public.dotnet.languages.csharp) |
|