Hi,
Does the Grid control work with Blazor static serverside rendering? If so, do you have an example?
I tried using the Grid with a CustomAdaptor but it does not seem to be working.
Considering that in Blazor static serverside rendering only the form submit and anchor links work, and the other click events are not captured, is there a way to get the Grid control to work in that mode?
I've seen the example with the DataSource. My issue with it is that it seems that you need to load the entire data at the beginning. Is there an event that can be used when we add an item, delete it, filter and sort the data?
Thank you,
Razvan