Search Results

Type: Posts; User: t316

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. One additional issue I am running in to is how to initialize API inline and how to translate Url.Action:

    public static AjaxProxy GetJobProxy()
    {
    var proxy = new AjaxProxy()...
  2. I absolutely despise how razor has issues with huge blocks of Ext.Net nested declarations. It is so confusing that I literally don't want to edit code anymore.

    So, I am wondering if there are any...
  3. I just wanted to report back that following the license key tip the behavior of the out of memory exception changed from happening regularly to happening very occasionally. Now, I believe it truly...
  4. We deploy to Windows 2008 R2 Server running IIS 7.5. There I don't see these problems.

    However, running in VS 2013 using IIS 8, the problems occur.
  5. My problem is very much alike the one described in this thread. I can't run any page in my project (even non ext.net pages).

    I can't seem to reliably reproduce it. There are times when the...
  6. I am having a VERY serious issue. 9 out of 10 times when I run my project I get the out of memory exception reported in this thread.

    I can't even debug my project anymore. When I deploy my code...
  7. Thank you - this fixed that issue, however when I update the record now there is a problem in:

    doRequest: function(operation) {
    var scope = operation.getInternalScope();
    ...
  8. Hi,

    I am trying to use the ODataProxy and the buildUrl method breaks at the line:


    operation = request.operation,
    records = operation.getRecords()

    request.operation is undefined but...
  9. Right - thank you. I eventually thought of that and it slightly messes up the formpanel vertical spacing between the fields (instead of the pleasant smal vertical space between the fields, there...
  10. Hi,

    I want to have 2 TextFields then a Combobox and then another TextField in a FormPanel.

    I want to declare the TextFields inline as part of the Items property of the FormPanel but the...
  11. I figured this out - if you have a POST controller action with no params, you need to create a FormPanel with at least one hidden parameter for Ext to deem worthy to generate the POST at run-time:
    ...
  12. FormPanel is just simply not generating html with a form element.

    Is this by design? If so the name is a little misleading. I think the name is in relation to laying out items in a form like...
  13. It's a POST with no variables to pass. It is a POST to the standard Asp.Net /Account/Logoff action (no params).

    Why does this still not produce a POST?:
    ...
  14. No matter what I do, I can't make the LinkButton perform a post.

    I tried to wrap it in a FormPanel but still no go. How can I perform a post from a button click?

    I am trying to call the MVC4...
  15. Given partial view:

    @{
    Layout = null;
    }

    @(Html.X().GridPanel()
    .Header(false)
    ...
  16. Using razor view how do I do a server side direct event click to a "Account/LogOff" action url using a POST?

    What needs to be added to:
    items.Add(new HyperLink { Text =...
  17. If you create a blank MVC 4 application and then perform install-package Ext.Net things don't work.


    CS1928: 'System.Web.Mvc.HtmlHelper<dynamic>' does not contain a definition for 'X' and the...
  18. Do you have any idea if Ext.Net 2.0 works with Asp.Net MVC 4 Beta? Are there any issues at all in comparison to Asp.Net MVC 3?
  19. Thread: 2.0 Beta

    by t316
    Hi - I am fairly sure I want to buy an Ext.Net 2.0 license, but MVC, razor and extjs 4.1 support are very important to me and since I can't get 2.0 community release to test things out yet, I am kind...
  20. Thread: Presales question

    by t316
    Thanks for your reply. In regards to 5 - I have been in touch with sharpkit.net and asked them if they would consider creating an ext.js c# wrapper and he was able to do it very quickly. It's still...
  21. Can the sort click on the column headers be disabled so that the programmatic complex sort order that I establish CANNOT be removed or overriden?
  22. Thanks for your prompt reply. I had actually seen this thread and have server side code, using a sortIndex, to sort the underlying data "virtually" however I want.

    The issue is that when you...
  23. Hi,

    I have a need to do do multi-column sorting on a TreeGrid.

    I am wondering if a) the TreeGrid natively supports multi column sorting by control clicking the column headers b) if it does can...
  24. I, too, am having the same issue, except VS2010 abruptly crashes any time I try to go in to the design tab of aspx pages that contain Ext.Net controls.

    I am curious if and when an ext designer...
  25. Hi,

    I have two questions about UI abstraction:

    1) Is there any way to take some already existing ext.net ui markup, copy it in to some aspx file (or user control?) and then either reparent it...
Results 1 to 25 of 27
Page 1 of 2 1 2