Hi community,
I want to describe a scenario so that you can help me with insights on how to solve the problem.
I want a dropdown list that contains some values like: “joshua”,”peter” “james”.
so when i click on say joshua,there’s a column on grid named event_id.the grid should be filtered by event_ids associated with value (joshua)selected.let’s say if we have the following event id 123,456,678,597,698,6087,708 in column, when i click on joshua the grid is filtered by event_ids that belong to joshua.
where the values in dropdown are arrays of event_ids as follows:
var joshua=[“234″,”234″,”596”];
var peter=[“274″,”230″,”596”];
var james=[“254″,”034″,”696”];
An example based on my scenario will be much appreciated.
will be happy to hear from you( Peter Stoev and Dimitar).
Regards