Ondřej Zamec

Results 10 comments of Ondřej Zamec

It works, you just need to set interactiveBorder to something. For example interactiveBorder: 30.

I have made a change to behavior of DataGridEditMode.Cell. It has previously selected on row click. Even though I'm clicking on editable field. So I disabled this functionality for this...

I had problems with database conversion so I had to specify the type. Like this ```c# public override void SetValue(IDbDataParameter parameter, DateOnly date) { parameter.DbType = DbType.DateTime; parameter.Value = date.ToDateTime(new...

@just-the-benno Hey, some time has passed, Data Grid is released and I have have updated the pr. Can you tag the correct person to review it?

@ScarletKuro Hello, this pr has been on hold for quite some time, but now since DataGrid has been released, I'd like to merge this pr. And I've seen that you've...

@ScarletKuro Thanks for reply. To my surprise, when I returned to it after more than a year, the bug was still present. Reproduction is here, https://try.mudblazor.com/snippet/GkGxYrFIYGxFeMUs (just switch Form -...

Well, I tried to fix MultiSelection as well. Which is not present at [#7207](https://github.com/MudBlazor/MudBlazor/pull/7207). I can't replicate this on trymudblazor, since it's not against a dev branch. But here is...

@ScarletKuro I have changed name and edited description of this pr. Tests were added as well.

> > @tjscience can you review this please? Also read this comment [#4821 (comment)](https://github.com/MudBlazor/MudBlazor/pull/4821#issuecomment-1642623836) > > If you look at my review comment, this is still an issue. > >...

@tjscience I have looked through the code and the only internal use case is checking whether all items are selected so header cell should be checked as well. Which is...