c# - How to sort string as numbers in DataGridView with DataSouce binded -


according latest question i've changed data source datagridview. bound datatable. in situation sortcompare event doesn't fire. how can call event sortcompare now? sorting perfectly...

edit: don't need normal sorting "column_name desc", dt.defaultview.sort doesn't work me.


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

c - Calling a function within a loop -

Save a file and then open it using javafx -