Search Results

Type: Posts; User: tonymayoral

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Thankyou very much
  2. Tried this but unfortunately I get the same behaviour...
  3. I'm validating a gridpanel column against its model but having trouble with exclusion validation.
    All values except 0 are valid but using the code bellow i'm getting always invalid.
    Any ideas of...
  4. Is there a script bag where I can check added scripts with this method? just like ScriptClientInitBag?

    thanks you
  5. Excelent, thank you!
  6. extrange,

    everything works ok, except toolBarButton text. Here's my code. Thanks in advance:




    js = "window.parent.document.getElementById('lbUser').setText='" &...
  7. Hi all,

    how can I change a toolbarbutton text with javascript?


    i've tried js = "window.parent.document.getElementById('lbUser').value='" & vg.objClnUsuario.Nombre & "';"


    but nothing...
  8. thank you. solved
  9. I update a coolite label text in an ajaxEvent.
    After postback, I have correct value rendered client side, but server still holds old value in label.text.

    please help.
  10. in VB.NET:




    AddHandler MenuItem1.AjaxEvents.Click.Event, AddressOf Myevent_Click
  11. CLOSED

    DeferredRender="false"
  12. Please help,

    javasscript error when I try to add AjaxEvent to toolbar button in a tab which is not active.
    Error: ctl00_ContentPlaceHolder1_t2btsel is null or not an object.
  13. I need a full tooltip object. With html,title, etc..
  14. How can I add a tooltip to a treepanel treenode?

    thank you
  15. is it possible to pass icon to this function?
    thanks
  16. Hello,

    how can I do a navigation control similar to the example navigator of http://extjs.com/products/extjs/ or coolite?

    -Panel selection with hover
    -group colapsible
    -scrollable with...
  17. Sorry but, how can I do this in VB? When I try:

    this.MenuItem1.AjaxEvents.Click.Event += Click_Event;

    in vb:
    MenuItem1.AjaxEvents.Click...? can't see event property..

    thanks
  18. I solved this doing:






    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
  19. IE7
  20. Hello,

    when page loads and initial status of control is visible=false, when turned to visible=true on ajaxupdatepanel the icons don't show up. Only the control.

    Any ideas?
    thank you very much
  21. this happens when they all are inside an update panel.
  22. When the toolbar is initialy not visible (when page loads), it dooesn't show icons when it turns visible.
    This is true for toolbar and tabpanel icons.

    Any sugestions??

    thanks-
  23. Hello,

    I have a coolite Panel with toolbar inside an asp wizard. When Wizard's dafault ActiveStepIndex<> from coolite's panel StepIndex, the icons of toolbar don't get rendered. When...
  24. thank you Geoffrey.
  25. Hello,

    how can I dynamically add an ajaxevent to a menuitem?

    thank you very much.
Results 1 to 25 of 26
Page 1 of 2 1 2