Completed
Last Updated: 19 Feb 2021 07:11 by ADMIN
Release 2.22.0
Marat
Created on: 02 Jul 2019 21:16
Category: Window
Type: Feature Request
47
Moving a window with the mouse
Is it possible to move the window with the mouse?
10 comments
ADMIN
Marin Bratanov
Posted on: 20 Nov 2020 08:18

Hello Brian,

It will not get implemented automatically just by targetting .net 5. If nothing else, that would leave people targetting the 3.1 LTS hanging so we probably can't take such an approach even if it existed.

This idea is in our pipeline and will be considered and implemented. To know when that happens, click the Follow button.

 

Regards,
Marin Bratanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Brian
Posted on: 19 Nov 2020 21:07
Still no way to move the window control?  I thought this would be fixed in .Net5?
ADMIN
Marin Bratanov
Posted on: 01 Oct 2020 11:24

Hello,

The best way to get news and updates is to click the Follow button on the portal page. This will have the system send you emails when something happens (such as a release number being known and being added).

 

Regards,
Marin Bratanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

SaiSivaSankar
Posted on: 01 Oct 2020 09:47
what is the update on this?
JeffSM
Posted on: 12 Aug 2020 16:45

Please, consider this feature soon as possible!!!!!!!!!!!

With ASP.NET AJax can be done and Blazor is the new one, so we need this feature.

Best,

 

Jeff

 

#jefferson2020

ADMIN
Marin Bratanov
Posted on: 09 Apr 2020 16:48

Hello Brian,

Angular has been around in production state for, I think, around 8 years, while Blazor's WASM flavor is not even production-ready yet. So - yes, the Blazor framework is much younger and is expected to lag behind in some areas. It does have its advantages, though, and both we and Microsoft believe in it.

On guidance for your apps I can suggest the following e-book we made recently as a good starting place: https://www.telerik.com/campaigns/blazor/wp-beginners-guide-ebook

 

Regards,
Marin Bratanov
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Brian
Posted on: 09 Apr 2020 14:51

Thanks Marin!  I must say, i like the concept of Blazor with C# on client.  But based on all my testing, the framework is no where near complete.  You're response confirms that.  for example:

DataBinding and routing are MUCH more power in the other javascript frameworks such as Angular.  With databinding, I find I always have to check parameters in razor template with @(if object != null) then.... otherwise, pages just blow up. This doesn't feel natural to me.

It also seems reactive / async programming is easier in Angular.  Some of my razor pages don't seem to be as responsive in the UI, it appears child components render synchronously?

Oh well, maybe they'll fix this in the future.  Any guidance your company can provide architecting blazor wasm apps, ...from a best practices standpoint ...would be much appreciated! 

ADMIN
Marin Bratanov
Posted on: 09 Apr 2020 07:13

Hello Brian,

It is highly likely that we will need to wait for the framework to implement some support for that (which may happen with .NET 5, or even later) because the major problem is that dragging changes parameter values, and that simply does not work in Blazor - we had tried that. Making a wrapper over a jQuery widget is not something we want to do for Blazor, however, so at this point we need to wait for the framework to catch up.

 

Regards,
Marin Bratanov
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Brian
Posted on: 09 Apr 2020 00:09
What's the status on this?  When can we expect to be able to more the window by dragging on the title bar?
ADMIN
Marin Bratanov
Posted on: 03 Jul 2019 05:04
Hi Marat,

We tried having the window draggable in the early previews, but it caused severe performance issues due to the re-generating and redrawing of the DOM caused by Blazor updating bindable properties.

We have it in our sights and we want to add that feature, but we also want it to be nice for the user.

That said, I moved this thread to the feedback portal where you (as well as everyone else) can track it by clicking the Follow button. Here's a link for you: https://feedback.telerik.com/blazor/1416775-moving-a-window-with-the-mouse.


Regards,
Marin Bratanov
Progress Telerik UI for Blazor