New Post: Performance Limits for SPCascadeDropdowns
I'm using the following versions: jquery-1.10.2.min.js jquery.SPServices-2013.01.min.js I used IE8's profiler to look at the timings (it's the only browser available to me) and the main culprits appear...
View ArticleNew Post: Performance Limits for SPCascadeDropdowns
Sorry, should add that the parent column is a dropdown but the child column uses a grouped item picker. Perhaps this isn't the intended target for SPCascadeDropdowns as it is only intended for dropdown...
View ArticleNew Post: Hello World!!
Hi guys, I've been traversing a path of learning regarding SharePoint via Youtube and Blogs. Some concepts and exercises, I can replicate on my end, while, some are just Witchcraft and Sorcery to me....
View ArticleNew Comment on "CopyIntoItemsLocal"
Does not work. Tried copying documents in same document library with no success. This operation runs to successful completion but does nothing. Should probably remove this post.
View ArticleNew Post: Function $().SPServices.SPGetCurrentUser not working
If all you want is to get the ID, then you don't have to go through SPServices... That information is already available on the page - SP gives it to you... the global variable name is: _spUserId...
View ArticleNew Post: Hello World!!
Welcome to the world of the black arts, Francisism. The road to enlightenment can be a long one. One of the greatest things about using SPServices and the approaches discussed here is that you can do...
View ArticleNew Post: Performance Limits for SPCascadeDropdowns
R: The "Gip" functions all service the multi-select "dropdown", and that is absolutely supported in SPCascadeDropdowns. The way this all works is that the form loads as it normally does, and then the...
View ArticleNew Post: Performance Limits for SPCascadeDropdowns
Thanks Marc, I have a feeling the performance is more to do with our content and client and server machine performance than your code. I think the business requirement we have probably doesn't fit to...
View ArticleNew Post: Performance Limits for SPCascadeDropdowns
Nothing you've described so far is something you shouldn't be doing in SharePoint. M.
View ArticleNew Post: Issue with Multiselect Cascade Dropdowns SharePoint 2013 IE8
Yes the issue still exists, it is not urgent at the moment but it still is there
View ArticleNew Post: Issue with Multiselect Cascade Dropdowns SharePoint 2013 IE8
I'll try to take a look at the specifics when I get a chance. Let me know if you learn any more along the way. M.
View ArticleCreated Issue: Issue with Multiselect Cascade Dropdowns SharePoint 2013 IE8...
From: https://spservices.codeplex.com/discussions/453302I am having an issue with SPServices CascadeDropdowns where the parent column is multiselect and the child column is multiselect. This is for...
View ArticleNew Post: Issue with Multiselect Cascade Dropdowns SharePoint 2013 IE8
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Startworkflow Datetime Parameter Format
I just started using Startworkflow and would like to ask how to pass a datetime parameter. Have tried "yyyy-MM-ddTHH:mm:ssZ" but it is returning a different time. Is it anything to do with time zone?...
View ArticleNew Post: Performance Limits for SPCascadeDropdowns
Ah, but I haven't shared the complete story! ;)
View ArticleNew Post: spservices autocomplete within a webpart (custom usercontrol) in...
Hello. I am trying days making things work here... But withi no success! I have a webpart in my sharepoint 2007 - It"s an custom usercontrol that contains an asp textbox wich i want to create an...
View ArticleNew Comment on "$().SPServices.SPDisplayRelatedInfo"
The ID #showRelated seems to have changed. Try this $("#SPDisplayRelatedInfo_Application th:contains('Total Sales')").css("width", "333px");
View ArticleNew Post: Cascade Dropdown SharePoint 2013
Hi, Im having a problem where I cannot get the cascading drop downs to work. When I select a value in my parent dropdown it fires an event but then does not populate anything in the child dropdown. I...
View ArticleNew Post: Cascade Dropdown SharePoint 2013
Problem solved I changed to the old spservices and jquery and the debugger started to work from there. At that point I realised I wasn't entering in the static values for my fields.<script...
View Article