I have created my custom DataGridViewNumericTextBoxColumn derived from DataGridViewTextBoxColumn class.
When I call
this.HeaderDataGridView.Sort = Sort.P
What's the DataSource of the DataGridView? Can the DataSource sort Double values programatically?