You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Knockout MVC
Trying to implement cascading dropdowns.
But it goes in infinite ajax call loop when the first dropdown value is changed.
Any ideas?
Алексей
unread,
Feb 22, 2017, 12:31:38 PM2/22/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Knockout MVC
I have the same problem!
I've found the only solution - handling onclick event instead of onchange but I still have 1 extra server call when user clicks on the first dropdown to select needed item.
Алексей
unread,
Feb 24, 2017, 4:24:26 PM2/24/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Knockout MVC
I've found the solution: you have to attach the handler AFTER applying the model.