Search Results
Type: Posts; User: fabricio.murta
Search took 0.04 seconds.
-
Yesterday, 6:32 PM
Thread: Set Picker Date manually
by fabricio.murtaHere is, maybe, the simplest solution I found so far. I will post the proof-of-concept in C# and will try to suggest changes to your VB.NET code snippet but won't be able to actually test it. Provide... -
Yesterday, 5:28 PM
Thread: Set Picker Date manually
by fabricio.murtaHello, Gidi!
The quick answer for your question is that it is not supported out of the box. What's in the picker should be the value.
The long answer is that you can customize the picker show... -
Apr 20, 2021, 4:18 PM
Thread: FieldSet / FormPanel ... HowTo?
by fabricio.murtaOops! :-)
grid.Listeners.RowDblClick.Fn = "rowDblClickHandler";
Line 49 of your model code would become this using the dedicated JavaScript function approach.
Unless you point exactly... -
Apr 15, 2021, 7:44 PMGlad it helped, thanks for the feedback!
-
Apr 15, 2021, 7:01 PMHello again, @Ariel!
I am afraid this is a problem that comes from MS-Excel. It always appends a line break to anything copied from it and there's no way to tell it was an empty cell/row in the... -
Apr 15, 2021, 5:25 PMHello, @Ariel!
I see, you are copying and pasting from MS-Excel into the Grid Panel > Spreadsheet > Clipboard example in v5 Examples Explorer. If you paste the same text to the v4 equivalent... -
Apr 15, 2021, 5:10 PM
Thread: FieldSet / FormPanel ... HowTo?
by fabricio.murtaHello again, @bbros!
Yes, there's never one absolute single solution to any scenario you may think, and using the facilities to bind records to/from the form fields seems the best approach for... -
Apr 14, 2021, 9:52 PM
Thread: FieldSet / FormPanel ... HowTo?
by fabricio.murtaHello @bbros!
To shorten the answer length, I will point just what I changed to get your code to work:
1. In your markup code (or an external included JavaScript file), define a handler for the... -
Apr 14, 2021, 8:35 PMHello @fendiyono!
It seems you misused the getErrors.call() syntax when you probably copypasted it from one of its occurrences in one of the Ext.NET overrides. You should wrap the parameters... -
Apr 14, 2021, 6:59 PMHello again @tcunha! Sorry for the long delay in replying the last post you made.
I have looked up the component and indeed the scenario you described is reproducible.
It happens that the... -
Apr 14, 2021, 4:24 PMHello @Ariel!
You're probably upgrading from 4.x to 5.3.0, right? That's the latest Ext.NET 5 version.
Can you share the link to the specific online demo or example where you can reproduce the... -
Apr 14, 2021, 4:18 PM
Thread: Azure App Service Hosting
by fabricio.murtaHello again, Vadim!
Yes, that's the expected behavior. The Ext.NET-powered website should only work in production/public environment with a valid license key. You are free to evaluate it in local... -
Apr 13, 2021, 6:23 PM
Thread: Azure App Service Hosting
by fabricio.murtaYou 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.
... -
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...
Results 1 to 25 of 500