|
Browse by Tags
All Tags » TBarButton ( RSS)
-
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...
-
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?
-
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...
-
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...
-
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...
Page 1 of 1 (5 items)
|
|