[CLOSED] Empty PropertyGrid

  1. #1

    [CLOSED] Empty PropertyGrid

    Hi, When using the PropertyGrid, without a PropertyGridParameter, I get following javascript exception:

    0x800a138f - Microsoft JScript runtime error: 'data' is null or not an object

    I'm using Ext.NET version: 2.1.0.39964

    How to display the PropertyGrid, without properties?

    Thanks for your help,
    Sander


    <%@ Page Language="C#" %>
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head id="Head1" runat="server">
        <title></title>
    </head>
    <body>
        <form id="Form1" runat="server">
            <ext:ResourceManager ID="ResourceManager1" runat="server" />
            <ext:PropertyGrid
                ID="PropGrid"
                runat="server">
                <Source>
                </Source>
            </ext:PropertyGrid>
        </form>
    </body>
    </html>
    Last edited by Daniil; Nov 28, 2012 at 3:02 PM. Reason: [CLOSED]
  2. #2
    Unfortunately i was not able to reproduce the issue when tested against the latest version (SVN), it is rendered properly, as shown below:

    Click image for larger version. 

Name:	Example 010.png 
Views:	70 
Size:	45.6 KB 
ID:	5179
    Last edited by RCN; Nov 26, 2012 at 12:49 PM.
  3. #3
    Hi,

    Yes, it was fixed (rather long ago). So, please update from SVN.
    http://svn.ext.net/premium/trunk
  4. #4
    Strange.... but after a fresh build it is working. Thx Daniil!

Similar Threads

  1. PropertyGrid Source empty on direct submit
    By Martijn in forum 1.x Help
    Replies: 0
    Last Post: Sep 14, 2012, 1:35 PM
  2. [CLOSED] Colorfield in Propertygrid. Allow empty
    By CarWise in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 20, 2011, 11:56 AM
  3. Replies: 2
    Last Post: Aug 24, 2010, 2:02 PM
  4. The bug with the propertygrid
    By Demo in forum 1.x Help
    Replies: 0
    Last Post: Mar 06, 2010, 1:24 AM
  5. Replies: 0
    Last Post: Jun 26, 2009, 11:32 AM

Tags for this Thread

Posting Permissions