For some reason IE is not rendering the 'RepeatColumns' Correctly. My sitemap has 4 groups so I have the RepeatColumns set to 4 like so:
However in IE only 3 columns show up and the 4th is on the next line. Firefox, Chrome, and Safari all render this correctly.
If I set the columns to 5 instead of 4 it works correctly, but then the spacing is wrong because it is compensating for an additional column.
Any ideas?
<telerik:RadSiteMap ID="RadSiteMap1" runat="server" DataNavigateUrlField="Title" DataSourceID="RadSiteMapDataSource1" DataTextField="Title" DataValueField="Description" Font-Names="Arial" Font-Size="8pt" ShowNodeLines="True" Skin="Windows7"> <LevelSettings> <telerik:SiteMapLevelSetting MaximumNodes="5"> <ListLayout AlignRows="True" RepeatColumns="4" /> </telerik:SiteMapLevelSetting> </LevelSettings> </telerik:RadSiteMap>However in IE only 3 columns show up and the 4th is on the next line. Firefox, Chrome, and Safari all render this correctly.
If I set the columns to 5 instead of 4 it works correctly, but then the spacing is wrong because it is compensating for an additional column.
Any ideas?