Search Results

Type: Posts; User: danilo

Page 1 of 2 1 2
Search took 0.02 seconds.
  1. I need finding any examples from development .NET MVC (code) with Ext.NET,

    where to find them?

    thanks!
  2. Exactly what I needed,

    also includes new properties now!

    [DirectMethod (ShowMask = true, Msg = "Information Processing ...", Timeout = 720000)]

    Danill Thank you!
  3. Hi all!
    How to show loadmask during executing event, after confirmation dialog?



    [DirectMethod]
    public void FinalizaReprocessaVenda(object sender, DirectEventArgs e) {
    ...
  4. how to use the property in column RenderFormat nl2br GridPanel

    source code renderformat.cs


    Nl2br,

    /// <summary>
    /// Formats the number according to the...
  5. Hello,

    I want to load a page using directevents without flash/blink . How is this possible? I made the following attempt, without success.


    protected void ExecucaoDeEventos(object...
  6. good morning everyone,

    I'm using a messagebox like confirmation, and I wonder if this is the correct way to pass parameters to a method in the confirmation message



    ...
  7. Bom dia,

    consegui os primeiros passos para personalizar meu relatório excel e gostaria de compartilhar, a solução é básica,

    é preciso editar o arquivo de transformação xslt (utilizei como base...
  8. Bom dia pessoal,

    gostaria de uma dica para exportação de relatórios, qual é o melhor caminho?

    Como posso exportar um arquivo excel, com o nome da coluna de acordo com a da Grid,

    é possível...
  9. This is possible through code-behind?
  10. had tried the first suggestion,

    but the load method is not found, the same goes for the second case. It is necessary to import a reference?
  11. I have a GridPanel to start and limit parameters,
    GridPanel want to recharge the reset value for the parameter start. If this is possible, I want to do it in baseparams
    thanks
  12. Good morning everyone,

    I wonder how can I clean pagination when I do a new query,

    I tried using

    StoreMovItmSda.BaseParams.Clear ();

    thanks
  13. solved,

    Thank you Vladimir!
  14. When I tested the functionality of a TabPanel closable,

    I noticed that there is a problem

    If we close the tab on the TabPanel before viewing it, to restore (the first time) its contents are...
  15. hi guys!

    coincidentally, this example could study the solution to my question

    page: https://examples1.ext.net/#/GridPanel/Paging_and_Sorting/Local_Paging_with_Remote_Data/



    public...
  16. hi

    need, carry a store in a combobox from the object list,

    the object was previously loaded from a DataReader,

    but the need to include an item "null", need to load the list and then the...
  17. Hi,

    I have a combobox with some comboboxes a screen,

    If you give up the option selected, and want to set Empty,

    what should be done?

    There are some property where I can select blank?
  18. Solved!
    Thanks Vladimir, with this suggestion,
    performance was very good.
    what is the difference between Command and ImageCommand?
  19. I tried to include the ImageCommand but got the error message:

    Parser Error Message: Ext.Net.ColumnCollection must-have items of type 'Ext.Net.ColumnBase'. 'Commands' is of type...
  20. Hello,

    I have a GridPanel that has a fast performance in loading the data, by adding the command below, it lost performance became slow when paging and sorting. Could anyone give me a hint?


    ...
  21. Hi Danill
    How do I use Extra parameter and DirectEvents from a gridcommand?
    I tried but without success. There are some basic example?
    Thanks
  22. Hi!
    how can I get the value of a column using GridPanel Command in codebehind?
    Thanks
  23. Hello,
    I use the plugin mask: InputTextMask
    When user does not completely fill out this field, the field's value is erased.
    How can I change this property?


    ...
  24. Good morning Danillo,

    will not break the application,
    I just want to learn the best way,
    after all I am beginner and still have many doubts
    I want to use the resources given to performance in a...
  25. Danillo,

    it worked perfectly!

    Now, I'm carrying my store so far:



    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
    '21/11/2010...
Results 1 to 25 of 49
Page 1 of 2 1 2