This is really nice.
I have a question here :
Can this cascading works with one lookup as main filter.. Like if i have Country as main lookup and want Region and City to Filter based on Country.. I tried this operation and it dint work out using Cascading. I understand cascading is level based filter..Can you suggest me an alternate to implement this behavior using SPServices Framework.
Lookup : Country
Lookup : Regions (filter based on Country)
Lookup : Cities (filter based on Country).
Here Region and City are not related in anyways other than Country
Country List : ID, Title
Region List : ID , Title, Country
City List : ID, Title, Country
Thanks a lot in advance !!!!
↧