Geoffrey McGill

Results 217 comments of Geoffrey McGill

Thanks for the report. I have no idea what would be causing this but I will investigate and try to reproduce.

> It is possible that you will release the last nuget package, with a .net8 compatible version, before the end of the project. Unfortunately, no further public releases will be...

Hello @asmialoski. The entire release history of Ext.NET Legacy is available in the [Archives](https://github.com/extnet/Archives/tree/master/legacy). As well, every release is also available in [NuGet](https://www.nuget.org/packages/Ext.NET). Hope this helps.

@Bonnix82 I restarted the app pool for the server and looks like the [forums](https://forums.ext.net/) are back online. Thanks for letting me know.

Unfortunately, I was unable to reproduce the error. I completed the following steps: 1. Downloaded the .zip file 2. Extracted the .zip file 3. Double clicked the `Ext.NET.Examples.sln` file, which...

The `` component has been introduced in the Ext.NET Classic 7.1.0 release. https://ext.net/ext-net-classic-7-1-with-new-partial-and-section/#partial The `` is demonstrated nicely in the [Ext.NET.Templates](https://nuget.org/packages/ext.net.templates) that can be installed using the following commands: ```...

Using an inner `` with the `fn` attribute would be preferred, although this does not appear to be currently supported. ```html ```

Hi @zgcgwin. Thanks for submitting the issue. Can you provide a code sample demonstrating the expected result? Is this related to Ext.NET Classic 7.0?

Thanks for the sample. We will investigate right away.

For Ext.NET Classic, the `` inner config requires a Tooltip Component to be configured. ```cshtml ```