Search Results

Type: Posts; User: rach

Page 1 of 2 1 2
Search took 0.02 seconds.
  1. I also tried to add myWindow.update() after it, maybe in the postback it is required - but nothing..
  2. Thanks.
    But, my button is in updatePanel and it doesn't work. Why? and what should i do?
  3. I want to open a website into a window, as a result of click on <OfficeWebUI:LargeItem> that i guess it is actually a button like asp:button. In your examples you gave an example of ext:button and...
  4. Hi,

    I have a panel, and ext:Menu in it. I want that this menu to be docked to the bottom-left side in the pane, so when i stretch the page - the menu still stay in the bottom-left corner.

    Here...
  5. yes, it's right

    thanks
  6. I put an URL to image in ImageURL and the image is not created. Why?..

    this is the code:


    <ext:Panel runat="server" ID="ExtPanel" Scrolling="Both" Split="true" Height="250" Region="South">
    ...
  7. Someone?... any ideas?..
  8. I have a page with user-control in it. The user control contains an ext:panel with ext:gridPanel in it.
    When i double click on a row (from the gridPanel) - a direct event is executed, that is...
  9. succeed!!!
    but only when i use ext:panel. with <div> didn't succeed.
  10. ok, thanks
  11. I expected it cause i thought it is herarcial inheritance. (if the div is visible - all its content visible too).
  12. 1. when i change the visible property of the div or ext:panel - the visible property of the grid into doesn't change. Why?

    2. I try it with div and the 2 grids disappear.
    When i do it with...
  13. "pnlFilters.Visible == true" is not written in the code, but when i debug the 2 lines - i see that visible becomes true.
  14. 1.
    Something not understood to me:
    I wrote -

    pnlFilters.Visible = false;
    pnlFilters.Update();

    and when i debug it - i see that
    pnlFilters.Visible == true --> why??
  15. (the structure is: 2 ext.net panels, and ext.net grid-Panel in each one)

    I change the <div> to be <ext:panel>
    And now when i fire the event which is supposed to change between the panels - the...
  16. thanks.
    But, i confused - it is <div> not panel. and <div> has not the property hidden.. another idea?

    And do you have an explanation to why does it happen?
  17. But actually now i use <div> and it doesn't work. Do you have any idea or explanation to why does it happen?
    And.. what can i do..
  18. Fixing myself: not panel, but div
  19. I'm just copy here now my question in this topic:

    ----------------------------
    Hi

    I have 2 panels in my page. Each one with an Ext.net gridPanel in it.
    One of them contains a directEvent...
  20. But when i use asp.net panel - it has not the property Hidden.
  21. Hi

    I have 2 panels in my page. Each one with an Ext.net gridPanel in it.
    One of them contains a directEvent (double click on its gridPanel row) which suppose to change between the current panel...
  22. Thread: Anchor in Ext.Net

    by rach
    Hi

    I want to cause a control (lets assume button) to be docked to the right, so when i enlarge the page - it is been grown to the right

    thx
  23. Yes. you are right :)
    thanks
  24. hi,

    when i add datapicker it is shown in all its size ("open") and i want it to be represented in its "closed" format (like one line) and the option to open it.
    How can i do it?

    thx
  25. This is the piece of code:



    <ext:Panel runat="Server" ID="rightPane" CssClass="right-pane" Scrolling="None">


    <asp:UpdatePanel ID="upnlRadMiddle"...
Results 1 to 25 of 31
Page 1 of 2 1 2