I have a RadMap that has items added to an information layer. Sometimes these items overlap or they are in the exact same position making it impossible to click the item underneath. Is there support for finding all the items underneath a mouse click?
1 Answer, 1 is accepted
0
Accepted
Andrey
Telerik team
answered on 21 Dec 2011, 04:12 PM
Hi Christopher,
You can use the InformationLayer.GetItemsInLocation method to get all items under the mouse pointer. The sample code is below.