New Post: GetListItems, XMLtoJSON, and jQueryUI autocomplete
It's just the age old question, do you make a lot of small requests or fewer large requests.
View ArticleNew Post: Sorting is not working when it is required field
Geoff, Thanks for the response I tried changing the caml query but still it did not work.I think i observe here is when the field is made as Mandatory field its sorts according to the Sortorder but...
View ArticleNew Post: GetListItems, XMLtoJSON, and jQueryUI autocomplete
A lot... You want the page to load as fast as possible imo.
View ArticleNew Post: The functon only works for me, not other users
The function only works for me(Site collection administrator). The other users can see the whole list, doesnot filter the countries, cities. If I login as my account, it works well. I checked...
View ArticleNew Post: The functon only works for me, not other users
Problem resolved. It was because of the spservices folder can't access by the other users. Thanks
View ArticleNew Post: GetListItems, XMLtoJSON, and jQueryUI autocomplete
Eric, Matt, You are right in that the 'when to use this approach' will be answered by which method is less expensive. The blobs of text in the page should not increase the size of memory or the DOM...
View ArticleNew Post: SPServices wait for data to load
Hi Marc, Sorry for the trouble. But can you just paste some simple snippet code.Basically not to load the data to the element unless data is retrieved and maybe showing a waiting message. Cheers
View ArticleNew Post: viewName for GetListItems
The following page explains how to extract the GUID for a View http://www.dhirajranka.com/?p=50 It's the GUID that is the value for viewName
View ArticleNew Post: Read ListItem by passing view name
The following page explains how to extract the GUID for a View http://www.dhirajranka.com/?p=50 It's the GUID that is the value for viewName
View ArticleNew Post: SPCascade not displaying 1st item
PirateEric, yes it is a big deal because the related values are not displaying in the second drop down list in this situation. there is nothing wrong with the relational integrity, the lookups work...
View ArticleNew Post: Sorting is not working when it is required field
OK, I see what's happening now. I was misunderstanding your issue as described. I originally thought you were saying the sorting was wrong when the 'Status' select item is required. I see that's not...
View ArticleNew Post: SPCascade not displaying 1st item
Dean: To help me in debugging this, could you try the matchOnId option to see if the same problem occurs? M.
View ArticleNew Post: SPServices wait for data to load
Take a look at this pge on my demo site.http://www.sympraxisconsulting.com/Demos/Demo%20Pages/SPjQueryWebServices.aspx It shows the standard SharePoint spinner while waiting for a Web Service operation...
View ArticleNew Post: UpdateListItems without changing modified field
Hi, I want to be able to update list items without changing the modified field. This can be done in C#/VB with SystemUpdate() but is there a way I can do this with SPServices? Thanks!
View ArticleNew Post: Sorting is not working when it is required field
Thanks Geoff, it worked for me. Can we also set our own default values to the look up's? Thanks Bindu
View ArticleNew Post: UpdateListItems without changing modified field
Unfortunately, no. You're getting away with it server side because you're elevating permissions. There's no way to do that client side, which is a very good thing....
View ArticleNew Post: GetListItems, XMLtoJSON, and jQueryUI autocomplete
I've been able to do this with success albeit with some frustration. I was also able to do it with 2 web parts instead of 4 with creative XSLT and query string parameter filtering. Only draw back to...
View ArticleNew Post: GetListItems, XMLtoJSON, and jQueryUI autocomplete
Use a hidden iframe to load the data and retrieve it from teh iframe instead of doing a full page refresh... Basically: screen scrapping. :) _________ Paul T
View ArticleNew Post: Use UpdateListItems to update related list's lookup value
Hi, I've successfully gotten spservices working throughout a new project. I have 2 lists with a dual relationship to each other. Changes on one should update the other. The parent has a multi-select...
View ArticleNew Post: SPFilterDropDown with Checkboxes
Hi, I'm using SPFilterDropDown to filter the related list's values. The related list has more than 300 items. I'd like to add another checkbox column on the parent list to further filter the results....
View Article