Search Results

Type: Posts; User: Andrey

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Hi,

    I try enter to http://svn.ext.net/premium/trunk with my forum account data, but i can't get access, I think I don't know my svn account data. How I can get an access?
  2. Hi,

    we use combobox for Asp.Net Mvc, and use HideBaseTrigger for ComboBox, then we add two new triggers on it. The page have a chain of comboboxes, when first combo select value we set other two...
  3. Hi,

    yes, release of MVC 6 didn't go, I think release version will not different too much, but the architecture of ASP.NET vNext is very different than ASP.NET, we were try create test ASP.NET MVC...
  4. Hi,

    ok, thanks, we will waiting for.
  5. HI,

    thank you, it's help resolve a problem, I hope in future this will be removed
  6. Hi,

    this.Store is the extended method of controller, added by Ext.Net, that method return StoreResult, you can replace it with:



    return new...
  7. Hi,

    we understand where promblem is, when we set RemoterFilter(true), AutoLoad not occur, but when we set for grid column Filter(Html.X().StringFilter()), AutoLoad occur. It is right? We need...
  8. NOTE: the thread appeared after moving posts about an individual issue from this thread:
    http://forums.ext.net/showthread.php?59826

    ----
    Hi,

    yes, we understand what is the problem and try...
  9. Hi,

    two days ago we move our application from Ext.Net 3.0 MVC to Ext.Net 3.2 MVC, in ComboBox and GridPanel placed on Window, with remote load, LoadMask are don't apear, and we can't enable it at...
  10. No, we didn't try it. We need that Ext.Net work with new version of ASP.NET 5 and MVC 6, I think there is no problem with old version of ASP.NET in VS 2015, it is support .NET 4.5.
  11. We create a test ASP.NET MVC 6 (beta) project, the was some controller and view (Home, About, Contacts). Projects was builded and runed in browser, shown this pages.

    When we add Ext.Net in Nuget...
  12. Hi,

    yesterday, MS released VS 2015 (Keynote: Visual Studio 2015 - Any app, Any developer) and we planned port our application to ASP.NET 5 vNext and ASP.NET MVC 6. So we have a question, will...
  13. Works fine, thank you!
  14. Here an example. We detect, that when action controller ReadData return data, not emty list, than rows adding works fine, if list is empty, than grid reload store after adding row.

    Controller:

    ...
  15. Ok, we'll try this, thank you!
  16. Here is our contol:



    public class FvGridPanelEditable : GridPanel
    {
    public new class Builder<TGridPanelEditable, TBuilder> : GridPanel.Builder<TGridPanelEditable, TBuilder>
    ...
  17. Hi,

    we use Editable, with remote filter, remote load, remote sort and remote paging GridPanel on ASP.NET MVC View. On gridpanel we add PagingToolbar, and CellEditing plugin. On client we try add...
  18. When developper use our custom constol (GridPanel), he will call few methods, that will configure our control. After all method been called we need to build control, add buttons, add hidden fields,...
  19. Your examples to extending ext.net component only for ASP.NET WebForms. We use ASP.NET MVC in our project, hve you some examples to extending MVC labraries.

    In example for WebForms:



    public...
  20. HI,

    we can't reject use IDs in JS code, grid ID need to us sending data to server with other form data in AJAX request, this grid only a part of a crazy form. We are premium user, when we purchase...
  21. Hi,

    we create custom component, that extend GridPanel. There is a method AddTopBarButtons that create buttons and JS code for them. That javascripts use GridPanel ID propery for access to grid...
  22. Hi,

    we use MultiUpload field and tried hide this field, and add to View MenuItem to show upload file dialog window, but we can't find out how we can fire this event. How can we show file upload...
  23. Hi Daniil,

    Thank for your replies, we remake filter with
    GridFilters plugin and custom fields in header.



    Ok
  24. Hi,

    I am sorry, I didn't read forum rules.

    Here is url to uploaded project archive:

    http://www.fileconvoy.com/dfl.php?id=g099f34fef31712ab9996518589f47e61af7280e64

    There is another one...
  25. Hi Daniil!

    Here is a test project in VS 2013 Update 2:

    It's a ZIP archive, remove .txt in file names. From project folder I remove packages folder.
Results 1 to 25 of 29
Page 1 of 2 1 2