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
Good morning!
I am currently trying to bind other widgets or even mashups to a specific entry in the advanced grid.
Do you know if this is even possible? If so, can I realize this with the normal advanced grid or will I need the advanced tree grid for that task?
If this is not possible, is there a way to extract the current string in the search-box of the grid?
Thank you for in advance for any advice or help you give me
Solved! Go to Solution.
Are you looking to bind the selected entry from Advanced Grid to another Widget?
If yes, set the rowSelection property in Advanced Grid widget to single/ multiple as per your requirement.
And bind the Selected Row(s) of the Service to the widget/mashup.
I hope it helps.
Are you looking to bind the selected entry from Advanced Grid to another Widget?
If yes, set the rowSelection property in Advanced Grid widget to single/ multiple as per your requirement.
And bind the Selected Row(s) of the Service to the widget/mashup.
I hope it helps.
Hey Ankit Gupta,
I have already set the rowSelection property to single but I haven't yet understood how to retrieve the data of the selected row.
The property "selectedRows" shows an ingoing arrow which means I cannot get the data this way.
The only outgoing arrow properties the advanced grid has are the DoubleClicked- and Filter-event and the QueryFilter.
So how can I retrieve the data from the selected row?
Thanks for helping me out again
Theresa~
I am referring to the selected Row(s) of the service which is feeding data to Advanced grid widget.
i.e. in the Right hand panel -> your_custom_service -> selected row(s) (just below All data).