Dashboard - epiUltraGrid

has anyone used the EpiUltraGrid in the tracker view of a dashboard. I would like to be able to select several projects and it seems like the EpiUltraGrid should work but don’t have any options in the collection. I tried adding the search button but i am not a coder by trade so can’t get it to work. How would you link the serach button once selected item to populate on the collection for the grid view

I do many things similar to this.

It sounds like you would have to map your search wizard to a dataview. Then you would point your UltraGrid.DataSource to the dataview.

ok you lost me…sorry. Can you give me a visual?

You would only receive one field from the search. In the example I screenshot I used ABCcode adapter and return the ABCcode.

After re-reading your post, I would like some clarification on what you’d like. Are you just wanting multi-select on records populated in your UltraGrid? Once they are selected, what happens?

Maybe a screenshot of your dashboard would be helpful.