Search Results

Type: Posts; User: daneel

Page 1 of 4 1 2 3 4
Search took 0.02 seconds.
  1. The call to
    #{StoreRestful}.save() in Button2's click handler triggers the store's BeforeSave handler (line 35) where I specify the service URL. As can be seen from the request header, a PUT...
  2. I'm struggling to update data using REST methods. Here's my page markup:

    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CrudRest.aspx.cs" Inherits="TWA.Forms.CrudRest" %>
    <%@ Register...
  3. Thanks, you can close this as CLOSED
  4. I have a FormPanel and a Store with a JsonReader bound to the FormPanel's PagingToolbar which triggers data retrieval into the store, then the DataChanged event loads the store's data into the...
  5. I took a closer read of this article on building REST services with WCF and it dawned on me that I was missing a crucial method argument in the UpdatePerson method. The person method signature...
  6. It does look like a WCF issue so I'll investigate further and post back by findings...
  7. My REST-based WCF application using Ext.NET 1.0 works fine for retrieving data, but now I'm add functionality to update data, so here's the page markup:


    <%@ Page Language="C#"...
  8. Thanks Vladimir, I did a bit of further digging around in the api and my markup/code is now this:


    <ext:Store runat="server" id="StoreRestful" AutoLoad="true" Restful="true">
    ...
  9. Some of the new features of ExtJS 4, in particular, infinity scrolling, are of particular interest especially with regard to grid performance and rendering very large amounts of data.
  10. I'm getting to grips with using a RESTful service with Ext.NET and aren't getting much out of the examples and documentation. I've written a very simple service to retrieve a Person from a list...
  11. Windows XP Professional SP3
  12. Compatibility View is greyed out so I'm guessing it's switched off for the page?
  13. Hmmm, I'm definitely running it in IE8:


    Version 8.0.6001.18702
    Build 86001
    Application Path C:\Program Files\Internet Explorer
    Language English (United States)
    Active Printer ...
  14. Here it is:


    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Disabled.aspx.cs" Inherits="TWA.Disabled" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    ...
  15. The following disabled combo:


    <ext:ComboBox
    runat="server"
    ID="ComboBox2"
    FieldLabel="Name"
    ValueField="Id"
    ...
  16. I'd also like some info about the release of the ExtJs 4 version of Ext.NET - we'd like the next release of our Ext.NET-based systems to use ExtJS 4
  17. What about Date type RecordField - should the DateFormat be C# / .NET too?
  18. Thanks for the clarification Daniil.
  19. Given the datefield declared by:


    <ext:DateField ID="FldDOB" DataIndex="DateOfBirth" runat="server" AnchorHorizontal="100%"
    FieldLabel="Date of birth" Format="d-M-Y">
    </ext:DateField>
    I'd...
  20. Thanks, that makes sense.
  21. Thanks.

    But why doesn't it make sense to change .Visible? Surely that'd just translate into an ExtJS .setVisible() method call on the control/component?
  22. I have a webform containing an Ext Label and an Ext Button. The markup and code behind are as follows:



    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DMTest.aspx.cs"...
  23. It does run okay

    Thanks, you can maked this one as CLOSED
  24. Thanks for those links. I've also looked at the UX components in the Ext.Net source. I'm still encountering problems however...

    I've created my control but when I try to include it in a...
  25. I need to extend the DateField form control to override the client-side getValue method, but I'm getting a bit stuck on the C# control code and the Javascript code. There seems to be a number of ways...
Results 1 to 25 of 77
Page 1 of 4 1 2 3 4