New Post: Fetch data from specific folder
Hi, I have a sharepoint list with 500 folder user wise. And record is storing user wise. How can fetch specific folder data using spservice query???
View ArticleCreated Issue: SPCascadeDropDown + CAMLQuery not updated second time [10119]
Hi,Actually I have 2 dropdowns with parent child relationship. Along with this I have to filter the dropdown based on column status (Active/InActive).I have successfully did this with the help of...
View ArticleEdited Issue: SPCascadeDropDown + CAMLQuery not updated second time [10119]
Hi,Actually I have 2 dropdowns with parent child relationship. Along with this I have to filter the dropdown based on column status (Active/InActive).I have successfully did this with the help of...
View ArticleNew Post: SPServices.SPCascadeDropdowns - More than one seperate Parent/Child...
Hi,Is it possible to get more than one seperate parent/child relationship on a form? I currently have the first pair working but the second pair is not filtering the child list.Here is the setup: 1st...
View ArticleNew Post: SPServices.SPCascadeDropdowns - More than one seperate Parent/Child...
Ok... not exactly sure what I did different to my previous efforts but it is now working!There is one thing however... the second child drop down appears with a larger drop down button and on selecting...
View ArticleNew Post: SPService Fetch data problem
Did you try Matt's suggestion to see where the delay is? You can also see how much time each request is taking in Fiddler or Firebug.I'd also suggest upgrading to a recent version of jQuery.M.
View ArticleNew Post: Fetch data from specific folder
Check this thread:http://spservices.codeplex.com/discussions/227558M.
View ArticleNew Post: SPService Fetch data problem
I am using jqgrid to display data. With jquery 1.7 version it is not working in ie 8. Thats why i am using jquery 1.6 version. I have also debug in firebug. It takes time to fetch data. It takes 10...
View ArticleCommented Issue: SPCascadeDropDown + CAMLQuery not updated second time [10119]
Hi,Actually I have 2 dropdowns with parent child relationship. Along with this I have to filter the dropdown based on column status (Active/InActive).I have successfully did this with the help of...
View ArticleNew Post: SPServices.SPCascadeDropdowns - More than one seperate Parent/Child...
You're seeing the difference between dropdowns with < 20 options and 20+ options. This is out of the box SharePoint behavior.See my blog post:...
View ArticleNew Post: SPService Fetch data problem
Well, I'm not sure where the delay is, then. Are you sure that the 10 seconds is in the call to GetListItems, excluding the jqgrid manipulation?M.
View ArticleNew Post: SPServices.SPCascadeDropdowns - More than one seperate Parent/Child...
Hi Marc,Thanks for that... I had a feeling it was due to the child list length.In respect of the simpleChild: true I dont seem to have much joy with that and had attempted this earlier from your...
View ArticleNew Post: SPServices.SPCascadeDropdowns - More than one seperate Parent/Child...
<script language="javascript" type="text/javascript" src="../../jQuery%20Libraries/jquery-1.8.2.js"></script> <script language="javascript" type="text/javascript"...
View ArticleNew Post: SPServices.SPCascadeDropdowns - More than one seperate Parent/Child...
You're missing a comma after the childColumn line, so your code will throw and error. Darn commas.M.
View ArticleNew Post: SPService Fetch data problem
I'd love to see some metrics. Since you have Firebug, can you run this slightly modified code? var startTime = +new Date(); var querySkill = "<Query><Where><And><Eq><FieldRef...
View ArticleNew Post: SPServices.SPCascadeDropdowns - More than one seperate Parent/Child...
Perfect!! Thanks very much!
View ArticleNew Post: SPService Fetch data problem
Hahaha... Totally didn't see that till now. ;-).SPFilterNode FTW!
View ArticleNew Post: SPXmlToJson - wrapping the returned Title with a custom URL...
Oops :) thanks! So what would be the best way to wrap a link around the "Title"?
View ArticleNew Post: SPXmlToJson - wrapping the returned Title with a custom URL...
SPXmlToJson is just going to convert the data returned from the call from XML to JSON. Then you need to do something with it.In most cases, I just parse the XML directly. The exanmples on the...
View Article