gportela85/DateTimeField

this plugin is suit for form but grid editor is good layout

Closed this issue · 8 comments

this plugin is suit for form control but in grid editor is not good layout

Hi malfine,

Why did you close the issue? Did you manage to make it work?
I've never tried using it inside of gridform. I will do it during the weekend a post a fix if I can.

Thanks,

Because you show just for the form components in the component specification, I'm not sure whether I should rise this issue,thanks a lot for your efforts,solved a big problem for who use extjs.

it also can't not use for gird header filter,for example:
in grid columns config like that
{text: "regdate", width: 160, dataIndex: 'regdate', , xtype: 'datecolumn', format:'Y-m-d H:i'
filter:{type:'date',pickerDefaults: {xtype:'datetimepicker'}}
when use filter in grid header,will see err "Uncaught TypeError: undefined is not a function" in DateTimePicker.js:78

I hope your can let this plugin use for grid well,
Thanks!

I've upped the version 1.1.1 with support for Grid Editor.
Still need to check about the filter.

very good!

I've added support for Grid Filter on 1.1.4.
The field works, but the Time Selection is not available.
I will close this issue but I'll still work on make Time Selection available for Grid Filter.

thinks! Look forward to the new version.

Hi!
Any update about the time selector on grid filters?
Thank you!