https://docs.ext.net/guides/getting_started/
Hope this helps.
Search Results
Type: Posts; User: geoffrey.mcgill
Search took 0.08 seconds.
-
Jan 01, 2021, 6:58 PM
Thread: .net 5 install guide
by geoffrey.mcgill -
Dec 22, 2020, 6:37 AM
Thread: License problem
by geoffrey.mcgillHi Fla,
You have been sent an email with your Ext.NET Classic v7 License.
The license key can be set in your app using the following instructions:
... -
Dec 17, 2020, 5:22 PMThere are issues in Ext.NET Classic v7+ with implementing your approach. We are still investigating and will figure out a solution.
-
Dec 16, 2020, 4:15 PMHi PascuV,
You are likely using an Ext.NET 4x license key in an Ext.NET 5x application. Downgrading the app to any version of Ext.NET 4.x should solve the issue.
Another option is purchasing a... -
Dec 15, 2020, 10:54 PMHi. Thanks for the code samples. We will investigate and work out how this technique would be accomplished in Ext.NET Classic 7+.
-
Dec 07, 2020, 11:53 PMThanks for the update.
Just as a quick follow-up for anyone reading this thread in the future, installing the Ext.NET Templates and running the dotnet new extnet-mvc command will quickly setup... -
Dec 07, 2020, 11:48 PMHi Craig,
Thanks for the feedback regarding Spotless.
Unfortunately, there is not a way within Ext.NET configuration(s) to customize the theme color(s), although than setting variant per... -
Dec 03, 2020, 9:14 PMHi. I was able to run the sample you provided [basically] unchanged in Ext.NET Classic v7.2.0 on .NET 5.0.
Here's the diff, https://www.diffchecker.com/J1i1wz8k
The only diff I ran into was... -
Nov 26, 2020, 11:37 PMI tested your last regex and it doesn't appear to match the cases in your requirements.
https://regex101.com/r/5O94i5/1/ -
Nov 26, 2020, 9:40 PMHi. Can you provide the regular expression that you are using? The regular expression is used by the component to validate the input, so if the regular expression you are using captures those values,...
-
Nov 25, 2020, 4:41 PMWhat theme are you using?
-
Nov 25, 2020, 2:23 PM
Thread: [CLOSED] EXT NET Documentation
by geoffrey.mcgillWe are working on the Ext.NET Classic 7.x API documentation right now and will be publishing to https://docs.ext.net as soon as we have available. -
Nov 24, 2020, 11:29 PMHi Geovision,
This would just be standard ASP.NET functionality and not directly related to Ext.NET. You should be able to use whatever technique you would use in a non-Ext.NET app. -
Nov 21, 2020, 6:03 PMThanks for the update.
As mentioned above, those links in the sidebar menu are not managed by Ext.NET or Ext.NET components, so you can just use whatever technique you prefer. Any page linking or... -
Nov 17, 2020, 9:22 PMIn _Navigation.cshtml, replace the <a> tag with the following @Url.Content(...) call:
// Old
<a href="@item.Path" class="@(cls)">
// New
<a href="@Url.Content(item.Path)" class="@(cls)">
... -
Nov 17, 2020, 10:24 AMCan you try adding the following path with the ~ application root relative path instead?
// Existing
new NavItem("Dashboard", "/", "dashboard"),
// Revised
new NavItem("Dashboard", "~/",... -
Nov 16, 2020, 5:02 PM
Thread: spotless theme on Ext.Net 5.3
by geoffrey.mcgillThe new Examples Explorer is the best place to see code samples for Ext.NET Classic 7.
We will be providing the entire Examples Explorer as an open source GitHub repo soon. -
Nov 16, 2020, 12:56 AM
Thread: spotless theme on Ext.Net 5.3
by geoffrey.mcgillHi. The new Spotless theme will not be supported in Ext.NET Legacy 5.x. We are planning to upgrade Ext.NET Legacy to a 7.0 release, and Spotless will be supported in Ext.NET Legacy 7.0, in addition... -
Nov 11, 2020, 4:23 PMI'm not sure I understand your requirements. Can you demonstrate the scenario? Current result and expected result.
-
Nov 09, 2020, 6:14 PMLooks like it might be related to the following issue:
https://forums.ext.net/showthread.php?62998-Missing-the-application-name
The issue is fix and will be available in the next release of... -
Nov 04, 2020, 11:39 PMYes, I believe this should theoretically be possible since both Ext.Net.Classic and Ext.Net.Modern assemblies will have a dependency on the Ext.Net.Core package. I don't think is any way to use both...
-
Nov 03, 2020, 6:33 PMPlease share your projects Startup.cs file. Before sharing, please remove anything from that file that you feel is confidential, although typically there isn't anything.
-
Nov 03, 2020, 3:08 PMI believe the following thread should help, see
https://forums.ext.net/showthread.php?62998-Missing-the-application-name -
Nov 02, 2020, 9:00 PMWe are working on an enhancement that will enable returning a value from the Direct Method.
[Direct]
public IActionResult OnPostRegister
{
return this.Direct(false);
} -
Nov 01, 2020, 3:02 PM
Thread: Sencha
by geoffrey.mcgillHi @AnFil
The same Direct Method and Direct Event functionality is included with Ext.NET Classic.
Here's a very basic sample from the Examples Explorer:...
Results 1 to 25 of 500