I’m following along with the Data Grid grouping tutorial (Paginated Grouping).
When I add the second repeating panel and then try to add anything to it, I consistently get an error "No such form ‘RowTemplate2’ in the designer, and “NameError: name ‘RowTemplate2Template’ is not defined” in the logs.
The cloneable link is here: Anvil | Login
Can someone point out what I’ve done wrong? It’s a bit frustratingly “magic”, as the RowTemplate2Template super class doesn’t seem to be created (although I believe it’s supposed to be). In order to compare, I cloned the completed project from the tutorial (Anvil | Login) which does work, but a quick grep through that source shows that RowTemplate2Template doesn’t exist in that code either, which leads me to believe that some behind-the-scenes trickery is going on to create this class. Why that trickery isn’t working in my own project isn’t quite clear.
Anyway, I’d appreciate someone with a clearer head than I chiming in.
Thanks!