Tagged Questions
0
votes
0answers
119 views
Sharepoint hover dropdown menu on mobile
I have a hovering dropdown menu in Sharepoint 2010 that works fine with a mouse, but what i'am also trying to achieve is getting the menu to not reload the page on a mobile device (since the user has ...
0
votes
1answer
853 views
Filtering an SPDataSource with a dropdown - selected item is lost through postback?
I'm trying to filter the contents of a dropdown based on the selection in another dropdown, using this MSDN blog post and forum post.
The filtered dropdown appears with the correct data the first ...