Search Results

Type: Posts; User: marco.morreale

Page 1 of 9 1 2 3 4
Search took 0.04 seconds.
  1. Hi guys,
    I have a link button defined as below:

    Html.X().Button()
    .Text("Esporta Pasti Ore Ip")
    ...
  2. In my cshtml file I have the following code :


    <script>


    var onsucces = function (data) {

    App.FormPanelAmmPianiFerieId.body.mask('Caricamento');
  3. Hello, how cai I achieve this in MVC 2.5?

    My gridpanel ha component columns with numberfields inside and after render it shows a vertical scrollbar (not needed).
    Thanks in advance
    M
  4. Hi Daniil,
    please, can you provide an exemple of how to validate file extension on client side?
    I am using MVC 2.5.
    M
  5. In ASP.NET the problem can be solved putting in the code behind the following code :

    Public Overrides Sub VerifyRenderingInServerForm(ByVal control As System.Web.UI.Control)
    ' empty, needed for...
  6. The context is the same I have exposed in my past post.
    n my cshtml file i have the following code in script section :

    var exportExcel = function() {
    ...
  7. Hi all,
    I have a grid view in my cs html file defined statically.
    When the model is parsed and bound to the grid I have to disable editing of a row and if I press to modify a cell of metioned row I...
  8. Hi,

    I am working on a MVC project containing an editable gridpanel which has to keep line and column totals always updated.

    Also, if a user modifies a cell containing a total value, this must...
  9. We are using a gridpanel built server side this way:

    GridPanel grid = new GridPanel();

    We need to handle the modification of the values in gridpanel cells.

    To achieve it, we tried...
  10. Maybe I have found the problem.
    I have to use Listener instead of CommandDirect Events.
    Can someone help me to do some step ahead from

    .Listeners(ls => ls.Command.Handler =...
  11. I'm in release time and I have no time to spent to create a test solution.
    I think the problem is that DirectEvent command url implements a AJAX call.
    How can I have to do in order to have a view...
  12. Thanks danil.
    I use

    directEvents.Command.Url = "/PianoFerieOreMese";
    because from the source view called Anagrafica when i press the GridButton I have to switch to PianoFerieOreMeseView ( see...
  13. Calendar View ( You almost have to remove layout related things )

    @using Ext.Net;
    @using Ext.Net.MVC;

    @model List<It.EBillings.CIRFOOD.POC.Models.MonthModel>

    @{
    ViewBag.Title = "Test";...
  14. Hi guys,
    I have a grid direct command with a url redirect and some parameter.
    This is the portion of code into the caller cshtml file:


    .Commands(
    ...
  15. Hi Daniil, how are you?

    Please, can you fix the "RESTful Store" MVC Sample (http://mvc.ext.net/#/GridPanel_Update/Restful/ ).
    Updating and deleting causes a "resource not found" error.

    This...
  16. Hi Daniil,
    I simplyfied the example as you requested.

    Please hide column group ; then show it again.
    Subcolumns are not showing anymore (niether showing them one by one).

    No way to show them...
  17. Hi Daniil,
    I can not simplify anymore because some problems are related to the rpesence of the horizontal scrollbar in the gridpanel.
    Please, hide some comumns then show it again. Grouped column...
  18. Hi,
    I have a similar problem but I need moveable columns so ColumnID removing is not a solution form me.

    Moreover I am using Version 2.x.

    When I hide and show the column, the columns loses...
  19. Good morning
    I have a problem with grid panel when i set Stateful true.

    When I hide and show the column, the columns loses the alignment with the header
    like in the screen-shot below.

    Also I...
  20. If you try to change a value of cell (for example change first cell from 100 to 120), you will see the problem.


    This is Controller




    using System;
    using System.Collections.Generic;
  21. Perfect it work well.
    Thanks Daniil
  22. Perfect it work well
    thanks Daniil
  23. Hi Daniil,
    unfortunately your solution don't work.

    Can you give me another help?

    When i change value a cell, I lose a grouped header.

    Thanks.

    M.
  24. Good morning
    I have a problem with grid panel group.
    when I edit a cell, I lose the layout of the grouping as in the attached image.
    how can I solve my problem?

    This is an example of my code....
  25. Hi Daniil,
    I have a last question.
    I lost formatting for negative numbers.
Results 1 to 25 of 221
Page 1 of 9 1 2 3 4