Hi,
We upgraded to the new telerik version - 2009.2.701.35 and are seeing issues with CSS in the controls. So far, we are using RadMenu and RadGrid. The problem we identified with RadGrid is that the custom skin does not get applied. We compared the generated source for the RadGrid and found grid html css is rendered differently.
For eg. in the older version, if the skin specified was "llGrid", the generated html source for the RadGrid looks something like this -
Before
--------
<div id="gridSearchResults" class="RadGrid RadGrid_llGrid" tabindex="0">
We have written all the CSS based on the generated classes from the previous version and it does not get used now.
Also, We went through the release notes and did not find anything about this. At this point, we cannot upgrade. Please advise.
Thanks.
We upgraded to the new telerik version - 2009.2.701.35 and are seeing issues with CSS in the controls. So far, we are using RadMenu and RadGrid. The problem we identified with RadGrid is that the custom skin does not get applied. We compared the generated source for the RadGrid and found grid html css is rendered differently.
For eg. in the older version, if the skin specified was "llGrid", the generated html source for the RadGrid looks something like this -
Before
--------
<div id="gridSearchResults" class="RadGrid RadGrid_llGrid" tabindex="0">
<div id="gridSearchResults_GridHeader" class="GridHeaderDiv_llGrid" style="overflow: hidden; margin-right: 16px; width: 100%;">
<table id="gridSearchResults_ctl00_Header" class="MasterTable_llGrid" cellspacing="0" border="0" style="overflow: hidden; width: 100%; border-collapse: collapse; table-layout: fixed; empty-cells: show;">
<thead>
<tr>
<thead><th class="GridHeader_llGrid expandCol" scope="col"> </th>.......
After
------
<div id="gridSearchResults" class="RadGrid RadGrid_llgrid" tabindex="0">
After
------
<div id="gridSearchResults" class="RadGrid RadGrid_llgrid" tabindex="0">
<div id="gridSearchResults_GridHeader" class="rgHeaderDiv" style="overflow: hidden; margin-right: 16px; width: 100%;">
<table id="gridSearchResults_ctl00_Header" class="rgMasterTable rgClipCells" cellspacing="0" border="0" style="overflow: hidden; width: 100%; table-layout: fixed; empty-cells: show;">
<tr>
<th class="rgHeader rgExpandCol" scope="col"> </th>
We have written all the CSS based on the generated classes from the previous version and it does not get used now.
Also, We went through the release notes and did not find anything about this. At this point, we cannot upgrade. Please advise.
Thanks.
