Hello, I'm having a little bit of a problem, I'm binding my data source using the event "NeedDataSource"
However, in the case of no records available, if I hit the add new record button. I get the loading circle appears but then my "EditItemTemplate" Items don't. I tried adding a record directly though an SQL query, and then it worked.
What could be the reason for this? and how can I solve it? Thank.