As the title suggests, I am using an SQLite datasource (local) for my application data. Every data grid that loads this datasource takes an abnormally long time to load (5-30 seconds) than what I am used to having come from SQL server. Is there a specific reason for this? And is there any way I can improve speed while still using SQLite? the datasource data types are integer and text only.
Hi @enchev , there are very few records in my tables. Less than 25 in any of them. Paging is not enabled because of some custom rendering I have of which paging breaks the design.
So, I'm noticing Radzen is not producing a any console info after loading my web assembly, and visual studio is not giving me any valuable data to determine the issue. What is an appropriate method to debug that might help me drill down on this issue specifically. I have no errors or exceptions.