Search Results

Type: Posts; User: digitek

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. Hi Geoffrey and Daniil,

    thanks a lot for your help. You can close this ticket.

    Finally the code is:



    <ext:Button ID="btnBuscar" runat="server" AutoPostBack="true"...
  2. Hi Daniil,

    yes it is:



    <ext:Button
    ID="ExtNetButton"
    runat="server"
    Text="Ext.Net Button"
  3. Hi folks,

    based on this thread, can I show a mask when button is pressed?

    Thanks a lot!

    http://forums.ext.net/showthread.php?22638-CLOSED-UpdatePanel-DataGrid-Ext-Net-Button-issue
  4. Thanks Daniil,

    your first suggestion solves the issue.
  5. Hi folks:

    I'm into this code (unfortunately UpdatePanel and DataGrid are mandatory for this piece)



    <%@ Page Language="C#" %>

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net"...
  6. Hi folks:

    I'm into this piece of code:



    <ext:CommandColumn Width="50">
    <Commands>
    <ext:GridCommand Icon="Pencil"...
  7. Now works !!

    This is the final code:



    <%@ Page Language="C#" %>

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
  8. Daniil,

    based in your example I have changed this part of the code:



    var prepare = function (grid, toolbar, rowIndex, record) {
    var firstButton = toolbar.items.get(0);
    ...
  9. Hi folks,

    I have these commands in a gridpanel.

    I need to change Icon from Pencil to Lock and CommandName="edit_command" to CommandName="editionpassword_command" according ...
  10. Hi folks,

    based on this example I'm into an issue. Steps to reproduce:

    1. Press Add button
    2. Press Refresh button

    Row editor is still visible. How can I really stop editing and hide it...
  11. Hi folks,

    I have some ext.buttons (and other controls) in a page all with DirectEvents (every every one has its own DirectEvent).

    I need to know how can I determine button ID was pressed at...
  12. Thanks a lot Daniil.

    Your solutions solves the issue.

    Cheers
  13. Hi folks:

    I'm into this code. Steps to reproduce:
    1. click cell COL_6
    2. move it up to top, before COL_1
    3. Press Lightning button

    ExtraParams["jsonDatos1"] does not have same grid rows...
  14. Hi folks,

    I'm using version above. Please can you confirm if window AutoLoadIFrame was available at this version?

    Cheers

    Ext.Net = 1.3.0.2809
    Ext.Net.Utilities = 1.3.0.39155...
  15. Daniil,

    I have applied your suggestions. Now Store knows Sort enum because ComboBox shows "Ascendeng" instead of 1. But literals in ComboBox appear in English when I load them in Spanish at...
  16. Thanks a million Daniil. It works right!!!

    You can close this ticket.
  17. Please Daniil, can you provide the exact code for client-side at asp.net?

    I'm not much familiar with Sencha.

    Cheers
  18. Hi folks,

    based on this example

    http://forums.ext.net/showthread.php?1294-GridPanel-Context-Menu&p=5979&viewfull=1#post5979

    I whould need row been deleted when Delete Context menu is...
  19. Just soved with this link

    http://forums.ext.net/showthread.php?9114-CLOSED-Focus-TextField-if-Window-Hide-true

    Apologize!
  20. Hi folks,

    This piece of code opens a window and it should set the focus to txtPassEdic. But I can get it. Please may you help me?

    Thanks a lot!



    <%@ Page Language="C#" %>
  21. Daniil,

    thanks a lot for your help. Now it works fine.

    My apologies about
    <%@ Page Language="C#" directive.

    Cheers!
  22. Daniil,

    thanks a lot for your answer. After apply your [DirectMethod] I'm getting a 200 Bad Request Syntax error. This is the code.

    Please may you help me?

    Cheers
  23. Hi folks,

    Based with example http://forums.ext.net/showthread.php?12076-CLOSED-1-0-DirectEvent-File-Download&p=49277&viewfull=6#post49277 I'm into an issue.

    My code is



    ...
Results 1 to 25 of 74
Page 1 of 3 1 2 3