or
protected void RadGrid1_ItemCreated(object sender, GridItemEventArgs e)
{
if (e.Item is GridPagerItem)
{
var combo = e.Item.FindControl("PageSizeComboBox") as RadComboBox;
if (combo != null)
{
RemoveComboItem(combo, "5");
RemoveComboItem(combo, "10");
RemoveComboItem(combo, "20");
AddComboItem(combo, "100");
AddComboItem(combo, "150");
AddComboItem(combo, "200");
AddComboItem(combo, "300");
}
}
}
$(".rsRecurrenceOptionList").children().each(function (i) {
if (i <
1
|| i > 2)
$(this).hide();
});
$(".rsRecurrenceOptionList li:eq(1) span input").attr("checked", "checked");
<Telerik> |
<RadCompression compressionType="GZip"> |
<IncludedMimeTypes> |
<add mime="text/html" /> |
</IncludedMimeTypes> |
<!--<ExcludedMimeTypes> |
<add mime="text/html" /> |
</ExcludedMimeTypes>--> |
<ExcludedPaths> |
<add path="~/download.axd" /> |
</ExcludedPaths> |
</RadCompression> |
</Telerik> |