hi all,
i am facing a typical scenario where, <b>for each row in a table of 10 cells i have 1 cell with dropdownbykey control. the requirement is that based on the row's data the dropdownkey's content differs. ie.,
row 1's -> dropdownkey control's content can have x,y,z
row 2's -> dropdownkey control's content can have a,b,c
.
.
.
.
row z's ->dropdownkey control's content can have m,n,c</b>
Now problem is that if each row's dropdown content doesnt change then i can bind the simple type to the cell, which would have the same dropdown values for all the row's.
BUT in my case each row's dropdown key value differs based on some XYZ condition (fetch data from bapi/backend).
Could anyone suggest me the alternative or solution for this problem.
Thanks,
Raghavendra