New Post: GetListItems - retrieve checkbox value
Sometimes you get this when the column does not have any data in it. Â An alternative method (which is quite common in my code and others) would be to simply check for "undefined". Cheers,MattÂ
View ArticleNew Post: Call SPService from outside SharePoint page context
Is it possible to call a SharePoint 2010 web-service from a standalone HTML page using this library and jQuery? Basically I need to upload a file to a existing Document set but I need to do so from...
View ArticleNew Post: SPComplexToSimpleDropdown when column is required
When the Look up fields are converted from complex drop down to simple drop down, if the loop field is required ,once after the conversion default value appears in the look up. Â According to our...
View ArticleNew Post: GetListItems - retrieve checkbox value
I have run into this same situation. Even though I set a field up as a Yes/No data type with a default of "No", it is returned as undefined (even though it looks like a "No" on the EditForm.aspx). If...
View ArticleNew Post: GetListItems - retrieve checkbox value
+1 to gkoliver for the datasheet preview trick. I use that all the time but forgot to mention that. :) I've seen the "disabled" look for columns created after the list has items in it. Give it a try...
View ArticleCreated Issue: Attribute "title" is not set for option element in...
I have found a small problem in SPCascadeDropdowns functionality.I use lookup column with "Allow multiple values" option enabled. I select items in parent GroupedItemPicker (GIP) control and child GIP...
View ArticleNew Post: GetListItems - External Lists?
Hi Paul, R u able to resolve this issue? If yes, can you please post the resolution--- Thanks
View ArticleNew Post: GetListItems - External Lists?
kireetij, I was not having the issue directly, and only posted a possible solution... I did not see a response from Fubak... But the concept if simple: if you are trying to pull information from...
View ArticleNew Post: SPCascadeDropDowns: Help needed
Wanted to bump this topic..  I'm running into a similar issue. Below is my code. Works perfectly fine when added to the newform.aspx page of my list. But when I dropped a (new item) Dataview...
View ArticleNew Post: UI won't update when making several SPSpervices calls
I'm creating a tasking application that allows a user to create a parent task and then select from a list of retail locations to assign the task to. A 'child' task assignment is created in a list for...
View ArticleNew Post: UI won't update when making several SPSpervices calls
What you really need to do is setup a callback. Prior to your $.each() iteration, you'll drop the spinner onto the page, the iterate, then fire your callback.  This is the only way to ensure the...
View ArticleNew Post: UI won't update when making several SPSpervices calls
I've tried callbacks a few different ways, even combined with some setTimeouts to force some brief pauses, with no luck. What action would you suggest be taken by the callback? So, no matter what I do...
View ArticleNew Post: UI won't update when making several SPSpervices calls
Absolutely there is a way to batch your request and is the recommended method of doing so. ;-) "So, no matter what I do with IE, it'll freeze after 2 requests? Even if they're not async and the UI...
View ArticleNew Post: UI won't update when making several SPSpervices calls
Can you share the code that you believe is causing this? Usually, in IE, the heavy manipulation of DOM elements will cause the UI to "freeze"... specially inserts and deletions into DOM... I also...
View ArticleNew Post: UI won't update when making several SPSpervices calls
Awesome, I had no idea batch updates were that flexible. That's definitely the way to go then - I'll do some refactoring and give it another shot!
View ArticleNew Post: JQuery Deferred compatibility
Would it be possible to alter SPServices so that it returns an object that can be used with JQuery's Deferred (http://api.jquery.com/category/deferred-object/)? Right now it's harder than it needs to...
View ArticleCommented Issue: SPAutocomplete dropdown issue [10067]
From http://spservices.codeplex.com/discussions/354984Hi Marc,I'm using jQuery 1.7.1 and SPServices 0.7.0 I have three custom lists,the only thing I changed was that I disabled attachments.In the...
View ArticleNew Comment on "$().SPServices.SPCascadeDropdowns"
This *great* function solved a lot of problems of mine :) Runs correctly with jQuery 1.7.2, but jQuery 1.8.0 (SPServices 0.7.1a) produces wrong results (only in IE) when having a child column > 20...
View ArticleNew Comment on "$().SPServices.SPGetLastItemId"
Not sure if anyone else has discovered this or not but thought I'd throw this out there, If you're NOT using a SharePoint form to create the new item (i,e. using the UpdateListItems method instead),...
View ArticleCommented Issue: SPServices.SPComplexToSimpleDropdown - Column not found on...
Dear All,jQuery: 1.7.1SPservices: 0.7.1aSharepoint 2007I'm having an issue with this simple function (even with the SPCascadeDropdown), as I always get the error of Parent Column not found, and I've...
View Article