Author Topic: Cascading Date Editors in the columns  (Read 2015 times)

rsgmedia

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 50
    • View Profile
Cascading Date Editors in the columns
« on: January 19, 2017, 12:53:15 am »
Hi,

We have two columns "Start Date" & "End Date" in one of our grids, and we show date pickers as the editors in these columns. We want to achieve the cascading effect between these two columns i.e. want to restrict the user from selecting a start date which is after end date, and vice versa. We also need to validate these dates after a date is selected.

We followed this demo for adding the date editors
http://paramquery.com/pro/demos/editing_custom

We are trying to have similar cascading effect shown in this demo
http://paramquery.com/pro/demos/cascade_select

A working example or a sample code is really appreciated. Please let us know if you need more information.

Thanks in advance.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: Cascading Date Editors in the columns
« Reply #1 on: January 19, 2017, 03:23:24 pm »

rsgmedia

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 50
    • View Profile
Re: Cascading Date Editors in the columns
« Reply #2 on: January 19, 2017, 08:23:14 pm »
Thank you very much for the example. This will work.