Choose a column in a grid and display its attributes
Hello community,
I have setup a search mashup, which uses the "ListSavedSearches"-Service to display Saved Searches in a Dropdownlist. By entering a name or number into a TextBox, the user is able to retrieve a grid of CAD-Documents from Windchill. This is done by using the "Execute Saved Searches"-Service.
My goal is to select an entry in the grid in order to display certain attributes of this entry (the chosen CAD-Document). How do I go about doing this kind of task?
I have tried linking the doubleclick function of the grid to another grid, which didnt return any data.

