Hi,For my requirement, I'm using Editable Grid it contains multiple check boxes. I'm passing the local variable into the values. But for a single check box selection I am able to save the value, whereas if i'm trying to select multiple check boxes at a time, I am unable to save values. I want to check multiple values and save all of them values.
Discussion posts and replies are publicly visible
Hi Narmada (narmadap) ,
Your code looks fine the only thing is try creating cdt instead of local variable
please find below screenshot which i have tested in my environment
Note:
Try to avoid calling queryentity in with function instead use it in saveInto of cascading components.