I have a multiselect that I am using to filter the data for a graph. When I select a small number of items from the multiselect everything is working properly. However, when I select 1100 items from the multiselect, the DataSourceRequest is null. Is there a data limit that I have hit? Can I get pass it and actually pass all 1100 item?
I have attached screenshots for context. And here is the .Read call
.Read(read => read.Action("SampleMethodTest", "MyController").Data("MultiSelectFilterValue"))
Thanks,
Ricky
