Tagged Questions
0
votes
1answer
78 views
Best/Simplest Way to Implement Custom Button on List/Library?
I've removed most of the default elements with the following:
<style type="text/css"> #s4-ribbonrow, .ms-cui-topBar2, .s4-notdlg, .s4-pr s4-ribbonrowhidetitle, .s4-notdlg noindex, ...
1
vote
3answers
348 views
SharePoint 2010 Modal dialog problem with Jquery datepicker
i have a link on which i am opening a webpartpage embed in SharePoint ModalDialog. Inside webpart I have a textbox contains jquery.datepicker ..whenever i select the date the ribbons title scrolls up ...
1
vote
1answer
123 views
Implement Cascaded Dropdowns without using Lookups
I have 3 lists with a great deal of data in them (7-12k rows) that I'm pulling from another system. I want to implement cascaded dropdowns between the three, but I can't populate lookups for 12,000 ...
0
votes
1answer
509 views
JQuery Autocomplete with ashx
I can't make autocomplete work with ashx and the handler is working fine.
Here's the scenario:
1- JQuery files are properly referenced
2- ashx is deployed in /layouts and working (got this to work ...