cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

Choose a column in a grid and display its attributes

DennisMeij
2-Explorer

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.

ACCEPTED SOLUTION

Accepted Solutions

You don't have to look at widget events, instead you have to look on the right side panel for Selected Row's event.

View solution in original post

1 REPLY 1

You don't have to look at widget events, instead you have to look on the right side panel for Selected Row's event.

Announcements


Top Tags