Search Results

Type: Posts; User: firebank

Search took 0.01 seconds.
  1. It works. This is the same as Store's property, but i don't make any connection between them.
    I'll learn more about ext and coolite.
    Thanks Vladimir. :-)
  2. It seems i found the reason: in this page i used a <ext:FileUploadField>, maybe it needs the page to do POST instead of GET.
  3. Hi all, I use the follow methods to prevent this DirectMethods call as a "POST", bug firebug shows it always a post request, with a lot of viewstate info.

    First:

    ...
  4. Maybe DirectMethods's eventMask will help.



    <%@ Page Language="C#" %>

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
  5. Try this: Ext.getBody( ).mask( 'Loading...' );
  6. Hi all,

    I use GridPanel ( with AutoHeight = true ) in VBoxlayout BoxItem, how to show the scroll bar? I tried css and AutoScroll attribute, but can not reach what I expected.



    <%@ Page...
  7. It works! It seems I use the incorrect css attribute. Thanks a lot, geoffrey. :)
  8. Hi all,

    I use note attribute in the TextField, NumberField, and ComboBox, and the display of ComboBox can not wrap in IE or Chrome. I tried many way to do this, but never solve the problem. Can...
  9. I updated the 1.0rc, and find the problem. Also I tested the example
    https://examples1.ext.net/#/GridPanel/MultiHeader/Overview/ in FF, Chrome and IE8, and they all don't work.
  10. Thread: 1.0

    by firebank
    Cheers!
    Thanks to Ext.Net Team.
  11. I got the answer. Set the target with the label object.



    <ext:ToolTip Html="Tip" Target="#{TextField1}.label" />
  12. Hi all,

    Is there some way to do this? When mouse over the FieldLabel, show the tip.



    <%@ Page Language="C#" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  13. It works perfectly.
    Thanks a lot!

    Regards

    firebank
  14. Hi all,

    I use a Checkbox in GridPanel's HeaderRow, but the Checkbox's BoxLabel a little higher than the left check diamonds, I tried some css but failed.
    Is there a way to fix the look and...
  15. TreePanel.body.mask( 'loading...' );
    TreePanel.body.unmask( );

    Hope this helps.
  16. Hi all,

    I user a handler to process the store save, and I found that in IE ( FF works normally ) store exception often happened, I check the server handler, it processes correctly.

    Is there...
  17. Thank you Geoffrey, your advice give me much help. :-)
  18. Hi all,

    I use XRender to create controls during DirectMethods, the problem is, can the created controls correctly register there server event?

    e.g, the created button's DirectClick, when...
  19. Thanks a lot!
  20. I'm using hyperlink in ext:Panel, it seems that i can not change the style of the hyperlink.




    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  21. Learning the example https://examples1.ext.net/#/GridPanel/RowExpander/MultiLevel_GridPanel/, I want to create
    a panel in the rowexpander use form layout, but the button can not display correctly....
  22. Dear all:
    I have some questions about Lazy Control.
    Whis is Lazy Control? The control dynamically added?
    How to update Lazy Control? The example shows a way that to update the parent, such as...
  23. [DirectMethod( ShowMask = true, Msg=msgValue, Type = DirectEventType.Submit )]



    I just want the mask message to localized according to the brower language.
  24. great!

    Thanks for your rapid reply!
  25. [CODE]
    ...
    dataList.Add( new { Name = item.Name, Comment = item.Comment, Fields = 11 } );</PRE>Store.DataSource = dataList;
    Store.DataBind( );
    [CODE]</PRE>[CODE]
    ...
    dataList.Add( new { Name =...
Results 1 to 25 of 25