Hi Kodular Community,
I’m working with the RecyclerList extension and I’m trying to learn from a sample .aia
file. However, I’m running into a difference in the OnBindView
event between my project and the sample AIA file I’m studying.
In my project, the OnBindView
event gives me:
But in the sample AIA, it includes:
This is causing some confusion because the sample uses dataItem
to access the actual data, while I don’t have access to that in my version.
Here are my questions:
- Why is
dataItem
missing in my OnBindView
event?
- Is this due to using a different version of the RecyclerView extension?
- How can I get the same functionality (including
dataItem
) in my project?
I’d appreciate any guidance or if someone can share the correct version of the extension that supports dataItem
.
Thanks in advance!
Images below


yes, you are using old version. click on the extension to know the release date. Instead of dataitem you may use recycler data item from the helper block, i used the same in OnBindView
try this block if available

Quite interesting. Post was created 12m ago but comment created on 34th min
I can’t see here, else give latest version of it
Count is very old version(version 1), go to the page and download latest version. Latest version will show data and not count
1 Like
I just wake up and trying to make something with this amazing extension, but i can not see my UI created with it, is there something else i am missing to add here for the first Card to appear?
How many lists (rows) are there in the gsheet?
Did you tick the listcontainer VA to VISIBLE?
Yes it where the added cardview holder in the screenshot
No error throws, also i added text to get data from globdata and the data is displaying {look in companion}
I removed the item in VA
Can you share your sample aia?
Expected like this?
Then Test this
uiu (1).aia.zip (775.8 KB)
yes that what it was supposed to be created, let me test