Browse By Tags

  • Movable property of UltraWebToolbar

    Hi,

    I am using  igtbar:UltraWebToolbar of infragistics and i set it's movable property to true,so that i can move it on my aspx page at runtime. But main problem is that

    1.That toolbar (movable) is not working in safari and chrome

    2.In Mozila as…

  • Onclick Event for Infragistics toolbar button

    I am trying to add click event for button component TBarButton, i.e calling a Server side method on the button click. Is it workable?
  • 2010.3 SR 2073 UltraWebToolbar not firing OnButtonClicked event

    I have upgrade to NetAdvantage 2010.3 SR 2073 and now the UltraWebToolbar server side OnButtonClicked event handler is not firing after the client side Click event is handled and returns true (to continue the async postback).  The client Click event fires…

  • UltraWebToolbar, TBarButton and validation

    I have a question regarding the UltraWebToolbar control and client-side validation. I only found the CausesValidation property on the UltraWebToolbar control instead of the property being on the individual TBarButton (and other items). This seems like poor…

  • 2010.3.1013 UltraWebToolbar on UltraWebTab not firing button clicked event when non-default tab is made active

    I have a web form with an UltraWebTab control on it.  The first tab is always the active/selected tab and there is an UltraWebToolbar on that tab whose buttons all work (fire ButtonClicked event) when the page is loaded. 

    However, the third tab on the…

  • i'm not seeing the webtoolbar icon in the toolset

    hello:

     

    i'm using infragistics 2010 vol 2, but i'm not seen some objects as webtoolbar in my toolset, do you know how i could find it?

  • How to position the buttons on the webToolbar?

    hi,

    I have a few buttons on the webToolbar. I wanna position some of them on the left side of the toolbar and some of them on the right side of the toolbar. How to do it? Thanks.

  • How to find the control of webtoolbar using javascript on the client side?

    Hi,

    I use the igtbar_getToolbarById("UltraWebToolbar1") to find the control of webtoolbar.
    But when the weboolbar is located in the websplitter's pane I cann't get the webtoolbar control
    using the igtbar_getToolbarById. How can I get…

  • Issues on clicking Infragistics Web Toolbars with selenium automation tool.

    Hi,

    I am encountering an issue during selenium automation of tool bars created in my application. I have used IE developer tool to fetch the object properties of a button in the toolbar like "SearchListToolbar_Item_2".

    Now what is happening…

  • Access the property InitializeToolbar through JavaScript

    Friends,

    I'm from Brazil, sorry, because my english isn't very good.
    How to Get a reference to a control through JavaScript?
    I need to access the property InitializeToolbar from inside a JavaScript function.
    Explaining: I need to disable all…

  • layout moved in IE8 compared to IE7

    Hello,

    I am using an ultra web toolbar and with IE7, the layout was correct, i.e buttons was left aligned. Now, using IE8, the buttons was not aligned any more: in the picture below, you could see the layout I have with IE8 from the first toolbar, and…

  • toolbar in IE8, webschedule?

    We are using webSchedule 9.2, and on the AppointmentAdd.aspx page it uses a webToolBar.  in IE8 it does not render properly - the buttons are misaligned - save, recurrence etc.

    I am posting here under the toolbar because it appears the toolbar is the…

  • Right-aligned toolbar buttons in 9.2

    Hi,

    I'm in the process of upgrading one of our web projects from 7.1 to 9.2... I'm having various issues, but one of them I'm having real difficulty with.

    We use the infragistics web toolbar component on the majority of pages on our web…

  • WebToolbar buttons shift 2 pixels right when you hover

    I'm upgrading a project from 2006.3 to 2009.2.  When I hover the mouse over a WebToolbar button, the buttons to the right shift right 2 pixels.  In the graphic below, the top toolbar shows the default state.  In the lower toolbar, I'm hovering the mouse…

  • How to cancel Google context menu on toolbar right-click

    I have programatically added popup menu's to various toolbar buttons so that when I right click on the button the menu appears.  However, the Google context menu also appears.

    The right click is captured in the tb_Click event (client-side) and I popup…

  • WebToolBar ButtonClick event server side problem

    I have a page with one webtoolbar and the webtoolbar has the buttonClick server event but not call this method.
    The only property set of the webtoolbar is TargetUrl="BLOCKED SCRIPTAction();"

    What is wrong?

    Thanks. Regards

    Cuajoa

     

  • UltraWebToolBar & Tool Bar Separator - After migrating to 8.2

    Hi,

    I have a problem with UltraWebToolBar.

    I have a web application which was develpoed on Dot Net framework 1.1 and Infragistics 5.1.

    we have migrated this application to Dot Net Framework 3.0 and Infragistics 8.2. After migrating, tool bar

    separator…

  • Extend TBarButton and add some javascript event handlers

    I want to extend the Infragistics.WebUI.UltraWebToolbar.TBarButton to make my own toolbar button with some repeating code foreach form in my application.

    The button will be use to display a help topic by the actual form that the user edit.

    For so far…

  • using ultrawebtoolbar in master pages

    Dear,

    I want create a common toolbar in master page using UltraWebToolBar. do you have samples  on this ?

    otherwise how it can done?

    Please guide.

    regards

     

  • Cancelling postback in UltraWebToolBar's clientside Click event

    Hello,

    I am trying to cancel the post back on toolbar button click event on clientside if the response from the webservice is something I know (to cancel the postback) otherwise continue with the postback.

     

    here is my javascript code sample:

    var eve…

  • Hide Separator

    Is there no way to hide a separator button in Server-Side code?

    TBarButton has a visible property.

    Does TBSeparator have any way to hide the separator other than removing it completely?

  • Toolbar Image with Text Below

    Is it possible to have a toolbar with the Images on top with the Text below the image centered. If so how do I attain this style of toolbar.

  • Disabling Save button in UltraWebToolbar

    Hi,

    I have a Infragistics Toolbar with two buttons viz 'Save' & 'Cancel'.

    on click of Save button I want to disable the save button until Save is completed to prevent user from clicking save button again.

    I tried to disable the…

  • Office 2007 Style Ribbon Toolbar for ASP.NET ?

    Any plans on an Office 2007 style Ribbon toolbar for ASP.NET like you have available for WinForms?

    Regards,

    Arthur

  • ToolBar Button Clicked event is not firing in ultrawebtool bar?

    Hi Techies,

     

    I am facing a problem with the toolbar , I have aorund 10 buttons on my tool bar . I want to knwo the key of the button what i clicked.

    I am trying to capture the key of the button by putting this line in

     

    Session[

    "PageKey"…