Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
160
How to refresh igGrid?
posted

I would like to add Datepicker filter "outside" igGrid. How do I bind source and raise event to trigger igGrid refresh?

Parents
  • 3995
    Verified Answer
    Offline posted

    Hi Sebrina,

    One approach to do this is to get the value from the DatePicker and use the filtering API - filter

    Or alternatively you can filter your data manually and set it as a new datasource to the grid.(dataSource)

Reply Children