Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
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.
Solved! Go to Solution.
You don't have to look at widget events, instead you have to look on the right side panel for Selected Row's event.
You don't have to look at widget events, instead you have to look on the right side panel for Selected Row's event.