Grid Cascading Drop Down List While editing

Hello,
I was able to get cascading drop downs working usinghttps://www.syncfusion.com/forums/138229/cascades-the-data-sources-with-multiple-dropdownlist. When I hit update and I am using CRUD it does not pass the items through. Please let me know what to do.
Thanks

2 Replies 1 reply marked as answer

MH Matthew Hamlin June 13, 2020 02:37 PM UTC

Hello,

I have solved my own issue. I was using 

                read: function () {
                    return questionsObj.text;
                },

and needed to use

                read: function () {
                    return questionsObj.value;
                },

Marked as answer

TS Thiyagu Subramani Syncfusion Team June 15, 2020 11:05 AM UTC

Hi Matthew, 
 
Greetings from Syncfusion. 
 
We are happy to hear that you have resolved the issue at your end. 
 
Please get back to us if you need further assistance. 
 
Regards, 
Thiyagu S 


Loader.
Up arrow icon