Dipti
Posted
on Jan 5, 2012
(permalink)
Hi,
In our application, we have a map which displays sales data country and region wise.
Is it possible to implement a feature where a user can select multiple regions on a map at a time to display the sales data of those regions let's say in a grid?
Thanks.
~Dipti
Reply
Answer
Giuseppe
Giuseppe
Posted
on Jan 6, 2012
(permalink)
Hello Dipti,
Review the Theatre Hall example online
here that demonstrates similar functionality - you need to hook up the MouseLeftButtonDown event for each map shape (in this scenario each seat) and handle the event accordingly (in this scenario mouse click selects / unselects the seats).
All the best,
Giuseppe
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Reply