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

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -