You should be able to host Ext.NET 7 applications in Azure App Service as long as you have selected the right hosting environment, which should use ASP.NET Core for .NET 5 or ASP.NET Core 3.1.
...
Search Results
Type: Posts; User: fabricio.murta
Search took 0.03 seconds.
-
Yesterday, 6:23 PM
Thread: Azure App Service Hosting
by fabricio.murta -
Apr 12, 2021, 5:27 PMHello @tcunha!
I can't reproduce the issue you are talking about in the Ext.NET Example you pointed. Is there any further information you can provide that may help reproducing the scenario?... -
Apr 09, 2021, 10:27 PM
Thread: Toolbar in Panel Title
by fabricio.murtaHello again, @VADIM!
Thanks for the feedback, and yes, the title bar buttons are not meant to 100% replace buttons, as they have limited functionality and different visual effects. If a full... -
Apr 09, 2021, 8:38 PMHello @xdemo, and welcome to Ext.NET Forums!
I am not sure how much this answer will apply to old Ext.NET 1 (and Ext JS 3.x), but in general, a viewport is meant to be bound to the whole page. If... -
Apr 09, 2021, 8:19 PM
Thread: Toolbar in Panel Title
by fabricio.murtaHello @VADIM!
Setting the tools as a list of Tool objects should be correct. Declaring the list of tools, instead of ... as the following:
new List<Tool>()
{
new Tool()
{ -
Apr 09, 2021, 3:08 PMHello Martin!
You are having a strange and unexpected experience with the CDN, I only see this happening if your network is redirecting traffic to GitHub endpoints.
Here are some techie stuff... -
Apr 06, 2021, 2:39 PM
Thread: Updating GridPanel Store
by fabricio.murtaHello again, @VADIM!
We understand your frustration about examples. Can you imagine how many examples to illustrate every possible scenario in Ext.NET? I am not sure we have an example for your... -
Apr 05, 2021, 11:05 PM
Thread: Updating GridPanel Store
by fabricio.murtaHello @VADIM!
Thanks for sharing the solution that works for you! You probably could improve it as there's the need to create a full store each time the data is updated. The best way would, maybe... -
Apr 02, 2021, 4:46 PMHello @adham, and welcome to Ext.NET forums!
As your post is a request for an example instead of providing an actual example/extra, I moved your thread from General > Examples and Extras to... -
Apr 02, 2021, 1:33 PM
Thread: Error: App.direct is undefined
by fabricio.murtaHello @VADIM!
Glad it helped, and thanks for the feedback! -
Apr 01, 2021, 4:24 PM
Thread: Error: App.direct is undefined
by fabricio.murtaHere, your example with four variant client-server interactions, all passing the current value within txtNumber, handling it and either updating the txtResult field or returning the result to be... -
Mar 31, 2021, 7:59 PM
Thread: this.getCmp<T> issue
by fabricio.murtaHello, @VADIM!
You are not going to get the contents of client-side components with this.GetCmp<T>(). It is a handle to assign values to components but there's no way to know what's currently in... -
Mar 31, 2021, 7:46 PM
Thread: Error: App.direct is undefined
by fabricio.murtaHello @VADIM, and welcome to Ext.NET Forums!
The App.direct is only and only available when there are direct methods set up to the page. Basically the difference is:
- direct method is similar... -
Mar 31, 2021, 7:29 PMGlad it helped, thanks for the feedback!
-
Mar 30, 2021, 9:31 PMHello again, @fendiyono!
Thanks for the test case, I could run it here. What you are getting is, when you change the value of the record, the row gets redrawn; this, in turn, resets the component... -
Mar 30, 2021, 8:39 PMHello Gidi!
Sorry for the delay replying your inquire! We can't tell for sure what's the difference but it just looks like the samsung browser "flattens" the touch/click/tap events such that... -
Mar 26, 2021, 4:35 PMHello @JCarlosF!
If I understand your question, I believe you can limit date change events as you want by triggering them only when chosen from the date picker. But in case you also allow typed... -
Mar 26, 2021, 4:28 PM
Thread: Custom attribute in editor
by fabricio.murtaHello @Ibrohan!
Considering the example you pointed and the forum thread, you can just go ahead and give your component a custom config with whatever value you want.
Assuming the editor... -
Mar 26, 2021, 3:42 PMHello again, @fendiyono!
Sorry, your test case does not run. There are some references to entities we don't know; you may need to stub them out or change them by constants.
Please try to... -
Mar 25, 2021, 4:54 PMHello @dnakorea!
We have a recent discussion on this, please refer to this forum thread: Download File using DirectEvent.
Hope this helps! -
Mar 25, 2021, 2:10 PMHello, @fendiyono, and welcome to Ext.NET Forums!
For the code you provided I can't see anything obviously wrong. We could help though if you provided a full runnable test case so we could... -
Mar 24, 2021, 8:06 PM
Thread: EXT.AXD Problem
by fabricio.murtaHello @Geovision!
It seems the problem happens to fetch the init-script. This is unique code created every page load with the actual generated Ext.NET to Ext JS code.
You should look at IIS... -
Mar 23, 2021, 5:43 PMHello Gidi!
While browsing for an issue related to this in our bugs tracker, I found this issue we have logged some time ago: #1445
It is a problem inherent from Ext JS (the Ext.NET's... -
Mar 23, 2021, 3:21 PMHello @plok77!
The ext-partial component is not currently the same in capabilities as Ext.NET 5's partial view. Please check out GitHub issue #1819 for more information on the current state of... -
Mar 19, 2021, 4:25 AMHello again, Gidi!
Thanks for the additional info on where you can reproduce the issue, it really suggests the touchpad emits a specific event for clicks/taps/touch from the touch pad and that...
Results 1 to 25 of 500