[CLOSED] Examples explorer Dynamic Grid Panels not working

  1. #1

    [CLOSED] Examples explorer Dynamic Grid Panels not working

    Hi,

    Just noticed that this example doesn't seem to work (tried on Chrome and FFx, and neither showed anything in the Console for clues to why it isn't working)
    https://examples2.ext.net/Examples/G...ic_GridPanels/

    If I try to expand a row, I don't get anything. But the Ext.NET 1 example does work.

    Anup

    P.S. Only recently started looking at Ext.NET 2 in more detail - really impressed with what you have achieved! Although there are good architecture and feature improvements in Ext JS 4 as well as various non-backward compatible changes (which is fair enough IMO), it has generally been a lot easier than I thought it would be to convert from Ext.NET 1 to Ext.NET 2! (I have a few complex Ext JS plugins which may take a lot more work, but talking 80/20, it has been generally really smooth. Very pleased :))
    Last edited by geoffrey.mcgill; Sep 28, 2012 at 8:38 PM. Reason: [CLOSED]
  2. #2
    Hi @anup,

    Thanks for the excellent feedback.

    Regarding the issue.

    I was able to reproduce with the latest Ext.NET sources as well. We will investigate.

    As well, a plus icon looks partially hidden.
  3. #3
    Vladimir fixed it in SVN.

    The Ext.NET v2 SVN:
    http://svn.ext.net/premium/branches/2.0/Ext.Net/

    The Ext.NET.Examples SVN:
    https://github.com/extnet/Ext.NET.Examples

    Thanks again for the report.
  4. #4
    That was quick (as always)! Many thanks!
  5. #5
    Btw, just a small note (should I have created a new thread post for it?) I noticed your link to github for the examples explorer code.

    So I cloned the repository and loaded the solution and built it. It fails to build. It turns out to be because the Examples project makes a project or relative reference to Ext.NET dlls, even though it looks like it has been added as a NuGet package.

    If I view the CSProj of the Examples Explorer web project it has this relevant bit:

      <ItemGroup>
        <ProjectReference Include="..\..\Ext.Net\Ext.Net.csproj">
          <Project>{195F2E70-F5E6-4A61-AAD9-2639657C29C4}</Project>
          <Name>Ext.Net</Name>
        </ProjectReference>
        <ProjectReference Include="..\..\..\Ext.Net\Ext.Net.csproj">
          <Project>{195F2E70-F5E6-4A61-AAD9-2639657C29C4}</Project>
          <Name>Ext.Net</Name>
        </ProjectReference>
      </ItemGroup>
    I guess this should be a reference to the Ext.NET dll in the NuGet packages folder instead?

    Not a major problem as I can edit it locally but people will always need to update it manually when they get latest...
  6. #6
    Thanks for the report! We will correct.
  7. #7
    Regarding to Ext.NET.Examples.

    I'm not 100% sure how it should look.

    We update Ext.NET.Examples and sometimes the changes comes together with the changes in Ext.NET (in SVN).

    So, referring to Ext.NET from NuGet can make Ext.NET.Examples to be not working, because it requires the latest Ext.NET sources.

    I think Ext.NET.Examples should be just included to the Community release with a respective Ext.NET reference. Though I'm not sure.
    https://github.com/extnet/Ext.NET.Community

    For now, if you download Ext.NET.Examples, you have to reference the latest Ext.NET project manually, because, certainly, we don't update Ext.NET NuGet package for each change.

    I will redirect it to Geoffrey. He always has something to add :)
  8. #8
    The old Ext.NET.Examples project on GitHub has been removed and the full Examples Explorer has been added directly to the Ext.NET.Pro and Ext.NET.Community projects, see

    https://github.com/extnet/Ext.NET

    Hope this helps.
    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] TabBar Config examples in Examples Explorer not working
    By anup in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 26, 2012, 9:32 AM
  2. Replies: 7
    Last Post: Mar 22, 2012, 1:00 PM
  3. 1.0 Examples Explorer
    By preussmd in forum 1.x Help
    Replies: 1
    Last Post: Nov 07, 2010, 7:47 PM
  4. [1.0] Where is the Examples Explorer ?
    By omeriko9 in forum Open Discussions
    Replies: 2
    Last Post: Apr 06, 2010, 10:35 AM
  5. Coolite 0.8 Examples Explorer not working
    By EzaBlade in forum 1.x Help
    Replies: 1
    Last Post: May 28, 2009, 7:08 PM

Posting Permissions