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

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

List widget double click & text box change event is not working

HemalathaMsk
6-Contributor

List widget double click & text box change event is not working

Hi,

       When i select the value in list widget, i need to invoke a service, is it possible?

       When i double click in the combo box i didn't see the event calling the service which i have bind.

Thanks

Hema

1 REPLY 1

Hello Hemalatha msk

Answer 1) Regarding the list, you must be using a service to populate the data in the list. Map the 'Selected Rows Changed' event of that service and bind it to the service that you want to be invoked on row selection. For this click on the service which is populating data and you will see the corresponding  'Selected Rows Changed' event in the bottom right section of the screen. Bind this event with the service to be invoked by drag and drop.

Answer 2) For text box you need to bind the change event of text box with that particular service. Click the left side of Text box and drag the change event to service.

Regards,

Mohit Goel

Top Tags