Search Results

Type: Posts; User: steve.redmon

Search took 0.01 seconds.
  1. for 1.0 RC 1

    <Listeners>
    <Render Handler="this.refresh.hide();" />
    </Listeners>
  2. Any update on the pivotgrid? thanks!
  3. found it, thanks!


    <ext:Panel ID="tbMtgCampaignReport" AutoScroll="false" runat="server" Title="Home" StyleSpec="padding:1px;">
    <AutoLoad Url="./Home.htm" Mode="IFrame" PassParentSize="true" />...
  4. Is there a way to get the url of an panel.autoload from javascript? I'm currently using the ext.net 1.0
    Thanks for a great product!
  5. Hi,

    Is there a way to hide the menu after a mouseout on a submen?
    I can show the menu when a user mouseover's on the Menu1, but when the user mouseout's on the submen the menu is still visible....
  6. Ok, got it. I was trying to make this way to hard.

    So now for the getRowClass function I placed this in the code:



    /*
    example of record
    col_1|col_2|col_3
    201001|100|.25
  7. I guess my question is that when I load the grid, how do I use the getRowClass from codebehind? This way when the grid is loaded, rows are already marked or highlighted.

    Thanks for the quick...
  8. Is there a way after a databinding a store and gridpanel to highlight specific rows based on criteria?

    for example I am used to utilizing the ItemDataBound for a datagrid. Based on what was in the...
  9. Hi,
    I don't know if you've found the solution or not, but here is what I use:




    <%-- aspx page --%>
  10. Hi,
    When I load a multicombo and try to step through the items, I'm not seeing the items listed.

    ie:


    ' load store, then mutlicombo first
    SetControlValues_ExtMultiCombo(mcList, storeList,...
  11. just for grins, i also tested with listeners, and came up with this:



    <%-- added to the multicombo --%>
    <Listeners>
    <TriggerClick Fn="triggerHandler" />
    ...
  12. Thank you very much, changed code and worked like a charm.






    Select Case e.ExtraParams("Tag")
    Case "select_all"
    objMC.SelectAll()
  13. Hi, I'm very new to the coolite toolkit (and very impressed I might add).

    I'm doing some testing and was wondering if I could get some light on something.
    In the below server codebehind, I'm...
Results 1 to 13 of 13