or
<telerik:RadTabStrip runat="server" ID="TabStrip" MultiPageID="MultiPage" OnTabClick="TabStrip_TabClick" SelectedIndex="0" Font-Size="Smaller" Orientation="VerticalLeft"> <Tabs> <telerik:RadTab Text="Note de calcul" PageViewID="rpv_noteCalcul" Value="noteCalcul" Selected="True" /> <telerik:RadTab Text="Crédits" PageViewID="rpv_Credits" Value="Credits" /> <telerik:RadTab Text="Paiements" PageViewID="rpv_Paiements" Value="Paiements" /> <telerik:RadTab Text="Distribution" PageViewID="rpv_Distribution" Value="Distribution" /> </Tabs></telerik:RadTabStrip>protected void Page_Init(Object sender, EventArgs e){ TabStrip.TabClick += new RadTabStripEventHandler(TabStrip_TabClick);}protected void TabStrip_TabClick(object sender, RadTabStripEventArgs e){}<telerik:RadChart ID="rcProposedWaiting" runat="server" Width="750px" DataGroupColumn="Name"
AutoTextWrap="true" Skin="Hay" ChartTitle-TextBlock-Text="Projects By Department" SeriesOrientation="Horizontal" AutoLayout="true">
<Legend><Appearance GroupNameFormat="#VALUE"></Appearance></Legend>
<PlotArea><XAxis DataLabelsColumn="Department"></XAxis></PlotArea>
</telerik:RadChart><?xml version="1.0" encoding="UTF-8"?><configuration> <appSettings> <add key="rutaImagenes" value="\Admin\Images\" /> </appSettings> <connectionStrings> <add name="MyAppConnectionString" connectionString="My connectionstring thats works fine..." /> </connectionStrings> <system.web> <compilation debug="true" strict="false" explicit="true"> <assemblies> <add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /> <add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" /> <add assembly="System.Drawing.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /> <add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> <add assembly="System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <add assembly="System.Web.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" /> <add assembly="System.Speech, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> </assemblies> </compilation> <roleManager enabled="true"> <providers> <clear /> <add name="AspNetSqlRoleProvider" connectionStringName="MyAppConnectionString" applicationName="/" type="System.Web.Security.SqlRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> </providers> </roleManager> <membership> <providers> <remove name="AspNetSqlMembershipProvider" /> <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider,
System.Web, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="MyAppConnectionString" applicationName="/" requiresUniqueEmail="false" minRequiredPasswordLength="4" minRequiredNonalphanumericCharacters="0" passwordFormat="Hashed" maxInvalidPasswordAttempts="5" passwordAttemptWindow="10" passwordStrengthRegularExpression="" requiresQuestionAndAnswer="false" /> </providers> </membership> <profile enabled="false" /> <authentication mode="Forms"> <forms name="MyApp.ASPXAUTH" loginUrl="Admin/Login.aspx" protection="All" path="/" /> </authentication> <customErrors mode="Off" defaultRedirect="GenericErrorPage.htm"> <error statusCode="403" redirect="NoAccess.htm" /> <error statusCode="404" redirect="FileNotFound.htm" /> </customErrors> <pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"> <namespaces> <clear /> <add namespace="System" /> <add namespace="System.Collections" /> <add namespace="System.Collections.Generic" /> <add namespace="System.Collections.Specialized" /> <add namespace="System.Configuration" /> <add namespace="System.Text" /> <add namespace="System.Text.RegularExpressions" /> <add namespace="System.Linq" /> <add namespace="System.Xml.Linq" /> <add namespace="System.Web" /> <add namespace="System.Web.Caching" /> <add namespace="System.Web.SessionState" /> <add namespace="System.Web.Security" /> <add namespace="System.Web.Profile" /> <add namespace="System.Web.UI" /> <add namespace="System.Web.UI.WebControls" /> <add namespace="System.Web.UI.WebControls.WebParts" /> <add namespace="System.Web.UI.HtmlControls" /> </namespaces> <controls> <add tagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI" /> </controls> </pages> <httpHandlers> <add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" /> <add path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" validate="false" /> <add path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" validate="false" /> <add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false" /> <add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" /> </httpHandlers> <httpModules> <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule" /> </httpModules> <identity impersonate="false" /> </system.web> <location path="Admin"> <system.web> <authorization> <allow roles="Administrators" /> <deny users="*" /> </authorization> <!--<trust level="Full" />--> </system.web> </location> <location path="Admin/services"> <system.web> <authorization> <allow users="*" /> </authorization> </system.web> </location> <system.webServer> <validation validateIntegratedModeConfiguration="false" /> <modules runAllManagedModulesForAllRequests="true"> <remove name="RadUploadModule" /> <add name="UrlRoutingModule" type="System.Web.Routing.UrlRoutingModule,
System.Web.Routing, Version=3.5.0.0,
Culture=neutral,
PublicKeyToken=31BF3856AD364E35" /> <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule" preCondition="integratedMode,runtimeVersionv2.0" /> </modules> </system.webServer> <system.serviceModel> <behaviors> <serviceBehaviors> <behavior name="MyApp.MyAppDataServiceBehavior"> <serviceMetadata httpGetEnabled="true" /> <serviceDebug includeExceptionDetailInFaults="false" /> </behavior> </serviceBehaviors> </behaviors> <services> <service behaviorConfiguration="MyApp.MyAppDataServiceBehavior" name="MyApp.MyAppDataService"> <endpoint address="" binding="basicHttpBinding" contract="MyApp.IMyAppDataService"> </endpoint> <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" /> </service> </services> <serviceHostingEnvironment aspNetCompatibilityEnabled="true" /> </system.serviceModel></configuration><?xml version="1.0" encoding="utf-8"?><configuration> <system.webServer> <defaultDocument> <files> <add value="AdminDef.aspx" /> </files> </defaultDocument> <handlers> <add name="Telerik.Web.UI.WebResource.axd*" path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource" /> <add name="Telerik_Web_UI_SpellCheckHandler_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" /> <add name="Telerik.RadUploadProgressHandler.ashx_*" path="Telerik.RadUploadProgressHandler.ashx" verb="*" type="Telerik.Web.UI.RadUploadProgressHandler" /> </handlers> </system.webServer></configuration>This was working and somehow I broke it without knowing it. I populate a grid from the database. In the code behind I select some of the Items in the grid (I have a checkbox in the grid item). Should be easy.
However when I try to loop through the items in the table the count on the MasterTableView.Items is 0. But when the page displayed the grid has items.
Here's the code (I removed some non-essential pieces):
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) If Not IsPostBack Then BindScans(Session("ClientID")) Dim ScanGroupID As String = Request("ScanGroupID") & "" If ScanGroupID <> "" Then LoadScanGroup(ScanGroupID) End IfEnd SubSub BindScans(ByVal ClientID As String) Dim sqlConn As SqlConnection = New SqlConnection(Session("SCAN_CONN")) Dim SQL As String = "Select * From nxp_sites SITES WHERE ....." Dim adapter As SqlDataAdapter = New SqlDataAdapter(SQL, sqlConn) Dim dt As DataTable = New DataTable adapter.Fill(dt) rgScans.DataSource = dtEnd SubSub LoadScanGroup(ByVal ScanGroupID As String) Dim oScanGroup As clsScanGroup = New clsScanGroup(ScanGroupID) If Not oScanGroup.HasError Then Dim dt As DataTable = oScanGroup.GetScans() SelectScanGroupItems(dt) End IfEnd SubSub SelectScanGroupItems(ByVal dt As DataTable) If dt.Rows.Count > 0 Then For Each dr As DataRow In dt.Rows 'At this point rgscan.MasterTableView.Items count is 0, why? For Each gdi As GridDataItem In rgScans.MasterTableView.Items If gdi("scan_id").Text = dr("ScanID") And gdi("site_id").Text = dr("SiteID") Then Dim chk As CheckBox = DirectCast(gdi("CheckboxSelectColumn").Controls(0), CheckBox) gdi.Selected = True End If Next Next End IfEnd Sub<telerik:RadGrid ID="rgScans" runat="server" ShowGroupPanel="False" AllowPaging="true" Width="700" AllowMultiRowSelection="true" PageSize="25" Skin="Office2010Silver" AllowSorting="true" AutoGenerateColumns="false" OnNeedDataSource="rgScans_NeedDataSource" > <MasterTableView AutoGenerateColumns="false" DataKeyNames="site_id" InsertItemPageIndexAction="ShowItemOnCurrentPage"> <Columns> <telerik:GridClientSelectColumn UniqueName="CheckboxSelectColumn" HeaderStyle-HorizontalAlign="Center" ItemStyle-HorizontalAlign="Center" FooterText="CheckBoxSelect footer" ItemStyle-Width="40px" HeaderStyle-Width="40px"> </telerik:GridClientSelectColumn> <telerik:GridTemplateColumn HeaderText="Current" ItemStyle-HorizontalAlign="Center" ItemStyle-Width="40px" HeaderStyle-Width="40px"> <ItemTemplate> <asp:image imageurl='<%# GetCurrentScan(Eval("site_id"))%>' runat="server" /> </ItemTemplate> </telerik:GridTemplateColumn> <telerik:GridBoundColumn DataField="site_name" ItemStyle-Width="250px" HeaderStyle-Width="250px" FilterControlAltText="Filter ScanGroupName column" HeaderText="Scan Name" AllowFiltering="false" SortExpression="ScanGroupName" UniqueName="ScanGroupName" AllowSorting="true" /> <telerik:GridBoundColumn DataField="start_time" HeaderText="Scan Date/Time" DataFormatString="{0:MM/dd/yyyy}" FilterControlAltText="Filter start_time column" AllowFiltering="false" SortExpression="start_time" UniqueName="start_time" AllowSorting="true" /> <telerik:GridBoundColumn DataField="live_hosts" ItemStyle-Width="100px" HeaderStyle-Width="100px" FilterControlAltText="Filter ScanGroupName column" HeaderText="Live Hosts" AllowFiltering="false" SortExpression="live_hosts" UniqueName="live_hosts" AllowSorting="true" /> <telerik:GridBoundColumn DataField="site_id" ItemStyle-Width="100px" HeaderStyle-Width="100px" FilterControlAltText="Filter ScanGroupName column" HeaderText="Site ID" Visible="false" AllowFiltering="false" SortExpression="site_id" UniqueName="site_id" AllowSorting="true" /> <telerik:GridBoundColumn DataField="scan_id" ItemStyle-Width="100px" HeaderStyle-Width="100px" FilterControlAltText="Filter scan_id column" HeaderText="Scan ID" Visible="false" AllowFiltering="false" SortExpression="scan_id" UniqueName="scan_id" AllowSorting="true" /> </Columns> </MasterTableView> <ClientSettings> <Selecting AllowRowSelect="true"></Selecting> </ClientSettings></telerik:RadGrid>