textbox widget
The default values of infotable passing to the grid. But why the default values of infotable not passing to the Textbox widget.??
The default values of infotable passing to the grid. But why the default values of infotable not passing to the Textbox widget.??
Not sure how you implemented this exactly but glad to hear it's working.
Here's some suggestions from me if applicable.
From the screenshot, it appears the IndividualAlertNames service is taking in SelectedMachineDetails infotable as an input parameter. My guess is that this is bound with the SelectedRows of the Grid.
You can use SelectedRowsChanged event of the service that bound to the grid to trigger IndividualAlertNames service instead of triggering the service upon mashup loaded together with a delay function to wait for SelectedRows input.
Alternatively, if possible you can git rid of the IndividualAlertNames service. Only use the service that binds to the grid but add one more column called Alerts to the output of the service. Configure grid column not to display the Alerts column. Bind the selected row > alerts to textboxes. In this case, no need to worry about the service trigger timing or passing input parameter but should also do the trick.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.