Hi,
I am using One UltraWebTab and set display mode ="multiline". Based on user action i am displaying few tabs.
Only problem is if i have only 2 tabs to display it occupies complete space of tab. So it looks very bad. So may i know how to set each tab width in client side?
Thanks,
Sanjaya Jena
Thanks for your reply and valuable suggestions.
At present i am using bigger width images as you have suggested in your earlier response.If i face any performance issue in future then will try this work around.
Cheers,
Hi Sanjaya,
Displaymode can be changed only on server. Functionality on client includes only processing events and changing properties of elements generated by server.
Note: if there is only few tabs in a row (multirow mode) and those tabs appear too wide, then you may try to add a TabSeparator after those tabs and experimet with its width (%, px). That separator will fill space between last tab in a row and right edge of control and reduce widths of tabs.
Hey
Thanks for your suggestions. I am also bit concern about the slow down my web application. yeah i could see few images are installed with infragistics suit.
Is there any way to change displaymode dynamically in client side(javascript) ?i think this will solve my problem permanately.
waiting for your response.
The reason for that is not sufficient width of background images used for tabs. Images provided by installation have limited sizes, because large images would slow down browser. If tabs are wide and RoundedCorners are enabled, then the only solution for that situation is to build custom images with large widths. You may find out names of images from subproperties of RoundedCorners. If you do not know where exactly they are located, then you may look at source of generated html and check path of those images.
You should find those images, open them in image editors, and replace them with new images with larger widths.