Search Results

Type: Posts; User: jeybonnet

Page 1 of 6 1 2 3 4
Search took 0.01 seconds.
  1. With 200 not works, but if i put 250, it works.

    It works with the example that i send it, but not with the code of my application.
  2. Ok I modified the code, and you have it in the post.

    Here is the result on image:

    5427
  3. Edit: Here is the modified Code.



    <%@ Page Language="C#" AutoEventWireup="True" CodeBehind="ManageContracts.aspx.cs" Inherits="Acris.Web.Contracts.ManageContracts" EnableViewState="false" %>...
  4. Hello,

    I built a web page with ext.net component. That's a big page (30Ko compressed) and I totally understand the work is done behind the scene by rendering ext.net component to stream.
    ...
  5. Thank you for your answer Daniil.

    I have done the change you have suggested. However, the combobox continues showing expanded (I attach a capture) without any user interaction.

    4548
  6. Hi,

    What I want is to automatically set the focus on the first field of the page in order to allow user to easilly fill all the formusing the Tab.

    Answering your question, when the page opens,...
  7. Hi!

    Recently, I have read a recommendation to move DataBind's from Page_Load to Page_PreRender. However, I see that in much of your examples on this web the DataBind is done on Page_Load.

    My...
  8. Perfect, thank you Daniil. You can set this thread as Closed.
  9. Hi, I have a date range on my code quite similar to your example:

    https://examples1.ext.net/#/Form/DateField/From-To_Range/

    If you insert an incorrect range, the system shows you an error...
  10. This is the situation:

    I have a GridPanel, the Row 0 is selected and it is in EditMode.

    Once i have finished editing the last field in this row i want to set focus to the ItemCommand located...
  11. Ok, thank you. However your solution can't be applied directly to my code because I'm using a listener instead of a DirectEvent. I attach you the code:



    var saveClick= function() {
    ...
  12. Hi, I have a web page where you fill information, and at the bottom a button to save this info. After the database saves this info succesfully (or in case that any error occurs), an alert is shown to...
  13. Yes, excuse me, I made a mistake and entered "horizontal" instead "vertical".
    With the last change it works ok.

    Thank you very much,

    Regards.
  14. Yes, I need vertical scroll.
    I have added the layout property and it works only if the tabpanel has a unique panel, if the tabpanel has more than one panel it doesn't work.
    I send you a example...
  15. The page has only a button, when you click the first time the scrollbar for second grid is not visible.

    Thanks.




    <%@ Page Language="C#" AutoEventWireup="true"...
  16. My problem is that the second grid use to have a lot of records so I need to show the scrollbar. Your solution is to set AnchorHorizontal="100%"?I have test it but the scroll doesn't appear.



    ...
  17. I'm using Firefox.
  18. I have set up AutoScroll="true" for each FieldSet but it doesn't work.
    Any suggestion please?
  19. Hi,

    If I set a GridPanel (in my case the second one) inside a FieldSet the horizontal scroll never appears, Why?

    Thank you very much.




    <ext:Panel...
  20. Thanks vladimir, your response have helped me a lot!!
  21. My objective is to download a report without doing window.open. In the source page (test.aspx) I have a button 'Show report'. When I click in this button I call to my javascript function and shows...
Results 1 to 25 of 140
Page 1 of 6 1 2 3 4