Search Results

Type: Posts; User: ATLAS

Page 1 of 6 1 2 3 4
Search took 0.02 seconds.
  1. Thanks Daniil, I think I'll just use JavaScript as it looks as though that will work without risking anything untoward happening with the whole site at this stage.

    But FYI, my _Layout.cshtml...
  2. Ah! The whole site is built around a main layout that adds any number of partials as described by the viewmodel passed in. I'm assuming that the default RenderMode is AddTo? If it can be removed,...
  3. Thanks Daniil, I have a go at it. On the last point (exception), I copied and pasted the example code into my own test cshtml so don't understand why it is throwing the exception at all. It looks...
  4. Hi Guys,
    I'd like to implement a drag and drop scenario like this.

    1) There can be 1 ... n source panels(fieldsets).
    2) There are two destinations.
    3) Items dragged from any source...
  5. I've been developing this project for over a year. Using VS2012 in a debugging environment. All of a sudden, when I start up the project, my layout is trashed (haven't made any changes here for...
  6. Hi,

    I have a Grid Panel, which has a row expander to display another grid panel. This nested grid panel also has a nested grid panel, which in turn also has nested grid panel. This final nested...
  7. I have a FormPanel that contains a FileUploadField and which invokes an Api Controller action using a DirectEvent in this way :-



    Html.X().Button()
    .ID("EXT_CERTIFYAWARD_BUTTON")
    ...
  8. OK, as a workaround, what would be the best way to iterate the group and cause a group expand/collapse individually from "expandAll / collapseAll" buttons click handlers? I assume I can do that.
  9. It is not quite the same. Using the Ext.Net example. On initial render you get :-

    10741

    If you then expand all :-

    10751

    The if you collapse all you get :-
  10. Hi Guys,
    I have a GridPanel which has grouping and also expand/collapse all functionality. Initial render of the grid is correct but I find that the expand/collapse causes the grouping...
  11. Hi guys,
    I have a grouped grid with around 80 rows. Each row has 12 columns in which there are 6 ImageCommand columns so there is a lot of client side scripting to render the images for...
  12. Thanks for the tip and I have tested against revision 5743 and it seems to be fixed. Thanks Daniil.
  13. Hi Daniil,
    OK, I have narrowed it down. If I comment out the .QueryMode(DataLoadMode.Local) line in each ComboBox, I can create/destroy the window without issue (obviously the type ahead...
  14. Hi guys,
    Since getting latest SVN this morning, when I close a window after I've completed action (filled fields etc), I get :-

    Unhandled exception at line 18, column 807655 in...
  15. Ok Daniil, is it possible to populate the model's list of objects returned via form submit using Click.Before event .... or what would you suggest?
  16. Hi guys,
    OK, the callout being displayed only once has been fixed but there are still a couple of issues.

    1) Entering a callout target does not always trigger display of callout. It...
  17. Retested and the callout is displayed only once ..... but see my new ticket!
  18. Hi guys,
    Just looked at latest build and thought I'd use callouts to add a richer user experience :-p but I find that a hove callout is displayed once only. This happens in your callouts...
  19. Hi guys,
    In my MVC/Razor application, I have a window which has a FormPanel that includes a GridPanelFor where all fields are populated from a view model. The GridPanelFor is associated with a List...
  20. For user information, as I said, I display the Ext.Net version using Ext.Net.Version function client side. I reports 2.3.0 using latest SVN premium trunk build.
  21. I notice that a build from the SVN premium trunk reports the version (using client side Ext.Net.Version and DLL properties) as 2.3.0 !!!

    Would it be possible to have the SVN build annotate itself...
  22. Hi Daniil. To be honest, I did expect the same behaviour as (which does work) :-


    document.getElementById('buttonid').click();

    I have tried to target buttons which have click handlers (Fn and...
  23. Hi Guys,
    I'm trying to issue events in JavaScript so that I can at least, click a button. I have tried both :-

    1)
    Ext.getCmp("buttonId").fireEvent("click");

    2) ...
  24. Hi,

    I have tried to set the date with a date formatted to a string in the format 'dd/MM/yyyy', and with a date such as 09/12/2013 (9th December 2013), and your date control is changing it to...
  25. Hi,

    There appears to be a bug with the DateFieldFor control which stops you being able to set the date through javascript.

    I have a DateFieldFor:


    Html.X().DateFieldFor(m =>...
Results 1 to 25 of 138
Page 1 of 6 1 2 3 4