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

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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