Hi,
We are using Radgrid having date field colums with AllowFilteringByColumn="true" property.
While the page is loading we get this error 'ct100_ContentPlaceHolder1_GridName_gdtcSharedCalendar' was not found. Could you please tell us where are we possibly going wrong.
Also because of this error, the page does not load properly and the grid becomes distorted.
Here's our code:
We are using Radgrid having date field colums with AllowFilteringByColumn="true" property.
While the page is loading we get this error 'ct100_ContentPlaceHolder1_GridName_gdtcSharedCalendar' was not found. Could you please tell us where are we possibly going wrong.
Also because of this error, the page does not load properly and the grid becomes distorted.
Here's our code:
can you please provide the solution for this ASAP.
<telerik:RadGrid GridLines=
"None"
HorizontalAlign=
"Left"
BackColor=
"#EFF7FF"
ID=
"gvDrilDown"
CellPadding=
"0"
CellSpacing=
"0"
EnableViewState=
"true"
AllowMultiRowSelection=
"false"
runat=
"server"
AllowPaging=
"True"
AllowSorting=
"True"
AutoGenerateColumns=
"true"
AllowFilteringByColumn=
"true"
PageSize=
"50"
AllowAutomaticDeletes=
"false"
PagerStyle-AlwaysVisible=
"true"
PagerStyle-Mode=
"NextPrevAndNumeric"
OnNeedDataSource=
"gvDrilDown_NeedDatasource"
OnColumnCreated=
"gvDrilDown_ColumnCreated"
Skin=
"Office2007"
OnPreRender=
"gvDrilDown_PreRender"
OnItemDataBound=
"gvDrilDown_ItemDataBound"
HeaderStyle-HorizontalAlign=
"Center"
ItemStyle-CssClass=
"borderRight"
HeaderStyle-Font-Underline=
"true"
OnItemCreated=
"gvDrilDown_OnItemCreated"
Height=
"100%"
>
<HeaderStyle HorizontalAlign=
"Center"
Wrap=
"false"
CssClass=
"clsTableHeading1"
Font-Underline=
"true"
/>
<ItemStyle />
<MasterTableView TableLayout=
"Auto"
Name=
"DrilDownRpt"
AllowMultiColumnSorting=
"false"
>
<NoRecordsTemplate>
<span
class
=
"clsTableCellLeft1"
style=
"padding-left: 250px;"
><b>Sorry, there
is
no matching
data available
for
display.</b></span>
</NoRecordsTemplate>
</MasterTableView>
<ClientSettings EnableRowHoverStyle=
"false"
>
<Scrolling AllowScroll=
"true"
UseStaticHeaders=
"true"
/>
<Resizing AllowRowResize=
"false"
AllowColumnResize=
"false"
/>
</ClientSettings>
<ItemStyle Font-Size=
"8pt"
/>
</telerik:RadGrid>