Search Results

Type: Posts; User: atze187

Search took 0.02 seconds.
  1. Hi,

    in Ext.NET.MVC I need to reference some renderers used in a grid, but since Ext.NET inserts the script tags at the very beginning of the html head I get errors that those methods are...
  2. Hi Daniil,



    That sounds great. I've already been crawling some older source of the former community edition, but that example you pointed out is quite self-explanatory, so I will give it a try...
  3. Hi Daniil,

    to me, if I didn't make that clear, the second option is the better solution and I would be satisfied if the attributes ("Group" in the example) of the model properties would be passed...
  4. Hi,

    in a representative survey two options crystallized:

    We provide a "fieldset model" which would be taken into account when the form is rendered so the fieldsets are created by Ext.NET if...
  5. Here we go ;)


    /* billing data */

    [Group("Billing")]
    public string Name { get; set; }

    [Group("Billing")]
    public string Street { get; set; }
  6. Not yet ;) Just thought it would be nice to have something like this as it would make me not think about form generation any more...

    Thanks for the info, maybe I'll give it a try and extend the...
  7. Hi,

    is grouping form fields into fieldsets by using data annotations in model for formpanels created through FormPanelFor<XXX> possible in 2.4? If so: is there an example?

    Best regards,
    Andre
  8. So, as the bottom line I want to conclude: the WebServiceTreeLoader (respectively the underlying extjs component) is actually deserializing strings that are returned by services, since I returned an...
  9. Nevermind, I just realized that the result was actually wrapped in a string. Changed the WCF service and see - it works...

    Sorry for blaming Ext.NET ;)

    PS: How to close a thread?
  10. Oh sorry, I removed that for testing before posting here. Same behaviour with json="true".
  11. The server-side markup looks like this:


    <ext:ComboBox runat="server" ID="dropdownNewContentType" FieldLabel="Type" ValueField="alias" DisplayField="name">
    ...
  12. Hi,

    I just started using Ext.NET and proceeded quite well so far, but yesterday i stumbled across the problem, that the json return from my service get5s incorrectly interpreted by the json...
Results 1 to 13 of 13