HybridSolutions

Results 50 comments of HybridSolutions

Hi, meanwhile I tried the **_Settings_** parameter but it's not working at all. `Settings = "new GridSettings() { SortAscendingIcon = MyFontIcon.sortAsc, SortDescendingIcon= MyFontIcon.sortDesc }"` I also tried to set **_PageSize_**...

@hakenr thanks for the fast reply! Any place where I can read more about that native support in Blazor? Thank you!

Well, game is over. No future on drag & drop features out of the box for Blazor.

> > Well, game is over. No future on drag & drop features out of the box for Blazor. > > Praying that @hakenr and his amazing team will save...

Why not implementing checkboxes for selecting each row with a header checkbox to select all items in the current page? This is very useful.

According to Sass documentation `You can also use [interpolation](https://sass-lang.com/documentation/interpolation) in a calculation. However, if you do, nothing in the parentheses that surround that interpolation will be simplified or type-checked, so...

@EmilAlipiev I think I know what the problem is. You are using Blazor WASM and I'm not quite sure that WebOptimizer is compatible with it. It works with Blazor Server....

While debugging, seems that ExecuteAsync() method is not called or at least debugger not stopping there although it stops in Compiler() constructor method. I believe the issue might be on...

> @dmitry-selivanov I have a solution which I am currently trying to deploy to live but I'm having problems with IdentityServer4 I think... > Once I have resolved this, I...

> Update: so in order to use CQRS classes against the User model within Jason's Clean Architecture project, I don't believe it's simply a case of extending Application User as...