Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic AllowMultipleSelection = false.. (Read 1774 times)
Shah
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 21
Joined: Jan 4th, 2016
AllowMultipleSelection = false..
Aug 10th, 2016 at 3:13am
Print Post  
Hi,

I try to disable the diagram from selecting multiple item and I set allowmultipleselection = false. But until now still not success. Is there any sample code that I can refer to.

Thanks.
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3152
Joined: Oct 19th, 2005
Re: AllowMultipleSelection = false..
Reply #1 - Aug 10th, 2016 at 9:05am
Print Post  
Hi,

I can see such property in JavaScript code, but its value is not serialized in JSON so setting it from server side will not work. Try setting this from client side instead -

diagram.selection.allowMultipleSelection = false;

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint