Search Results

Type: Posts; User: bright

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

    i have a partial view loaded into a container. Is there a way how to unload this partial view from the container? Like the way it is done when loading a new partial view with ClearContainer...
  2. Thanks for this information, that does indeed help.

    Can you already tell if there will be many major api breaks from ext.net mvc 2.5.0 (razor views) to 3.0?

    Thanks,
    bright
  3. Thanks, that sounds good.
    Do you have a roadmap when the 3.0 Version will be released?
    Or asked differently: is it worth waiting for the next major release if we plan to start building a new...
  4. Hello,

    if I purchase an ext.net pro license it says that minor version upgrades are included. What does that mean exactly?
    Is 2.5 --> 2.6 included or only 2.5.0 --> 2.5.1?

    Thanks in advance,...
  5. Hello,

    I am using Ext.Net MVC with razor.

    My goal is the following:

    call @X.MyDropdownfieldFor(expression1, expression2, ...)
    wanted result:

    1 Dropdownfield containing the result...
  6. Hello,

    I have a model containing a complex type, which i want to choose by a Dropdownfield in valuetext mode.

    I found the razor function X.DropDownFieldFor(). But how do I use it for a complex...
  7. That worked, thank you very much :)
  8. Hello,

    I have a hidden field "HD_SiteId" inside my form in the following context:


    @using (Html.BeginForm())
    {
    @(X.Hidden().ID("HD_SiteId").Value(Guid.NewGuid()))

    <div class="page">
  9. It works with PreventDefault. Thank you very much!
    bright
  10. Hello,

    I try to call a controller action called 'Save' by using Ctrl-S shortcut with a KeyMap in my BaseLayout.
    That works great, controller action is called properly, but additionally and...
  11. I found a solution by using



    Html.X().ColumnFor<Playground.Data.Model.Employee, double>(@Model.EmployeeList, x => x.Age).ToBuilder<Column.Builder>().Width(150)...
  12. Thank you for your reply. But when I use Column instead of NumberColumn, I lose the possibility to define a number format, like



    Html.X().ColumnFor(@Model.EmployeeList, x =>...
  13. Hello,

    I ran into some Problems when trying to use the ColumnFor statement for NumberColumn. Here my razor code:



    Html.X().GridPanel()
    .ID("GP_Employee")
    .Height(250)...
  14. Thread: MVC - basics

    by bright
    Thank you for answering my questions. I am sorry for being a bit confusing. It mailny came from the fact that I was new to MVC and struggeling with the terminology and real basic things.

    And...
  15. Thread: MVC - basics

    by bright
    Hello everybody,

    i have been using Ext.Net 1.x with WebForms for quite a while and have got some good experiences with it.
    Now that times are changing I am planning to change the UI to asp.net...
  16. I got it to work for me.
    What I do is when I add a control to the page dynamically, I place marker, identifiying the control, in the session. When the page_load is executed on the page I look for...
  17. Hello,

    is it possible to use .Net Generics like Save<T>(someObject) in DirectMethods or DirectEvents?
    Or has anybody a good idea how to build such functionality?

    This would save me a lot of...
  18. Hello,

    I have a UserControl loaded into my Page dynamically by a DirectMethod.
    Then I load another UserControl and remove the first UserControl also by a DirectMethod.

    But when examining the...
  19. Thanks for your reply. But I have resolved the problem:

    The problem was, that I loaded the UC2 UserControl inside a window. I had to adapt the parameter of the Window.Render() control and now it...
  20. Ok. I found a work-around for me: I now load the UC2 control through the master page and not through the UC1 control.

    That seems to work for me, but the behavior keeps being a bit strange....
  21. Hello,

    i have the following problem:
    There is a UserControl (ID=UC1), which is loaded dynamically through a DirectMethod. Within this UserControl there is another DirectMethod, which creates a...
  22. Ok. That was also my initial approach. I just thought maybe there is some built-in functionality.
    But that's ok, I will do the validation manually.

    Thanks for your answer.
    bright
  23. Ok, thank you very much :)
  24. Hi,

    I have a GridPanel and want to validate on submit, that there is exactly one row with a certain value in a certain column.
    What is the best way to do that?

    Thanks,
    bright
  25. Sorry, just noticed that there is already a thread for this issue.
Results 1 to 25 of 43
Page 1 of 2 1 2