[2.0 rc2] Support ASP.MVC and IE6~IE8?

  1. #1

    [2.0 rc2] Support ASP.MVC and IE6~IE8?

    I have used the Ext.NET 2.0 rc2, but it can't support DirectEventArgs event by ASP.NET MVC3.
    And the tree panel have some problem, it look not support IE6~IE8.

    e.g This event work on code behind, but it can't work on MVC.
    protected void TreeClick(object sender, DirectEventArgs e)
  2. #2
    Hi Gary,

    Automatic handling of the DirectEvents is not supported in ASP.NET MVC. Only WebForms. This is a 'feature' of ASP.NET.

    You can set the .Url property of the DirectEvent to point to your Controller. There are several samples here in the forums which demonstrate.

    Hope this helps.
    Geoffrey McGill
    Founder
  3. #3
    Quote Originally Posted by geoffrey.mcgill View Post
    Hi Gary,

    Automatic handling of the DirectEvents is not supported in ASP.NET MVC. Only WebForms. This is a 'feature' of ASP.NET.

    You can set the .Url property of the DirectEvent to point to your Controller. There are several samples here in the forums which demonstrate.

    Hope this helps.
    Thanks for your reply. Is there support IE6~IE8 on EXT.NET 2.0(RC2)?
  4. #4
    Quote Originally Posted by Gary View Post
    Thanks for your reply. Is there support IE6~IE8 on EXT.NET 2.0(RC2)?
    Yes. IE6-10 are fully supported.

    If you run into a browser specific issue, please feel free to post a sample demonstrating how to reproduce and we'll be happy to assist.
    Geoffrey McGill
    Founder
  5. #5
    Quote Originally Posted by geoffrey.mcgill View Post
    Yes. IE6-10 are fully supported.

    If you run into a browser specific issue, please feel free to post a sample demonstrating how to reproduce and we'll be happy to assist.
    Can you provide the code for this function (Ext.net demo site, ASP.NET MVC-> Appliactions -> Northwind).?
    It can work on Ext.NET 1.4, but it have upgraded that have some issue on Ext.NET 2.0RC2. It can't normal display on IE.

Similar Threads

  1. [CLOSED] RTL Support
    By imaa in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 11, 2013, 8:47 AM
  2. About Support Subscription
    By thedarklord in forum Open Discussions
    Replies: 1
    Last Post: Mar 29, 2010, 4:12 PM
  3. Better support
    By dbassett74 in forum Open Discussions
    Replies: 0
    Last Post: May 24, 2009, 12:13 PM

Posting Permissions