delagoutte Posted March 2, 2016 Posted March 2, 2016 i need filter on a date field. How can i set a unidatetimepicker as filter control. i tryed to set on runtime but i have this error message : TUniDBGrid:There is no Default JavaScript Object. [ : TUniDateTimePicker a part of my code CurFilterDate := TuniDateTimePicker.Create(panfilterHidden); CurFilterDate.Parent := PanFilterHidden; Curcolumn.Filtering.Editor := CurFilterDate; Curcolumn.Filtering.Enabled := true; Quote
Administrators Farshad Mohajeri Posted March 9, 2016 Administrators Posted March 9, 2016 Are you using a DateTime or a Date only picker? Quote
delagoutte Posted March 9, 2016 Author Posted March 9, 2016 i'm using TuniDateTimePicker create on runtime on date field. so i neeed ondly date picker Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.