JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Data Grid grid with css height auto and add new row fails to display rows after ~3 adds Reply To: grid with css height auto and add new row fails to display rows after ~3 adds

#100358
admin
Keymaster

OK, now I tested my grid which is used to display a summary of rows added to a database one by one.
That is, a user fills a form, the form is sent to a server with Ajax, and the Ajax response sends back a row with generated ID, etc. then the row is added to the grid.
This works only if the grid is first populated with one dummy row. I no longer need to add at least TWO dummy rows. And there no longer (in 4.5) is an issue where only the first 3 rows added show.
The issue now is that if the grid starts out empty, the rows that I add are not shown.
So, it is still not completely solved.
I will now submit a support request for this.