Search Results

Type: Posts; User: state

Page 1 of 15 1 2 3 4
Search took 0.03 seconds.
  1. This worked!

    Thanks.
  2. This worked!

    Thanks.
  3. I have a Panel that is set to Frame="true" and this panel contains a GridPanel.

    By default, the GridPanel isn't showing a border, even if I set the border="true." Is there a way to force the...
  4. Well, the panel itself doesn't have a blue background. But the "outside" of the panel has a blue background.

    I've included a screenshot of the blue background where the splitter is when the East...
  5. Yes. That didn't take the blue background out. It rounded the corners a bit, but the blue background remained.
  6. Hey guys.

    Have a question about the BorderLayout. I have a Center and and East layout. The east region has a light blue background as default.


    How do I remove that blue background for that...
  7. Seems like the .getValues() function of the MulitSelect control is returning all items in the control.

    Is there a command to just return the ones that are selected?
  8. Alright, this works.

    But I got a couple questions.


    1. Is this going to be fixed in an update or is something that needs to be fixed at the core?
    2. What does Single="true" mean?

    ...
  9. I have a few fields in a FieldSet. When I add a Checkbox, the checkbox is "invisible" until I click on it in IE, then it "appears."


    <ext:Container runat="server">
    <Items>
    ...
  10. Hey, guys.

    If I have a GridPanel, a Store, and a TextField in a WebControl, then place this WebControl on a page. Everything seems to work fine, but when trying to access the "TextField" from...
  11. This worked by the way, using the Layout control.

    Thanks.
  12. Plus why the difference in using a LayoutControl compared to Layout property?

    Just curious.
  13. Does Container still honor layouts or do you have to put Layout controls?
  14. I don't know if this has been answered, but I'm having an issue with a WebControl fitting inside a Column panel. Here is the code:

    Main.aspx


    <% Register TagPrefix="ints"...
  15. Yeah, I did this too. It gave the same error.
  16. If I comment out the "this.Controls.Add(strSearch) line, it seems to work.

    I do a "View Source" on the IE page and it looks like the strSearch is automatically being added without having to call...
  17. Alright, got a two part question for you guys.

    First, I've created a control that is subclassed off the TabPanel. The code creation happens in code behind. During the creation, three tabs are...
  18. Yup, this is working!

    Thanks.
  19. Heys guys.

    I have a page that uses the HtmlEditor control. This works fine and is working correctly.

    However, whenever I try to load some Html that was edited through thte HtmlEditor into the...
  20. I hate to bring up such an old thread. But is there something like this in 1.0 for code behind? I'm trying to clear all the nodes in a tree before I rebind with different data than was previously...
  21. Is it possible to put a tooltip at the cell level on a GridPanel?

    I have a GridPanel with 10 columns and 20 rows. I need to do a tooltip on 3 of the cells in each row, but no tooltip on the row...
  22. Alright, I found it.

    Using:




    var rowCount = store.allData.items.length;
  23. I have a GridPanel that is bound to a store. I have client side paging on the GridPanel that has a PageSize of 100. The average number of rows that gets databound is about 500 rows.

    When a user...
  24. Alright, I will send you the Mono dll's tonight.

    Thanks.
  25. The only issue I am coming across using the Mono's ASP.NET web server (xps2) is that it's not handling the httpHandler and is having to use the "long-long-long" names from WebReources.

    When I add...
Results 1 to 25 of 364
Page 1 of 15 1 2 3 4