Hello,
I am using Infragistics version 8.3 with visual studio 2008.
I have used UltraWebListBar control.
When I select any item in the list bar, its style is set to the selected item style properly. And once a postback is done and page is loaded , the style is still ok.And as soon as I hover the selected item its style is set to the Hover Style but on mouse out the style is being the default style instead of being the selected item style.
So Can anyone please suggest me what property needs to be set or what can be the problem?
Thanks for help in advance,
Gayatri Sharma
Sypram Technology
Hi,
I have the exact scenario reproduced on my product. Has anyone solved this already?
Thanks.
I am also experiencing this with the NetAdvantage 2009 v.2 version of the ListBar. I have also discovered that it *only* happens if I create a handler in the code behind for the ItemClicked or GroupClicked events. If I comment the handlers out the behavior returns to normal and the selected style is not lost.
Does anyone have any insight on this issue?