Search Results

Type: Posts; User: Fredrik

Search took 0.01 seconds.
  1. Thank you. Everything works fine now.
  2. I'm afraid you changed the property in the wrong class.

    I ment the Parent-property in: public partial class ComponentDirectEvents : BaseItem

    declared the file...
  3. I'm trying to create my own GridPanel with a custom DirectEvent by inheriting from Ext.Net.GridPanelBase and adding a custom GridPanelDirectEvent-property. To make the class more extendable in the...
  4. Works for now. Thanks.
  5. I can't get the listeners StateRestore and StateSave to fire in the following code.



    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="FrameSize.aspx.cs"...
  6. DeferedRender="false" will work for me.
  7. I will try to create a external KeyMap as you suggest and set the Target property. Thanks
  8. I get an error with the following code. The problem seems to be that you can't bind a KeyMap to a not active Panel in a TabPanel.



    <%@ Page Language="C#" AutoEventWireup="true"...
  9. I can't get a KeyMap inside a panel to work. Am I doing something wrong here or is this a beta feature :-)



    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Bug1.aspx.cs"...
  10. Works. Thanx.
  11. I try to abort the close event in a TabPanel by returning false in the BeforeClose listener.

    Although the content in the childtab is not removed, the tab in top of the TabPanel is.


    <%@ Page...
  12. The fastest bug-fix in history! :-)

    Thanks!
  13. Hi!

    I think I have found a possible bug in revision 3863.

    The same error is in the two files

    /branches/2.0/Ext.Net/Build/Ext.Net/extnet/src/grid/column/Column.js...
  14. You can find the solution here in both .zip and .7z archives:

    http://cid-d19a3a6346c64870.skydrive.live.com/redir.aspx?resid=D19A3A6346C64870!105&authkey=5USYAfq*ozQ%24
  15. After writing (more than) a few pages with Ext.Net I found that mapping datasource RecordFields in Stores was both tedious and error-prone. You always have to remember to update the RecordFields of...
  16. Thanks for the quick fix! You have made a couple of guys in Sweden really happy.

    /Fredrik
  17. Hi!


    Im trying load a store with json data from a WCF REST-service.


    The service sends Microsoft AJAX serialized dates (DateFormat="M$").
    Unfortunately Ext.Net translates this to...
Results 1 to 17 of 17