Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » TBarButton (RSS)
  • Get tbCustom controls from Client side javascript

    I'm trying to get the text value from a WebCombo that is inside a tbCustom object on an UltraWebToolbar so if it is empty I can cancel the postback. I can get a reference to the tbCustom object (tbSearchBox) by using the Toolbar.Items.fromKey method as below but I don't know how to reference...
    Posted to Forum by aelsmore on 09-19-2008
  • Error initializing the UltraWebToolbar.

    When I add an UltraWebToolbar toolbar to an UltraWebTab dynamically it works fine, but when I create a new tab and add another UltraWebToolbar I get "Error initializing the UltraWebToolbar". The first toolbar still works fine?
    Posted to Forum by aelsmore on 09-11-2008
  • TBarButton toolbar button image being lost on postback when using programatically created buttons

    The scenario is this. I have a customisable form to which custom buttons can be added to the toolbar using an admin tool. I use this code in the Page_Load to create each button (it's run in a loop) when the page is first loaded. Viewstate is enabled on the toolbar. Dim newButton As New UltraWebToolbar...
    Posted to Forum by mackie1 on 04-02-2008
  • 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 design and I really hope I'm just missing...
    Posted to Forum by YogiBaar on 03-12-2008
  • set display = none on server side

    Hi, how can I set style property on TBarButton object. My server code is: UltraWebToolbar tb = ( UltraWebToolbar )(( ButtonMenue )Page.Master).FindControl( "DynButtonBar" ); for ( int i = 0; i < tb.Items.Count; i++) { if (tb.Items .GetType().Equals( typeof (Infragistics.WebUI.UltraWebToolbar...
    Posted to Forum by ReneXYX on 02-26-2008
Page 1 of 1 (5 items)
Powered by Community Server (Commercial Edition), by Telligent Systems