| <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> |
| <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> |
| <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTE0NTg2NDI1OA9kFgICAw9kFgICAw8UKwACFCsAAhQrAAIPFgIeF0VuYWJsZUFqYXhTa2luUmVuZGVyaW5naGQQFgFmFgEUKwACZGQPFgFmFgEFc1RlbGVyaWsuV2ViLlVJLlJhZFRyZWVOb2RlLCBUZWxlcmlrLldlYi5VSSwgVmVyc2lvbj0yMDA4LjIuODI2LjIwLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPTEyMWZhZTc4MTY1YmEzZDRkZGQYAQUeX19Db250cm9sc1JlcXVpcmVQb3N0QmFja0tleV9fFgEFDFJhZFRyZWVWaWV3MUnSvyNIwNtgpsSxyXE70wJc5PJd" /> |
| <Triggers> |
| <asp:AsyncPostBackTrigger ControlID="RadTreeView1" EventName="NodeClick" /> |
| </Triggers> |
| <telerik:RadTreeView ID="RadTreeView1" runat="server" Height="600px" Width="400px" |
| OnClientNodePopulating="nodePopulating" LoadingStatusPosition="BelowNodeText" OnNodeClick="RadTreeView1_NodeClick" > |
| <WebServiceSettings Path="WebServiceProxy.asmx" Method="GetTreeViewNodes" /> |
| <CollapseAnimation Duration="100" Type="OutQuint" /> |
| <ExpandAnimation Duration="100" /> |
| <Nodes> |
| <telerik:RadTreeNode runat="server" Checkable="False" Text="MyRootNode" Value="0|0" ExpandMode="WebService"> |
| </telerik:RadTreeNode> |
| </Nodes> |
| </telerik:RadTreeView> |
.RadMenu_WebBlue
{
padding: 0 30px;
background: url(img/MenuBackground.gif) #d5d9de repeat-x;
line-height: 38px; }
Distortion: in defined class height=38 and at runtime it overrides this class with inbuilt WeBlue class which is having height=23 so bcoz of height difference it looks like that the image into two and in the second part white color appears coz in actuall there is only one image which appears in first part
Please help me out for this problem if anybody is having any idea.
Thanks in advance
Prashant
9810494465
<telerik:RadGrid ID="RadGridCorrespondence" runat="server" AllowPaging="True" AllowSorting="True"
AutoGenerateColumns="False" AutoGenerateEditColumn="True" Font-Names="Verdana"
Font-Size="Small" GridLines="None" GroupingEnabled="False" OnItemCommand="RadGridCorrespondence_ItemCommand"
OnItemDataBound="RadGridCorrespondence_ItemDataBound" OnNeedDataSource="RadGridCorrespondence_NeedDataSource"
OnItemInserted="RadGridCorrespondence_ItemInserted" OnItemUpdated="RadGridCorrespondence_ItemUpdated"
Skin="WebBlue" Width="99%" DataSourceID="ObjectDataSourceCorrespondence">
<ValidationSettings EnableValidation="False" />
<AlternatingItemStyle Font-Names="Verdana" Font-Size="Small" />
<ItemStyle Font-Names="Verdana" Font-Size="Small" />
<PagerStyle Mode="Slider" />
<MasterTableView AutoGenerateColumns="False" CommandItemDisplay="Bottom" DataKeyNames="CorrespondenceID, CategoryID, AddressID"
HorizontalAlign="NotSet" Width="100%" DataSourceID="ObjectDataSourceCorrespondence">
<CommandItemSettings AddNewRecordText="Add New Communications Record" />
<RowIndicatorColumn>
<HeaderStyle Width="20px" />
</RowIndicatorColumn>
<ExpandCollapseColumn>
<HeaderStyle Width="20px" />
</ExpandCollapseColumn>
<Columns>
<telerik:GridBoundColumn DataField="CorrespondenceID" HeaderText="CorrespondenceID"
UniqueName="CorrespondenceID" DataType="System.Int32" ReadOnly="True" SortExpression="CorrespondenceID"
Display="false" Visible="false">
</telerik:GridBoundColumn>
<telerik:GridDropDownColumn DataField="CorrespondenceTypeID" DataType="System.Int32"
HeaderText="Communication Type" DataSourceID="SqlDataSourceCORRESPONDENCETYPE"
ListTextField="CorrespondenceType" ListValueField="CorrespondenceTypeID"
UniqueName="CorrespondenceTypeID" />
<telerik:GridBoundColumn DataField="Subject" HeaderText="Subject of Email" SortExpression="Subject"
UniqueName="Subject">
</telerik:GridBoundColumn>
<telerik:GridDropDownColumn DataField="CategoryID" DataType="System.Int32" HeaderText="Category of Letter"
DataSourceID="SqlDataSourceFullCategoryList" ListTextField="CategoryName" ListValueField="CategoryID"
UniqueName="CategoryID" EnableEmptyListItem="true" EmptyListItemText="" EmptyListItemValue="0">
</telerik:GridDropDownColumn>
<telerik:GridBoundColumn DataField="CorrespondenceText"
DataType="System.String" HeaderText="Communication Comment"
UniqueName="CorrespondenceText" />
<telerik:GridBoundColumn DataField="DateIn" DataType="System.DateTime" HeaderText="Date In"
SortExpression="DateIn" UniqueName="DateIn" ReadOnly="true">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="DateOut" DataType="System.DateTime" HeaderText="Date Out"
SortExpression="DateOut" UniqueName="DateOut" ReadOnly="true">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="UpdateDate" DataType="System.DateTime" HeaderText="Update Date"
SortExpression="UpdateDate" UniqueName="UpdateDate" ReadOnly="true">
</telerik:GridBoundColumn>
<telerik:GridDropDownColumn DataField="AddressID" DataType="System.Int32" HeaderText="Address"
DataSourceID="SqlDataSourceCorrespondenceAddress" ListTextField="AddressLine"
ListValueField="AddressID" UniqueName="AddressID" EnableEmptyListItem="true" EmptyListItemText="" EmptyListItemValue="0">
</telerik:GridDropDownColumn>
</Columns>
<EditFormSettings CaptionFormatString="Add Communications Record" ColumnNumber="2" EditFormType="Template">
<EditColumn ButtonType="ImageButton" CancelText="Cancel Edit" InsertText="Insert Communications Record"
UpdateText="Update Communications Record">
</EditColumn>
<FormTableStyle BackColor="White" CellPadding="2" CellSpacing="0" Height="110px" />
<FormMainTableStyle BackColor="White" CellPadding="3" CellSpacing="0" GridLines="None"
Width="100%" />
<FormTableItemStyle Wrap="False" />
<FormTableAlternatingItemStyle Wrap="False" />
<FormTableButtonRowStyle HorizontalAlign="Right" />
<FormTemplate>
<table>
<tr>
<td class="style48">
<asp:Label ID="Label2" runat="server" Font-Bold="False" Font-Names="Verdana" Font-Size="Small"
Text="Communications Type"></asp:Label>
</td>
<td>
<table class="style59">
<tr>
<td>
<telerik:RadComboBox ID="cmbCorrespondenceType" runat="server"
DataField="CorrespondenceTypeID" DataSourceID="SqlDataSourceCORRESPONDENCETYPE"
DataTextField="CorrespondenceType" DataValueField="CorrespondenceTypeID"
Font-Bold="False" Font-Names="Verdana" Font-Size="Small"
HeaderText="Correspondence Type" ListTextField="CorrespondenceType"
ListValueField="CorrespondenceTypeID"
SelectedValue='<%# Bind("CorrespondenceTypeID") %>' Skin="Web20"
UniqueName="CorrespondenceType" Width="203px">
<CollapseAnimation Duration="200" Type="OutQuint" />
</telerik:RadComboBox>
</td>
<td>
<asp:Label ID="Label8" runat="server" Font-Bold="False" Font-Names="Verdana"
Font-Size="Small" Text="Subject of Email "></asp:Label>
<asp:TextBox ID="txtSubject" runat="server" Text='<%# Bind( "Subject" ) %>'
Width="275px"></asp:TextBox>
</td>
<td>
</td>
</tr>
</table>
</td>
<td class="style48">
</td>
<td>
</td>
</tr>
<%
-- <tr>
<td class="style48">
<asp:Label ID="Label9" runat="server" Font-Bold="False" Font-Names="Verdana" Font-Size="Small"
Text="Ticker Date"></asp:Label>
</td>
<td>
<telerik:RadDatePicker ID="dtTICKLERDATE" runat="server" Width="100px" DbSelectedDate='<%# Bind("TicklerDate") %>'>
<DateInput InvalidStyleDuration="100">
</DateInput></telerik:RadDatePicker>
</td>
<td class="style48">
<asp:Label ID="Label5" runat="server" Font-Bold="False" Font-Names="Verdana" Font-Size="Small"
Text="Due Date"></asp:Label>
</td>
<td>
<telerik:RadDatePicker ID="dtDUEDATE" runat="server" Width="100px" DbSelectedDate='<%# Bind("DueDate") %>'>
<DateInput InvalidStyleDuration="100">
</DateInput></telerik:RadDatePicker>
</td>
</tr>--
%>
<tr>
<td class="style48">
<asp:Label ID="Label12" runat="server" Font-Bold="False" Font-Names="Verdana" Font-Size="Small"
Text="Category of Letter"></asp:Label>
</td>
<td>
<telerik:RadAjaxPanel ID="RadAjaxPanelCategories" runat="server" height="44px"
LoadingPanelID="RadAjaxLoadingPanel2" width="300px">
<table class="style59">
<tr>
<td>
<telerik:RadComboBox ID="Category" runat="server" AutoPostBack="True"
CausesValidation="false" DataField="CATEGORYID"
DataSourceID="SqlDataSourceCategory" DataTextField="NAME"
DataValueField="CATEGORYID" Font-Bold="False" Font-Names="Verdana"
Font-Size="Small" HeaderText="Category" Height="250px" ListTextField="NAME"
ListValueField="CATEGORYID"
OnSelectedIndexChanged="Category_SelectedIndexChanged" Skin="Web20"
UniqueName="cmbCATEGORYID" Width="275px">
<CollapseAnimation Duration="200" Type="OutQuint" />
</telerik:RadComboBox>
</td>
<td>
<asp:Label ID="Label13" runat="server" Font-Bold="False" Font-Names="Verdana"
Font-Size="Small" Text="Sub Category"></asp:Label>
</td>
<td>
<telerik:RadComboBox ID="SubCategory" runat="server" DataField="CATEGORYID"
DataSourceID="SqlDataSourceSubCategory" DataTextField="NAME"
DataValueField="CATEGORYID" Font-Bold="False" Font-Names="Verdana"
Font-Size="Small" HeaderText="Category" Height="250px" ListTextField="NAME"
ListValueField="CATEGORYID" Skin="Web20" UniqueName="SUBCATEGORY" Width="275px">
<CollapseAnimation Duration="200" Type="OutQuint" />
</telerik:RadComboBox>
</td>
</tr>
</table>
</telerik:RadAjaxPanel>
</td>
<td class="style49">
</td>
<td>
</td>
</tr>
<tr>
<td class="style49">
<asp:Label ID="Label5" runat="server" Font-Bold="False" Font-Names="Verdana" Font-Size="Small"
Text="Communication Comment"></asp:Label>
</td>
<td>
<asp:TextBox ID="txtCorrespondenceComment" runat="server"
TextMode="MultiLine" Rows= "3" Columns="100" Wrap="true"
Text='<%# Bind( "CorrespondenceText" ) %>'>
</asp:TextBox>
</td>
</tr>
<tr>
<td class="style48">
<asp:Label ID="Label10" runat="server" Font-Bold="False" Font-Names="Verdana" Font-Size="Small"
Text="Address"></asp:Label>
</td>
<td>
<telerik:RadComboBox ID="cmbAddressPicker" runat="server" DataField="AddressID" DataSourceID="SqlDataSourceCorrespondenceAddress"
DataTextField="AddressLine" DataValueField="AddressID" ListTextField="AddressLine"
ListValueField="AddressID" Skin="Web20" uniquename="AddressPicker" CausesValidation="false"
Font-Bold="False" Font-Names="Verdana"
Font-Size="Small">
<CollapseAnimation Duration="200" Type="OutQuint" />
</telerik:RadComboBox>
</td>
</tr>
<tr>
<td>
 
</td>
<td class="TD_Right" >
<table class="style59">
<tr>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
<asp:ImageButton ID="imgUpdate" runat="server" AlternateText="Update"
CommandName='<%# (Container is GridEditFormInsertItem) ? "Insert" : "Update" %>'
ImageUrl="~/btns/Update.gif" onclick="imgUpdate_Click"
ToolTip="Update Communication Information" />
<asp:ImageButton ID="imgCancel" runat="server" AlternateText="Cancel"
CommandName="Cancel" Height="16px" ImageUrl="~/btns/Cancel.gif"
onclick="imgCancel_Click"
ToolTip="Cancel Update of Communication Information" />
<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel2" Runat="server"
height="75px" width="75px">
<img alt="Loading..."
src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Default.Ajax.loading.gif") %>'
style="border:0px;" />
</telerik:RadAjaxLoadingPanel>
</td>
</tr>
</table>
</td>
</tr>
</table>
</FormTemplate>
</EditFormSettings>
<CommandItemStyle Font-Size="Larger" ForeColor="#000066" />
</MasterTableView><HeaderStyle Font-Names="Verdana" Font-Size="Small" />
<ClientSettings>
<Selecting AllowRowSelect="True" />
</ClientSettings>
</telerik:RadGrid>