I have noticed with many of the telerik control they will add default mark up to the XML page.
For example, I added text box and when to the properties windows and created a client side event, All this markup got added. It seems on some occasions it will write out the controls defaults to the XML.This creates a lot of extra code to sort through.
<EmptyMessageStyle Resize="None"></EmptyMessageStyle>
<ReadOnlyStyle Resize="None"></ReadOnlyStyle>
<FocusedStyle Resize="None"></FocusedStyle>
<DisabledStyle Resize="None"></DisabledStyle>
<InvalidStyle Resize="None"></InvalidStyle>
<HoveredStyle Resize="None"></HoveredStyle>
<EnabledStyle Resize="None"></EnabledStyle>
I also noticed this happens a lot with the grid. I add a grid with a few columns, nothing special, and the markup is a mile long. Most i can go through and delete as its the default settings.
Is this a bug? Its really annoying with pages with lots of controls.
Thanks,
Kim
For example, I added text box and when to the properties windows and created a client side event, All this markup got added. It seems on some occasions it will write out the controls defaults to the XML.This creates a lot of extra code to sort through.
<EmptyMessageStyle Resize="None"></EmptyMessageStyle>
<ReadOnlyStyle Resize="None"></ReadOnlyStyle>
<FocusedStyle Resize="None"></FocusedStyle>
<DisabledStyle Resize="None"></DisabledStyle>
<InvalidStyle Resize="None"></InvalidStyle>
<HoveredStyle Resize="None"></HoveredStyle>
<EnabledStyle Resize="None"></EnabledStyle>
Is this a bug? Its really annoying with pages with lots of controls.
Thanks,
Kim