Okay so I’m fetching the data from a Database whenever I open the page. I’m successfully retrieving the data, and setting it into a ROW which is marked as a Repeater. Now inside a CELL of that ROW, I have one reusable UI component in which I need to get that data and parse it accordingly.
Now in my reusable component, I’ve marked the parent component as a DATA CONTAINER so that I can get that data from the ROW. And when I try to print that value, I get nothing:
However if I try to specify a certain property in the DATA MODEL LOGIC, then I can actually see the value!
Which is confusing to me. Why I can get only a single property and not a whole object itself?