or
.RadOrgChart li .rocItem {
height
:
auto
!important
;
width
:
150px
!important
;
}
.rocItemTemplate {
border-radius:
10px
!important
;
height
:
auto
!important
;
}
.RadOrgChart li .rocItemTemplate {
text-align
:
center
;
height
:
auto
!important
;
padding
:
0px
!important
;
}
.RadOrgChart .rocItemContent {
height
:
auto
!important
;
}
.rocLineDown {
top
:
24px
!important
;
}
{
display: inline !important;
}
+ html div.RadMenu
{
display: inline !important;
}
div.RadMenu
{
float: none !important;
display: inline-block !important;
vertical-align: middle !important;
}
div.RadMenu .rmRootLink .rmLeftImage, div.RadMenu .rmFirst
{
width: 16px;
padding-right: 15px;
}
div.RadMenu, div.RadMenu .rmRootLink
{
width: 100%;
}
This style Solved My Problem in These Browsers , but this Problem Still Exist In IE8 and I Can't Find Anything for this version of IE .
Can anybody Help Us?
"$find("ctl00_ctl00_BodyContentPlaceHolder_BodyContentPlaceHolder_ReportsList_CustomReportGrid")._showFilterMenu("ctl00_ctl00_BodyContentPlaceHolder_BodyContentPlaceHolder_ReportsList_CustomReportGrid_ctl00",
<
telerik:RadGrid
EnableEmbeddedSkins
=
"true"
ID
=
"CustomReportGrid"
runat
=
"server"
AutoGenerateColumns
=
"true"
ShowFooter
=
"true"
AllowSorting
=
"true"
AllowPaging
=
"true"
AllowFilteringByColumn
=
"true"
PagerStyle-Mode
=
"NextPrevAndNumeric"
PageSize
=
"50"
EnableOutsideScripts
=
"false"
MasterTableView-NoMasterRecordsText
=
"No records to display."
><
ExportSettings
OpenInNewWindow
=
"true"
FileName
=
"CustomReport"
>
<
Pdf
PageWidth
=
"3000px"
PaperSize
=
"A4"
AllowPrinting
=
"true"
PageBottomMargin
=
"10px"
PageTopMargin
=
"25px"
PageHeaderMargin
=
"0px"
PageLeftMargin
=
"10px"
PageRightMargin
=
"10px"
PageTitle
=
"CustomReport"
/>
</
ExportSettings
>
<
ClientSettings
>
<
Scrolling
UseStaticHeaders
=
"true"
/>
</
ClientSettings
>
<
ItemStyle
BackColor
=
"transparent"
HorizontalAlign
=
"Left"
/>
<
HeaderStyle
HorizontalAlign
=
"Left"
/>
<
FilterItemStyle
HorizontalAlign
=
"Left"
/>
<
AlternatingItemStyle
BackColor
=
"#F9F9F9"
/>
</
telerik:RadGrid
>
<
input
id
=
"ctl00_BodyContentPlaceHolder_ReportsList_CustomReportGrid_ctl00_ctl02_ctl02_Filter_Client Name"
class
=
"rgFilter"
type
=
"submit"
title
=
"Filter"
onclick
=
"$find("
ctl00_BodyContentPlaceHolder_ReportsList_CustomReportGrid")._showFilterMenu("ctl00_BodyContentPlaceHolder_ReportsList_CustomReportGrid_ctl00", "Client Name", event); return false;"
value
=
" "
name
=
"ctl00$BodyContentPlaceHolder$ReportsList$CustomReportGrid$ctl00$ctl02$ctl02$Filter_Client Name"
></
input
>
<
a
id
=
"ctl00_BodyContentPlaceHolder_ReportsList_CustomReportGrid_ctl00_ctl02_ctl02_RDIPFRequested Date_popupButton"
class
=
"rcCalPopup"
href
=
"#"
title
=
"Open the calendar popup."
> … </
a
>
foreach (GridDataItem row in radGrid1.Items)