Search Results

Type: Posts; User: dtamils

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

    I facing following problem when upgrading Ext 1.0 to 2.2,

    We are generating UI using HttpContext.Current.Server.Execute() method and we add the update client manually.
    Example,
    ...
  2. I have a simple ComboBox and I want the users to be able pick from the list of items in the box. so i prepared my combo like,



    <ext:ComboBox ID="ComboBox1" runat="server" DisplayField="Name"...
  3. Ok Thanks Daniil.
  4. I configured Ext Message like below to get name from user and validating on ok button. i would like to retain the msg box if validation fails.
    Can you tell me how to do this?

    sample code:-


    ...
  5. Hi,

    I referred the following example,
    http://forums.ext.net/showthread.php?10708-CLOSED-1.0-Custom-search-help

    it allows me to select the search items by mouse but its not allowing me to...
  6. Hi,

    I would like to create a confirmation window. it should perform some action based on the return dialog value..
    please refer the attached sample code.



    <%@ Page Language="C#">

    <%@...
  7. Thanks Vladimir.
  8. Hi,

    We have a dynamically created toolbar with buttons and configured for overflow enabled. Buttons are attached to common listener, but listener is not triggered for overflowing items in the tool...
  9. Ok Thank you.
  10. Hi Vladimir,

    I set IDMode="Ignore" to Editors but still the same error is throwing...
  11. Hi,
    I try to use Custom search control on editable grid panel.. its throwing 'this.store.snapshot' is null or not an object error when the grid is already loaded some rows..

    ASPX Code


    <%@...
  12. Hi,

    I try to use Custom search control on editable grid panel.. its throwing 'this.store.snapshot' is null or not an object error when the grid is already loaded some rows..

    ASPX Code


    <%@...
  13. Thread: Toolbar

    by dtamils
    Hi,

    Im loading more than 15 items into toolbar. after loading its look good but if i resize the screen then toolbar is not rendering fully... please refer attached sample.

    How to fix this?

    ...
  14. Hi,
    In my page, i m having 3 layers like top,center and bottom.
    in center layer i will be displaying grid and it should be auto adjustable when browser resizing so i used viewport. but its over...
  15. Thanks Daniil..
  16. Thanks Daniil,
    I made a mistake in my code.. Your code works fine.
  17. If i use the cls property to set the width .. its working textfield.


    <ext:TextField ID="txt1" runat="server" Cls="fillWidth" Flex="1" />

    .fillWidth
    {
    width:100%;
    }
  18. How to set 100% width to controls like Textbox and combo box...




    <table style="width: 100%;" border="1">
    <tr>
    <td>
    <ext:TextField ID="txt1"...
  19. Hi,
    I need to load user controls on demand in my aspx page.

    I am facing following problem after page is loaded,
    1)Dynamically loaded controls button events are not firing.

    Refer the...
  20. It seems this method is not available..
    Its throwing "Microsoft JScript runtime error: Object doesn't support this property or method" error.

    I am using EXT.Net Version 1.0.0.0.
  21. Thanks Daniil. its works.
  22. I have a grid panel with about 5 pages. i selected some of the records in all the pages. in button event i tried to clear the grid panel selections with attached code but its clearing only the...
  23. Hi Ext.Net Team,
    How to change the cursor for grid panel image command? By default hand cursor is displaying..
  24. Thanks Daniil. Its working.
  25. Hi,

    Im using gridpanel with page size of 10. grid will be filled by button click event. grid panel is loaded about 29 records. but all records are showing in first page itself. paging bottom bar...
Results 1 to 25 of 31
Page 1 of 2 1 2