1
0
-1

Hi,

I have a datalist showing resellers and a nested datalist showing sales made by agents of the resellers.

The nested datalist has the following columns,

  1. Date
  2. agent name
  3. Value of sales.

The requirement is to show only resellers with sales within the date range and also filter the nested datalist according to the data range.

Using the hash variable #requestParam.Key# with the date range filter in the URL request parameters for nested datalist doesn't help.

Any ideas how this can be achieved.

Thanks

Chiek

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, do you mean to filter the nested datalist dynamically without reloading the page? If so then you would need to use some sort of custom client-side JavaScript. I do not believe there is built-in support for a datalist, but if you are using a dropdown then you can use Ajax Cascading Drop-Down List

       

      1. Chiek

        Hi Anders, The data list showing the resellers is a crud on the userview menu and has a date range filter, however, the filter does not effect the nested data list. Any ideas? Thanks

      CommentAdd your comment...