Hi,
I am using Infragistics 2010 Vol 3.
When i try to set the visible property of the toolbars item i get an exception.
I have attached the sample application for your reference.
Any workaround for this will be of help.
Hi Vinutha,
I looked at your sample app. On FormLoad, you are setting,ultraToolbarsManager1.Toolbars["ID_NewTool"].Visible = true;whereas the Toolbar's Key/Text that exists on the ToolbarsManager is "[UltraToolbar1] - UltraToolbar1"and hence you are seeing a 'Key not found' exception.Is this the exception that you see or something else?ThanksPurnima