Search Results

Type: Posts; User: igitur

Search took 0.01 seconds.
  1. Thanks. I'll re-evaluate when the next version is released.
  2. I believe this is an Ext.NET bug. I see Ext.NET overrides the Panel component to provide iframe support. Something is going wrong with the containers when using iframe mode.
  3. Thanks. Now I feel stupid :) And after some Googling, I finally found all the supported attributes in the "III. SAMPLE WEB.CONFIG" section of http://www.ext.net/download/README.txt

    For others, my...
  4. I have debug mode on ( scriptMode="Debug" ), but my /extnet/extnet-init-js/ext.axd generates one long line of JSON, which makes it close to impossible to debug in the browser (e.g. create breakpoints...
  5. Hi,

    I have IE7 and get a "'null' is null or not an object" exception when loading the page:


    <%@ Page Language="C#" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>...
  6. Hi,

    Sorry if this is a repost. I definitely posted this before, but it seems that post is gone! Odd.

    I'm using Ext.NET 1.0 and I'm using the extnet-mvc project as a example base for my project....
  7. In my project, if I omit the Padding="0", then this part of the CSS becomes applicable (notice the padding):


    .x-fieldset {
    border:1px solid;
    display:block;
    margin-bottom:10px;
    ...
  8. Thanks. Shouldn't there be a run-time error to indicate this? It would be very useful.
  9. I'm using Ext.NET v1.0.

    I have a GridPanel with RowExpander. Inside the RowExpander are 3 RadioGroups (each with separate names / IDs).

    When I try to save the records, I get a "too much...
  10. I'm using Ext.NET v1.0.

    I have this code:


    <ext:FieldSet Border="false" Layout="Form" runat="server" ID="SchoolFieldSet" Padding="0">
    <Items>
    ... some items...
    </Items>...
  11. I'm using Ext.NET v1.0

    I have this code:



    <ext:RadioGroup ID="SchoolTypeRadioGroup" runat="server" DataIndex="SchoolType" FieldLabel="School type"
    LabelAlign="Left" ColumnsNumber="1">...
  12. Hi.

    Newbie to Coolite / Ext.NET. I'm confused as to when I should use Items or Content. Sometimes, if I use the wrong one, my page just doesn't render at all.

    Is there a thread or documentation...
Results 1 to 12 of 12