dfaruque / Serenity.Extra

Name of the repo says that this is an EXTRA of http://serenity.is platform
60 stars 34 forks source link

How is the MonthYearEditor used? #49

Closed ArsenioInojosa closed 3 years ago

ArsenioInojosa commented 4 years ago

Hi all,

Does anyone know if the MonthYearEditor can be used as a filter on a grid?

This doesn't work for me:

[QuickFilter, MonthYearEditor]
public DateTime InsertDate {get; set; }

Thank you very much!

muhammedyaman commented 3 years ago

I don't know if you solved this but [QuickFilter, MonthYearEditor] put this in xyzRow and that should work.

ArsenioInojosa commented 3 years ago

Hi, I already solved it by creating my own editor. I just wanted to know why it doesn't work on the column like the other Serenity editors.

Thanks