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

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Choose a column in a grid and display its attributes

DennisMeij
2-Guest

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.

1 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.

Top Tags