Search Results

Type: Posts; User: developeriw

Search took 0.01 seconds.
  1. Hello,

    When a close a tab it gives me the next error on Firebug: "TypeError: d.tab is undefined".

    Here is a small part of my code:

    - first I have a TabPanel with a Panel inside:

    ...
  2. Hello guys,

    I am using Ext.Net MVC 2.5.2 and I need to use two way binding in a GridPanel.

    The DataSource for the GridPanel is a list of Indicator object (List<Indicator>)



    public...
  3. Hi Fabricio,

    The workaround with mask/unmask did the work. Thanks!
  4. Hello,

    I have a window created with Modal(true) config. This is created from a tab of a tabpanel. And it is modal only for the current tabpanel. But the current tabpanel is included in a parent...
  5. I fixed the problem by including the Models inside a "@section headtag{ ... }".

    Thanks!
  6. Hi,

    I am adding a tab with PartialView from the server and this is working OK. But because I have 2 Models defined in the view, there are created two additional empty tabs. When I comment the...
  7. Thanks Daniil, it works!
  8. Hi,

    I have a PropertyGrid (Ext.Net MVC 2.5.2) and some parameters (line in the grid) are of type date. The editor has the format I specified ("dd/MM/yyyy") but after I finish to edit (so after the...
Results 1 to 8 of 8