Search Results

Type: Posts; User: luiz

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

    Check your pageload:


    if (!IsPostBack) // Without verification can stay in the loop
    {
    //Load Report
    }
  2. Hi Daniil,

    Works fine. Thanks for your help.

    You can close this thread!
  3. I need to click twice to display the combobox values​​. The combo not expand with values in first click.


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

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net"...
  4. Hi,

    I need to populate the combobox after click.
    I have the following code below:


    Combobox

    Ext.Net.ComboBox comboBox = new ComboBox();
    comboBox.ID =...
  5. Hi Daniil,

    You're right. My lack of attention.

    Please, close this thread.
  6. Hi,

    I am using this example, but with user control.

    Please, see:

    [DirectMethodProxyID(IDMode = DirectMethodProxyIDMode.Alias, Alias = "UC")]
    class ...
  7. Hi Daniil,

    This method could be included in ext.net ;).

    Thanks for your help. Please, close this thread!
  8. My sample work fine!
  9. Please, close this thread.
  10. Hi,

    I have a combobox that uses handler. Related to this post.

    I cannot retrieve the ValueField selected in edit.

    Steps to test

    1? Test (this is ideal result for me)
  11. Hi

    I am using two combobox with httphandler.
    I want to filter the second combobox with the first combobox value.

    My complete test:

    Class
  12. Hi, resolve with this method
    #{" + pagingToolbar.ID.ToString() + "}.changePage(true)"
    Please, close this thread.
  13. I asked wrong. It would be possible to add this in version 1?

    Currently I use handler, but this way I need to create the controls to be after filled it. When not has items I do not need to create...
  14. What possibility do this in Ext.net 1.x version?

    https://examples2.ext.net/#/GridPanel/Paging_and_Sorting/DirectMethod/

    Thanks
  15. Hi Daniil
    Works fine now.
    Please close this thread.
    Thanks Daniil and Baidaly for yous helpers.
  16. Hi Baidaly, thanks for you replay.

    I tried to use their examples, but could not resolve the problem.

    I tried to add an event to the combo, but I could recover the values ​​of the row of the...
  17. Hi Daniil,

    Adding Mode property and calling UpdateSelectedItems() method works.

    Please close this thread.

    Thanks for you help.
  18. Hi Vladimir,

    Works fine.

    Thanks for you help.
  19. Hi Daniil,

    You're right. It is through a Direct vent, but not work with suggested.

    I call the method from a user control to user control.

    UserControl 1

    protected void...
  20. Hi,

    I need selected the items in combobox to edit.



    <ext:ComboBox ID="ComboBoxPerfil" runat="server" FieldLabel="Perfil" DisplayField="Nome" ValueField="Id" TriggerAction="All"...
  21. Hi Geoffrey,

    The asp.net Repeater do not contain Render method.

    Thanks!
  22. Hi, is possible update asp:Repeater control from DirectMethods call?


    My code:

    HTML

    <ext:Container ID="ContainerScript" runat="server" IDMode="Explicit" IsDynamic="False" Namespace="App">
    ...
Results 1 to 25 of 48
Page 1 of 2 1 2