Thank you for setting that up, However I think I was not clear in my request. I am using Blazer WebAssembly. I set up a test with 2 DropDownDataGrids one connected to a datasource with small table, the other connected to a datasource with a large table (about 67,000 rows and about 200 columns) . Here are the load methods for the page:
The larger table produces this error:
When the large table is connected to a datagrid it works fine. Can you tell me what could be wrong and how I can make this work?
Thank you so much for your support. I really love your product and I really like how the DropDownDataGrid works but I am stuck here. I tried invoking the data source within the load of the DropDownDataGrid and populating the parameters. This removed the error. but no records appeared in the DropDownDataGrid.