Hi
I've gone through documentation and I don't see the answer. I have a grid with a cascading dropdown. The dependent dropdown will be populated using a sql statement. I'd like to use a value from the first dropdown and a date value from my grid to use in the sql statement. I was wondering how this is done.
Thank you
To use more than one fields values in sql is currently not supported. I looks to be a genuine requirement and i'll be working on it.
Thanks Abu
Do you think I could use the onblur event for the column then use javascript to get the values from other columns?
Yes, onchange event will be used but it may need some customization in core lib, that might break again with the next version update. I'll be emailing you a guide where you need to change code if you wish.