Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Single date picker in the listgrid filter

    Hi Team,

    Below is a date field in a listgrid, Is it possible in the field filter to have single date picker instead of Date range option? will the filterEditorProperties help in that

    Code:
       {name:"DATE_FROM", width:120, title:"From Date", useTextField:true}
    Please advise

    Smart client version : 9.1p_2014-09-04

    #2
    You can set the filterEditorType to just "DateItem" to avoid the date range item appearing. But note, it's pretty easy for a user to select a specific date with the date range item, so you may want to just leave this alone, since you will be removing many valuable filtering options.

    Comment

    Working...
    X