Search Results

Type: Posts; User: Kaido

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. Hi, everybody:

    I use this code to the client can download documents (Web application):



    <ext:Button ID="btnInsert" runat="server" Text="Insert" icon="Add">
    <AjaxEvents>
    ...
  2. I have tried with Chrome and it also works correctly. Mh... IE, Firerox, Chrome there are the most popular browsers. would you like that I try it with another browser? Tell me and I try it.
  3. Hi!



    The problem persist using Internet Explorer 8 but I tried it with Mozilla Firefox this morning and it works perfectly :)
  4. Thank you for your help, Daniil.

    I'm using Internet Explorer 8.

    Example MyPage.aspx:



    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="MyPage.aspx.cs"...
  5. Hi, Daniil:

    I continue with the same problem. I clic on your link and the same text appear. When I login me using this page, the application said me: "Thank you for Login... bla bla bla" and when...
  6. Thank you :)

    Sorry, I wrote about the PageLoad method and you asked about LoadPage function that I used in the aspx page :o I am a little embarrassed hehe

    This is a basic example:



    ...
  7. Hi, Daniil.

    thank you for your help :)

    When I'm logged and try to open a new thread in the help forum always it shows me this text:




    But I'm logged and this account is very old. I...
  8. Hi,

    I use the next code to add new tabs (pages) in a tabpanel:



    <ext:Panel ID="pnlCodesAndTypes" runat="server" Title="Codes & Types" Collapsed="true" Collapsible="true" AutoHeight="true"...
  9. The example is perfect. Thank you for your help :)
  10. Ok, sorry.

    I'm using coolite version 0.8.2

    To Load the store I use this funcion:



    List<DocumentEntity> documentList = documentService.Select(document, startDate, endDate);
    ...
  11. Thank you Daniil for your answer :)

    I tried to implement your code but I can't do it work. Could you give me a example, please.
  12. Hi,

    I find a problem when I'm in the last page of the grid (for example, pag. nÂș 3) and I reload the store with fewer rows and pages. Then, grid toolbar specifies that I'm in the first page but...
  13. Hi, Daniil:

    Thank you for your reply :)

    The problem is that I want that the user only can select one option or clear the field. So... I will insert a new option in the combobox to specify "all...
  14. Hi,

    I tried to use many events in a control but only one of these events works.

    For example:


    <ext:ComboBox ID="cmbDocumentType" runat="server" AllowBlank="true"...
  15. Can I use the coolite library in Visual Studio 2010? Because it has a new framework (4.0).

    Thank you in advance.
  16. I have the next property grid:





    <ext:PropertyGrid ID="PropertyGridReservation" Width="500" Height="300" Title="contexto" runat="server" >

    <Source>
  17. Hi,

    I have a numberfield control with the property DecimalSeparator=".". If the culture is spanish works fine but if I change the culture to france the decimal separator changes to "," , why?
    It...
  18. it's works, thanks a lot!
  19. Hi,

    How can I change the cls property for a TreeNode in beforeClick listener?
    At the beginning the cls is set to 'strikeout-text' and when I click in node I want to reset the cls.
    I have tried...
  20. it's works, thanks a lot vladimir!
  21. Thanks, I found the function.

    I have the problem that it isn't possible to set to a AsyncTreeNode the icon.calendar. if the property node.Leaf is false, the folder icon is showed and if the...
  22. Hi,

    I am seeing the example title 'Treepanel using ajax method' and when i have tried to do the same I got the error. "the function loadNodes() is not supported", why?

    I have the version 0.8 of...
  23. Hi,

    I gonna try to explain my problem:
    Imagine you have a treepanel like this:

    - Node1 (property expanded = false)
    -Node11
    - Node2 (property expanded = true)
    -Node21
  24. I have added the listener but the button refresh continues showing and it's enabled.







    <BottomBar>
  25. Hi,

    I have two treepanel with drag and drop enabled. I want to COPY a node from treepanel called 'TreeAllPrestation' to treepanel called 'TreePrestationBuilder' ONLY if a condition ocurrs.
    The...
Results 1 to 25 of 71
Page 1 of 3 1 2 3