Author Topic: Range Filter MVC  (Read 1499 times)

youngfitz

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 26
    • View Profile
Range Filter MVC
« on: October 30, 2018, 04:19:47 pm »
Hi,

The range filter does not work as per the MVC examples in your demos. In the example code, you have the value as a string but when a range is passed, its an array.

   struct Filter
    {
        public String dataIndx;
        public String condition;
        public String value;
    }

Do you have a working example of this for MVC so I know the correct way to implement this?

Thanks



paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 5884
    • View Profile
Re: Range Filter MVC
« Reply #1 on: October 30, 2018, 09:58:52 pm »
[ Only Pro members may read this post. ]