Hi!!
I have some code that gets a toolbar. The html code of this toolbar is diferent if I use the 7.3 or the 9.1 version. For more details in the style of the table that Infragistics creates the height and the width values are different. In the older version the code is like this:
<table border="0" cellspacing="0" cellpadding="0" style="font-family:Verdana;font-size:8.25pt;table-layout:fixed;">
but the newer is like this:
<table border="0" cellspacing="0" cellpadding="0" style="font-family:Verdana;font-size:8.25pt;table-layout:fixed; width:100%;height:100%;">
This occurs when I put the control alingment to center. Because the code is diferent the renderization also. With 7.3 version I get the content center but with 9.1 no. Can I do something for solve the problem?
Thanks for all,