Search Results

Type: Posts; User: aguidali

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Thank you very much Fabricio.

    With zoom level set to 100% is working fine.

    Best regards
  2. Hi Ext.Net Team,

    I'm facing a problem converting an existing app to Triton theme. I have many windows with inside it a FormPanel.

    With the triton theme the elements inside the FormPanel has no...
  3. Hi Fabricio,

    the issue was related to the css classes added to the body element.

    And the line of code that you suggest is working perfectly.


    <script type="text/javascript">Ext.scopeCss =...
  4. Hello Fabricio,

    I try to explain better the issue.

    I've done a simple example to reproduce.
    This is the _Layout file:


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"...
  5. Hi,

    I have developed a simple web application without any Ext.net components; I'm using bootstrap 4 and I have also some custom google fonts.

    In some pages now I would like to insert a...
  6. Hi Guys,

    in september I bought a 1 year premium support, now I want to buy before 31/12 the single developer 3.x license but I cannot find the "only license" package.

    Could you help me?
    ...
  7. Hi,

    but the example in the link the error message become visible only after submit.
    If the value related to the component (for example using textboxfor(m => m.name)) is invalid I would like to...
  8. Hi Daniil,

    probably the question isn't clear; I have already the validation message on the component side. The messages become visible after submitting the formpanel (because in the POST action I...
  9. Hi Guys,

    as usual I have a dumb question; I have a window with a formpanel with some validation logic. When the form is submitted if there are errors then I show the message target near the...
  10. Thanks Geoffrey,

    I will buy premium support now and then I wait for the Ext.net 3.

    Best regards

    Andrea
  11. Thanks,

    it works perfectly! :)

    You can close the thread.
  12. Hi Guys,

    I can't figure out how to style the row of a gridpanel.

    Controller code (add the view to the current page):

    public Ext.Net.MVC.PartialViewResult UserManagement()
    {...
  13. Hello guys,

    one year ago I bought 1 ext.net pro bundle. I want to renew the premium support for 1 year but I was wondering what will happen when the version 3 will be released. I have to buy the...
  14. Thanks Daniil,

    You can close the thread.

    Best regards.

    Andrea
  15. Hi Akpenob,

    I solved using this code:


    Ext.MessageBox.confirm("Conferma", "<div style='padding-bottom: 15px;'>Sei sicuro di voler cancellare il media selezionato?</div>"

    I think that I will...
  16. Hi Daniil,

    I have small knowledge about this but the enctype= multipart/form-data parameter should be used on a form when there is an upload file input.

    Why do you think it is not required?
    ...
  17. Hi,

    I have some problem with messagebox rendering; If the message is too long, the text is cutted.

    I attach a printscreen.

    I have a view with a button:


    ...
  18. Hi Guys,

    I have a couple of question related to the mvc example located at http://mvc.ext.net/#/Form_FileUploadField/Basic/, the form panel section.

    I would like to implement a window with some...
  19. Thank you Vladimir, it works as expected.

    You can close the thread.

    Best regards

    Andrea
  20. Hi,

    I'm experiencing a problem with a composite view;

    This is the content of the -Layout.cshtml


    <div>
    @(X.Viewport()
    .ID("ViewPort")
  21. Thanks Daniil, it works. You can close the thread.
  22. Thanks Daniil,

    It works, but in my application the action called with the double click on the tree node has to be different foreach node.

    With the solution suggested the action called is always...
  23. Hi Guys,

    I have defined a viewport with a bordered layout. In the west region I have created a panel that loads item with a call to the server.

    I attach below the code for the panel creation:...
  24. Thanks Daniil!

    You can close the thread.

    Have a nice day.
  25. Hi Guys,

    today I have a simple question.

    Below there is the code for a gridpanel with paging; when the gridpanel is loading appears on the screen the loadmask with the message "Loading.."

    As...
Results 1 to 25 of 28
Page 1 of 2 1 2