Topic: Sorting table

How to view data in table with date column by DateTimePicker?

Thanks

Re: Sorting table

Do you mean, to filter records in TableGrid by date selected in DateTimePicker ? Or sorting by date?

Dmitry.

Re: Sorting table

Dmitri, I mean to filter records in TableGrid by date selected in DateTimePicker.

Thanks,

Lubos

Re: Sorting table

You want to use DateTimePicker object as a records filter? I did not even thought about it, might be useful sometimes.

Re: Sorting table

There is no different to use DateTimePicker or TextBox for filtering records, you should have database field with DATE type and put a Search button on a form.


Just see first video lesson
https://www.youtube.com/watch?v=XffrXjr3qKs


where you can find filtering by date (date of birth)

Dmitry.