Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Suppose we have searched the thing named “TestThing” then the required thing should get highlighted in the grid which already contains the list of things.
Is it possible to do the same using squeal?
Rdhakrishnan, to what grid are you referring to? Squeal searches and displays the result category-wise; be it Users, Things or Mashups.
There is SelectedValue on certain Widgets that can be bound from a Service and will make that Widget jump to that specific Entry. You will also need to set the ValueField.
I don't think a Grid has this, so a work around is to add a List that has the same data source but is invisible and set that Selected Value and the Grid should follow along.