I’m evaluating your EO Controls for ASP.NET today and have a few questions regarding ToolBar Control.
1. Experiencing strange behavior when attempting to add Text and ToolTip info to control.
Example below illustrates problem with “CLEAR” Toolbar Button.
Can you tell me what’s happening here and how to correct it besides editing source code?
In Design mode text appears below buttons as expected.
When viewing in browser, some text does not appear.
Properties show that Text and ToolTip data is present.
Code, however does not include Text or ToolTip as shown below for “Clear Tool”
2. Is it possible to make toolbar items appear/disappear under server side control by setting an item Visible true/false?
3. With AutoPostBack=True, how do we respond to some tools on the client with JavaScript and block postback on those tools?
Comments/Answers are appreciated.
Thanks,
Lee