treeView.DataTextField = "CheminFr";treeView.DataFieldID = "CLA_CODE";treeView.DataFieldParentID = "PARENT_CLA_CODE";treeView.DataValueField = "CLA_ID"; treeView.DataValueField = "CLA_ACTIVE";treeView.DataValueField = "profondeur";treeView.DataValueField = "cheminEn";treeView.DataValueField = "ChildrenAllowed";treeView.DataValueField = "nbArticle";//Récupère l'arbre à afficherDataSet ds = MichelFactory.getAllHierarchy();treeView.DataSource = ds;treeView.DataBind();If I remove the AllowSEOPaging property, then page size stays where the user set it.
<telerik:RadListView ID="SearchRadListView" runat="server" ItemPlaceholderID="ItemPlaceHolder" DataKeyNames="id" DataSourceID="SearchSqlDataSource" AllowPaging="True" PageSize="12" BackColor="White" > <LayoutTemplate> <div> <div style="clear: both; margin-right: 5px; margin-left: 5px;"> <telerik:RadDataPager ID="RadDataPager2" runat="server" PageSize="12" PagedControlID="SearchRadListView" Skin="Default" AllowSEOPaging="True"> <Fields> <telerik:RadDataPagerButtonField FieldType="FirstPrev" /> <telerik:RadDataPagerButtonField FieldType="Numeric" /> <telerik:RadDataPagerButtonField FieldType="NextLast" /> <telerik:RadDataPagerGoToPageField /> <telerik:RadDataPagerPageSizeField /> <telerik:RadDataPagerTemplatePageField> <PagerTemplate> </PagerTemplate></telerik:RadDataPagerTemplatePageField> </Fields> </telerik:RadDataPager> </div> <asp:PlaceHolder ID="ItemPlaceHolder" runat="server"></asp:PlaceHolder> <div style="clear: both; margin-right: 5px; margin-left: 5px;"> <telerik:RadDataPager ID="RadDataPager1" runat="server" PageSize="12" PagedControlID="SearchRadListView" Skin="Default" AllowSEOPaging="True"> <Fields> <telerik:RadDataPagerButtonField FieldType="FirstPrev" /> <telerik:RadDataPagerButtonField FieldType="Numeric" /> <telerik:RadDataPagerButtonField FieldType="NextLast" /> <telerik:RadDataPagerGoToPageField /> <telerik:RadDataPagerPageSizeField /> </Fields> </telerik:RadDataPager> </div> </div> </LayoutTemplate> <ItemTemplate> <div class="mb-results" style="text-align: center;"> <div> <a href='../species.asp?id=<%# Eval("id")%>'> <img class="mbphotos" alt="<%# Eval("comname")%> - <%# Eval("GenusName")%> <%# Eval("SpeciesName")%>" src='<%# Eval("pic")%>'> </a> </div> <a href='../species.asp?id=<%# Eval("id")%>'><strong><%# Eval("comname")%></strong><br /> <em><%# Eval("GenusName")%> <%# Eval("SpeciesName")%></em> </a> <br /> Family: <a href='../search/Index.aspx?family=<%# Eval("FamilyName")%>'><%# Eval("FamilyName")%></a> </div> </ItemTemplate></telerik:RadListView><object classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" width="150" height="150" type="application/x-oleobject"><param name="URL" value="~/media/AC77CAFB2FB94221B2B45A0D773DEB27.ashx"/><embed src="%7E/media/AC77CAFB2FB94221B2B45A0D773DEB27.ashx" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer" height="150" width="150"></object>
var isDirty = false;function OnTextBoxValueChanged(sender, args){ isDirty = true;}window.onbeforeunload = function () { if (isDirty) { return 'You have unsaved changes on the form.'; }}Hi:
I have a grid that appears to work properly in ASP.net 3.5 and IE8. That means the grid will fill up the page and the pager control will appear at the bottom and there is a vertical scroll bar that will scroll the number of rows per page.
But when I upgraded to framework 4 and IE 9, the grid extends past the bottom of the browser and I have to enlarge the browser window to see the page control. In some cases only half the page control will appear without some type of manual refresh.
Are there issues with the Grid control and ASP.Net 4 and or IE9? Incidentally, I don't believe it is an IE9 problem because I get the same behaviour in FireFox and Opera.
Thanks
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
<AjaxSettings>
<telerik:AjaxSetting AjaxControlID="RadAjaxManager1">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="radGridSupportCategories" />
<telerik:AjaxUpdatedControl ControlID="radbtnSearch" />
</UpdatedControls>
</telerik:AjaxSetting>
</AjaxSettings>
</telerik:RadAjaxManager>
<telerik:RadGrid ID="radGridSupportCategories" runat="server" OnNeedDataSource="radGridSupportCategories_NeedDataSource"
AllowSorting="True" AllowPaging="True" AutoGenerateColumns="False" CellSpacing="0"
GridLines="None" OnDetailTableDataBind="radGridSupportCategories_DetailTableDataBind"
OnItemDataBound="radGridSupportCategories_ItemDataBound">
pls anyone has solution than tell me i am waiting