This seems like it should not be difficult, but I am at a loss. This is issue is not Toolbar Manager specific, but I noticed that.
When setting Me.Cursor = Cursors.WaitCursor (also tried Cursor.Current = Cursors.WaitCursor) when I want to let the user know we are working on something, that it fails to change to the wait cursor at all. So I tried to set the the Toolbar manager's Cursor as well (because I was using the toolbar manager to activate the code that was causing the wait), and that seemed to work until I moused away from the toolbar...
Is there no way to set the whole form and all infragistics sub controls to have a wait cursor without setting every single controls cursor value?
This sounds like it might be a bug. I would recommend submitting the issue to the support group: http://ko.infragistics.com/gethelp.
thanks Mike, I would normally do that but we are using a very old version of your controls 2007 V1 which you all do not work on any more. We have plans in a few weeks to upgrade to 2008 V3, but have to roll out this current version with the old controls. so, I guess I will just use my hack to get it to work (mostly) for now and hope that it is not an issue when we upgrade.