Anu6is
Anu6is
While DNet does throw this error, it should not crash your application. It could be something in your codebase that's causing it to crash, like an async void or something.
Wouldn't setting `left` instead of `margin-left` be better? Also, the same situation applies when scrolling vertically so defining the `top` may be required as well. For example, overriding the style...
> Hi @Anu6is , this is working perfectly on the sample. but in the real app, we may have sidebar and app bar, we cannot place them on vh, vw...
> Understood, Can you think of anything that will help us to get to the datagrid? I couldn't find the parent (or) any relevant accessor. Took a closer look at...
> Reproduction steps Import and install packages Add a DataGrid example to the code that contains the directive@using MudBlazor.Examples.Data.Models Roll program An error has occurred what packages did you install?...
@csillaggyujto have you given up on making modifications to this project? Looking at your fork there seemed to be some worthwhile changes in progress
Steaming rendering is essentially static server side rendering. In Blazor, interactive components do not work with static rendering as no c# code is executed once the page has been rendered.
Could you provide a https://try.mudblazor.com/ example that reproduces the issue?
I think the component just needs some attention. Update to the new parameter state usage and see if any of the logic can be streamlined/simplified
> Renamed MouseEvent.MouseOver -> HoverOver Shouldn't it just be `Hover`?