Infragistics Home

Infragistics Forums

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

Browse by Tags

All Tags » WebToolBar Client Event (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
  • how do you hide buttons on the toolbar?

    I am using master pages and have a menu control setup with a number of buttons. On some screens I only want to show certain buttons. In the code behind on formload for the particular page I would like to be able to do this. what properties must i access to do this?
    Posted to Forum by darylleger on 08-05-2008
  • How to confirm when a button is clicked on client side before posting to server?

    I would like on client side to get confirmation like "Are you sure?" when a button on webtoolbar is clicked. I am trying with following script. function tbMain_Click(oToolbar, oItem, oEvent){ var btext = oItem.getText(); if (btext == "Release" ) { if (confirm( "Are you sure?"...
    Posted to Forum by mvprakash on 03-13-2008
Page 1 of 1 (4 items)
Powered by Community Server (Commercial Edition), by Telligent Systems