Search Results

Type: Posts; User: IFLOW

Search took 0.01 seconds.
  1. Anyway, if anyone else has this problem (as it does crash any Ext.Net application) just use this javascript code for now until it's fixed



    var False = false;
    var True = true;
  2. Hi
    I am trying out version 2.2 but have a problem with the code generation for theme setting.

    To simplify, if I use a blank aspx file with the following page load:


    protected...
  3. Thanks Daniil. That makes it very clear.
  4. Hi Baidaly,

    Many thanks for your reply. Your code snippet has a slight flaw in that you are not suppressing the this.toggleHandler.call. I have made it work with the following code.



    ...
  5. Hi,

    I cannot get the SuppressEvent value of the toggle() function to work with ImageButtons. It works ok with Button controls.


    <%@ Page Language="C#" AutoEventWireup="true"...
  6. Thanks Justin and frostfang - worked for me too
  7. Does anyone else have this issue?
  8. Hi,

    In my application I have a CalendarPanel inside a TabPanel. If the EventStore's LoadData is called when on another tab the CalendarPanel seems to lose its rendering particularly when in Month...
  9. Hi Vladimir

    I just meant it requires SP2.
    http://www.microsoft.com/web/gallery/install.aspx?appid=MVC3

    This is not an Ext.Net problem, however I would suggest that you mention it as a system...
  10. Unfortunately, my target platform is Windows 2003 SP1 which cannot support MVC3.

    Anyway, thank you for letting me know.
  11. Hi,

    I have created an ASP.NET web application (not an MVC application). When I deploy to a server running IIS 6, I get this error


    [FileNotFoundException: Could not load file or assembly...
  12. Perfect, thank you
  13. Hi,

    Am attempting to upgrade our project to 2.0 RC2. We have used the Label control in the FormPanel container with the FieldLabel attribute. It was a nice way to mix UI controls and labels.
    ...
  14. Thank you. It's working with that change
  15. You are correct: store.DataBind(); is not necessary
    thanks
  16. Thanks, that worked.



    if (!X.IsAjaxRequest)
    {
    var store = (Ext.Net.CalendarStore)X.GetCtl("storeCal");
    Ext.Net.CalendarModel cal = new...
  17. Hi,

    Am attempting to upgrade our project to 2.0 RC2. When calling SetValue on a combobox (linked to a store) from codebehind we are getting a change in behaviour from 1.x.

    The old behaviour was...
  18. Hi

    Am attempting to upgrade our project to 2.0 RC2. When we try to populate the CalendarStore from c# we get a runtime error 'Object reference not set to an instance of an object' on the...
  19. Yes, that works.

    Many thanks,


    Dermot
  20. Hi

    Yes I am using 1.2.0.21945. Below is a sample. When the Page_Load function has code for setting the label's text property, the page will not load. The code behind snippet shows

    ...
  21. Hi,

    When using the CalendarPanel and GroupStore features the generated code in the ResourceMgr.Init function is missing a semi-colon. The generated code is

    ...
  22. Hi Vladimir,

    Thanks for the reply. Couple of questions:
    1. Why would I set Locale on ResourceManager if en-IE is not supported?
    2. Is there a list of supported cultures?

    thanks

    Dermot
  23. Hi,

    We use the en-IE culture but since our last update of ext.net the date format in the DateField control is incorrectly showing MM/dd/yyyy. We are using version 1.1.0.42036 of Ext.

    Below is...
  24. Hi Vladsch,

    Thanks for your response. I am using 0.8.2 and both Internet Explorer and Chrome.

    The DeferredRender="false" attribute solved the problem. I also tried the SetAtiveTab(1) before...
  25. Hi

    I'm using a TabPanel with FormLayout's in each tab to organise my form controls. In one of the Tabs I'm using MultiField controls but that is proving to be a problem.

    The c# code-behind is...
Results 1 to 25 of 25