Sorting datagrid by date

  • Thread starter Thread starter Gacu
  • Start date Start date
G

Gacu

Hi,

How can I make my Datagrid object sort rows properly by "date" column which
is in format DD-MM-YYYY ?


Thanx

(e-mail address removed)
 
Hi,

How can I make my Datagrid object sort rows properly by "date" column which
is in format DD-MM-YYYY ?

Windows Forms or Web Forms? From glancing over the docs, both look like
they support sorting, but in different ways. The winforms version seems
to support sorting by clicking on a column header while the webforms one
just notifies your application that the data needs to be sorted.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

declare class of type.... 1
ASP data forma 1
How to sort column of WPF Datagrid 2
How do I find all posts that match a given criteria 2
String to DateTime 1
convert date 1
DataGridView 1
One more regular expression 4

Back
Top