I have a grid which after filling from the datasource has no row. When I click on the add button to add a new row I get a data error
Unable to add row:
Not enough context to add a new row. either a row in this band or the parent band has to be active to provide for enough conte
How do I set an active row when ther are no rows
I had somehow lost the databinding for the grid but had retained the data schema. Once I set up the databinding everything was working again.