New Post: Initial Filtering
@myro Your code too gives me an error with "'selectedIndex' is null or not an object" with your var childValue =...
View ArticleNew Post: Working across sites
The solution works great with a master list I have in my top site. I have all the lookup value lists defined at the top site also along with a custom content type for the list. However, when setting...
View ArticleNew Post: Working across sites
Yes, although I'm not receiving any error messgae, the cascading effect just does not work. Are you using the GUID for the list name? The SPCD works great at one level, but the next level down they do...
View ArticleNew Post: Working across sites
Just fixed it. I seem to simply have had a bad reference to the javascript text file. Works ace now.Tx Boris
View ArticleNew Post: Working across sites
Sorry for this delay but I was away last week. A bad reference to to the created javascript linked to from the CEWP or the reference to spcd.js within that file? I dropped both of these files into...
View ArticleNew Post: Working across sites
I got this to work by using the list GUID. That seems to have forced its hand and now it seems to resolve no matter the sub-site level in the site collection.
View ArticleNew Post: Working across sites
Roger that Blargon7, yes to avoid issues I always use the GUID. In my case I simply was pointing to a wrong path.CW
View ArticleNew Post: Child Drop-Down Values Blank
We have implemented this SharePoint JQuery solution and it appears to be working except for the fact that the child drop-down shows blank values for each option. If you select a value then save the...
View ArticleNew Post: (None) Value
I'm having the same issue. Did you ever find the solution? I'll poke around and see if I can't figure it out, but your not alone with the issue.
View ArticleNew Post: Issue when the field are required
I have the same problem SP2010in IE8/IE9 do not work if value in colum is requiredbut works very well in FF 4.0 in every cases I have found a solutionhttp://spcd.codeplex.com/discussions/206907but I am...
View ArticleNew Post: Child Drop-Down Values Blank
We are experiencing the same issue. The Filtered Child Node Display Text Attribute is empty while the Values are correctly populated. I am using IE9 and FireFox same result. I have implemented the most...
View ArticleNew Post: Cascade Dropdown issue with Document Library in SharePoint 2010
I have two cascading dropdowns which are pointing to lookup columns in a document library. When I create new item ,both dropdowns are working fine, when I change the value in the parent dropdown the...
View ArticleNew Post: Hide/Show fields based on option chosen in complex dropdown (I...
I've got 5 cascading dropdowns, I'm using SPServices 0.7.2 together with JQuery 1.8.1 to get my cascading dropdowns working and I've used the "SPComplexToSimpleDropdown" function to prevent complex...
View ArticleNew Post: Adding Webpart Issue
While trying to add content editor webpart on newform I get following error."Trying to use an SPWeb object that has been closed or disposed and is no longer valid" Please advice a solution. I am using...
View ArticleNew Post: Initial Filtering
Incidentally, I modified the code to handle this specific issue and the issues reported with the fixes above. This is working for me: First off, modify the FilterChooicesForMyChild method to allow for...
View ArticleNew Post: try it
http://www.azu.mn/?p=239 The SharePoint Lookup Plus Field type is a “super” lookup field type that brings added capabilities that implementers found lacking in out of the box SharePoint 2013 Lookup...
View ArticleNew Post: SPCD not working in SharePoint 2013
I am trying to use SPCD in my SP 2013 site.But it is not working. I have a list "Process Area" which has just one column. Second list is "Sub Process Area" which has two columns- SubProcess area and...
View ArticleNew Post: Help! Child dropdown menu is 'sticky'
Hi guys, I have implemented this successfully in my SharePoint 2010 environment. However, there is one issue I would like to resolve. When a user clicks on the parent dropdown and selects an option,...
View ArticleNew Post: SPCascadeDropdowns - Selecting all the elements
using SPServices.SPCascadeDropdowns for cascading to populate elements in 2nd dropdown, but if the value suppose 'All' then it should not apply filter and should select all the elements from 2nd...
View Article