Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
57 views
Hi,
 I'm using Sitefinity V3.7 and am trying to set an external page as: http:\\xxxx_Eng.aspx for the english page and then create a french page with http:\\xxxx_Fre.aspx as the target, but the last saved address is saved in both english and french pages.
I can't say for sure if this just started happening or if it was present all along.

Has anyone run into this kind of error?

Thanks in advance. 

Jim
Top achievements
Rank 1
 answered on 24 Sep 2014
0 answers
142 views
Hi,
I get an error when trying to upload a file greater than 26MB.

The error I get is: Error 404 – File or directory not found

Details:
Getting error 404 – File or directory not found when trying to upload a document with a file size greater than 26MB.Max
The file size on library details set to 97.66MB
 Web.config entry:<httpRuntime maxRequestLength="204800" requestValidationMode="2.0" executionTimeout="999999"/>

It doesn't matter what type of file or if it is zipped or not,,, it just seems that if the file size is too big, this is the error.
Nothing shows up in the sitefinity.log
Jim
Top achievements
Rank 1
 asked on 24 Sep 2014
0 answers
105 views
Hi there,

We are using the DNN CMS to power our site and the Telerik RadEditor is a built in provider. 

I'm curious; I've made some changes to the ToolsFile.xml to remove some options (mainly font options) from the editor ToolBar. Is it best practice to make changes to this file? Also, if a DNN upgrade is installed will this file be overwritten?

Thanks.
Ryan
Top achievements
Rank 1
 asked on 24 Sep 2014
9 answers
1.0K+ views
I am using Telerik Q3 2010 release.

I have several tabs, all are using ContentURL.  I wish to set the hight of the RadMultiPage to 100%, bit it renders about 300px tall.  If I set the RadMultiPage to a fixed height (i.e. Height="1000px"), then this does take.

<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    

   <div style="padding: 1em">

   <table width="100%"><tr><td align="left">


       <telerik:RadTabStrip ID="RadTabStrip1" runat="server" 
           MultiPageID="RadMultiPage1" SelectedIndex="0">
           <Tabs>
               <telerik:RadTab Text="Films"></telerik:RadTab>             
               <telerik:RadTab Text="Pending Approvals" Selected="True"></telerik:RadTab>
           </Tabs>
       </telerik:RadTabStrip>


        <telerik:RadMultiPage 
        ID="RadMultiPage1" 
        runat="server" 
        Height="100%" 
        SelectedIndex="0" 
        Width="100%" 
        BorderColor="Gray" 
        BorderStyle="Solid" 
        BorderWidth="1px" >

           <telerik:RadPageView ID="RadPageView1" runat="server" ContentURL="TABFilms.aspx">
            </telerik:RadPageView>
              
           <telerik:RadPageView id="PendingApprovals" runat="server" ContentURL="TABApprovals.aspx">              
           </telerik:RadPageView>

       </telerik:RadMultiPage>

</td></tr></table>



    </div>


</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    

   <div style="padding: 1em">

   <table width="100%"><tr><td align="left">


       <telerik:RadTabStrip ID="RadTabStrip1" runat="server" 
           MultiPageID="RadMultiPage1" SelectedIndex="0">
           <Tabs>
               <telerik:RadTab Text="Films"></telerik:RadTab>             
               <telerik:RadTab Text="Pending Approvals" Selected="True"></telerik:RadTab>
           </Tabs>
       </telerik:RadTabStrip>


        <telerik:RadMultiPage 
        ID="RadMultiPage1" 
        runat="server" 
        Height="100%" 
        SelectedIndex="0" 
        Width="100%" 
        BorderColor="Gray" 
        BorderStyle="Solid" 
        BorderWidth="1px" >

           <telerik:RadPageView ID="RadPageView1" runat="server" ContentURL="TABFilms.aspx">
            </telerik:RadPageView>
              
           <telerik:RadPageView id="PendingApprovals" runat="server" ContentURL="TABApprovals.aspx">              
           </telerik:RadPageView>

       </telerik:RadMultiPage>

</td></tr></table>



    </div>


</asp:Content>


<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    

   <div style="padding: 1em">

   <table width="100%"><tr><td align="left">


       <telerik:RadTabStrip ID="RadTabStrip1" runat="server" 
           MultiPageID="RadMultiPage1" SelectedIndex="0">
           <Tabs>
               <telerik:RadTab Text="Films"></telerik:RadTab>             
               <telerik:RadTab Text="Pending Approvals" Selected="True"></telerik:RadTab>
           </Tabs>
       </telerik:RadTabStrip>


        <telerik:RadMultiPage 
        ID="RadMultiPage1" 
        runat="server" 
        Height="100%" 
        SelectedIndex="0" 
        Width="100%" 
        BorderColor="Gray" 
        BorderStyle="Solid" 
        BorderWidth="1px" >

           <telerik:RadPageView ID="RadPageView1" runat="server" ContentURL="TABFilms.aspx">
            </telerik:RadPageView>
              
           <telerik:RadPageView id="PendingApprovals" runat="server" ContentURL="TABApprovals.aspx">              
           </telerik:RadPageView>

       </telerik:RadMultiPage>

</td></tr></table>



    </div>


</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
     
 
   <div style="padding: 1em">
 
   <table width="100%"><tr><td align="left">
 
 
       <telerik:RadTabStrip ID="RadTabStrip1" runat="server"
           MultiPageID="RadMultiPage1" SelectedIndex="0">
           <Tabs>
               <telerik:RadTab Text="Films"></telerik:RadTab>            
               <telerik:RadTab Text="Pending Approvals" Selected="True"></telerik:RadTab>
           </Tabs>
       </telerik:RadTabStrip>
 
 
        <telerik:RadMultiPage
        ID="RadMultiPage1"
        runat="server"
        Height="100%"
        SelectedIndex="0"
        Width="100%"
        BorderColor="Gray"
        BorderStyle="Solid"
        BorderWidth="1px" >
 
           <telerik:RadPageView ID="RadPageView1" runat="server" ContentURL="TABFilms.aspx">
            </telerik:RadPageView>
               
           <telerik:RadPageView id="PendingApprovals" runat="server" ContentURL="TABApprovals.aspx">             
           </telerik:RadPageView>
 
       </telerik:RadMultiPage>
 
</td></tr></table>
 
 
 
    </div>
 
 
</asp:Content>


<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    

   <div style="padding: 1em">

   <table width="100%"><tr><td align="left">


       <telerik:RadTabStrip ID="RadTabStrip1" runat="server" 
           MultiPageID="RadMultiPage1" SelectedIndex="0">
           <Tabs>
               <telerik:RadTab Text="Films"></telerik:RadTab>             
               <telerik:RadTab Text="Pending Approvals" Selected="True"></telerik:RadTab>
           </Tabs>
       </telerik:RadTabStrip>


        <telerik:RadMultiPage 
        ID="RadMultiPage1" 
        runat="server" 
        Height="100%" 
        SelectedIndex="0" 
        Width="100%" 
        BorderColor="Gray" 
        BorderStyle="Solid" 
        BorderWidth="1px" >

           <telerik:RadPageView ID="RadPageView1" runat="server" ContentURL="TABFilms.aspx">
            </telerik:RadPageView>
              
           <telerik:RadPageView id="PendingApprovals" runat="server" ContentURL="TABApprovals.aspx">              
           </telerik:RadPageView>

       </telerik:RadMultiPage>

</td></tr></table>



    </div>


</asp:Content>

<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    

   <div style="padding: 1em">

   <table width="100%"><tr><td align="left">


       <telerik:RadTabStrip ID="RadTabStrip1" runat="server" 
           MultiPageID="RadMultiPage1" SelectedIndex="0">
           <Tabs>
               <telerik:RadTab Text="Films"></telerik:RadTab>             
               <telerik:RadTab Text="Pending Approvals" Selected="True"></telerik:RadTab>
           </Tabs>
       </telerik:RadTabStrip>


        <telerik:RadMultiPage 
        ID="RadMultiPage1" 
        runat="server" 
        Height="100%" 
        SelectedIndex="0" 
        Width="100%" 
        BorderColor="Gray" 
        BorderStyle="Solid" 
        BorderWidth="1px" >

           <telerik:RadPageView ID="RadPageView1" runat="server" ContentURL="TABFilms.aspx">
            </telerik:RadPageView>
              
           <telerik:RadPageView id="PendingApprovals" runat="server" ContentURL="TABApprovals.aspx">              
           </telerik:RadPageView>

       </telerik:RadMultiPage>

</td></tr></table>



    </div>


</asp:Content>


<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    

   <div style="padding: 1em">

   <table width="100%"><tr><td align="left">


       <telerik:RadTabStrip ID="RadTabStrip1" runat="server" 
           MultiPageID="RadMultiPage1" SelectedIndex="0">
           <Tabs>
               <telerik:RadTab Text="Films"></telerik:RadTab>             
               <telerik:RadTab Text="Pending Approvals" Selected="True"></telerik:RadTab>
           </Tabs>
       </telerik:RadTabStrip>


        <telerik:RadMultiPage 
        ID="RadMultiPage1" 
        runat="server" 
        Height="100%" 
        SelectedIndex="0" 
        Width="100%" 
        BorderColor="Gray" 
        BorderStyle="Solid" 
        BorderWidth="1px" >

           <telerik:RadPageView ID="RadPageView1" runat="server" ContentURL="TABFilms.aspx">
            </telerik:RadPageView>
              
           <telerik:RadPageView id="PendingApprovals" runat="server" ContentURL="TABApprovals.aspx">              
           </telerik:RadPageView>

       </telerik:RadMultiPage>

</td></tr></table>



    </div>


</asp:Content>


<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    

   <div style="padding: 1em">

   <table width="100%"><tr><td align="left">


       <telerik:RadTabStrip ID="RadTabStrip1" runat="server" 
           MultiPageID="RadMultiPage1" SelectedIndex="0">
           <Tabs>
               <telerik:RadTab Text="Films"></telerik:RadTab>             
               <telerik:RadTab Text="Pending Approvals" Selected="True"></telerik:RadTab>
           </Tabs>
       </telerik:RadTabStrip>


        <telerik:RadMultiPage 
        ID="RadMultiPage1" 
        runat="server" 
        Height="100%" 
        SelectedIndex="0" 
        Width="100%" 
        BorderColor="Gray" 
        BorderStyle="Solid" 
        BorderWidth="1px" >

           <telerik:RadPageView ID="RadPageView1" runat="server" ContentURL="TABFilms.aspx">
            </telerik:RadPageView>
              
           <telerik:RadPageView id="PendingApprovals" runat="server" ContentURL="TABApprovals.aspx">              
           </telerik:RadPageView>

       </telerik:RadMultiPage>

</td></tr></table>



    </div>


</asp:Content>


<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    

   <div style="padding: 1em">

   <table width="100%"><tr><td align="left">


       <telerik:RadTabStrip ID="RadTabStrip1" runat="server" 
           MultiPageID="RadMultiPage1" SelectedIndex="0">
           <Tabs>
               <telerik:RadTab Text="Films"></telerik:RadTab>             
               <telerik:RadTab Text="Pending Approvals" Selected="True"></telerik:RadTab>
           </Tabs>
       </telerik:RadTabStrip>


        <telerik:RadMultiPage 
        ID="RadMultiPage1" 
        runat="server" 
        Height="100%" 
        SelectedIndex="0" 
        Width="100%" 
        BorderColor="Gray" 
        BorderStyle="Solid" 
        BorderWidth="1px" >

           <telerik:RadPageView ID="RadPageView1" runat="server" ContentURL="TABFilms.aspx">
            </telerik:RadPageView>
              
           <telerik:RadPageView id="PendingApprovals" runat="server" ContentURL="TABApprovals.aspx">              
           </telerik:RadPageView>

       </telerik:RadMultiPage>

</td></tr></table>



    </div>


</asp:Content>

Ivan Zhekov
Telerik team
 answered on 24 Sep 2014
5 answers
111 views
I have attached a screenshot of the behavior of the modal advanced form.  When I double click on the scheduler to launch the form it appears where the screenshot shows.  I am using a masterpage but other than that I pretty much modelled my page from the telerik code examples.

Any help would be great thanks!
Ivan Zhekov
Telerik team
 answered on 24 Sep 2014
14 answers
256 views
Hi. We've recently upgraded to version 2010_3_1109 from the Q2 version and the advanced form seems to be partially hidden. Controls like RadTextBox and regular ASP buttons seem okay. But it looks like the whole container is hidden behind the "faded" style that is applied when entering a modal form. I've tried setting ZIndex on the advanced form property but nothing happens.  We use a custom advanced form which is in an ASCX that is basically a table with textboxes. I've also attached a screen. Thanks.

Daniel

<telerik:RadScheduler ID="rsCalendar" runat="server" Skin="Vista" DataEndField="end_date"
                                                DataKeyField="id" DataSourceID="sdsCalendar" DataStartField="start_date" DataSubjectField="subject"
                                                CustomAttributeNames="location" SelectedView="MonthView" DataDescriptionField="details"
                                                DataRecurrenceField="recurrence_rule" DataRecurrenceParentKeyField="recurrence_rule_parent_id"
                                                EnableDescriptionField="true" EnableCustomAttributeEditing="true" AppointmentStyleMode="Default"
                                                OnAppointmentDelete="rsCalendar_AppointmentDelete" OnAppointmentInsert="rsCalendar_AppointmentInsert"
                                                OnAppointmentUpdate="rsCalendar_AppointmentUpdate" OnAppointmentCreated="rsCalendar_AppointmentCreated"
                                                DayStartTime="07:00:00" DayEndTime="19:00:00" FirstDayOfWeek="Monday" LastDayOfWeek="Friday"
                                                Culture="en-AU" OnClientFormCreated="schedulerFormCreated" Height="100%" StartInsertingInAdvancedForm="true">
                                                <AdvancedForm Modal="true" ZIndex="10005" />
                                                <AdvancedEditTemplate>
                                                    <scheduler:AdvancedForm runat="server" ID="AdvancedEditForm1" Mode="Edit" Subject='<%# Bind("subject") %>'
                                                        Description='<%# Bind("description") %>' Start='<%# Bind("start") %>' End='<%# Bind("end") %>'
                                                        Location='<%# Bind("location") %>' />
                                                </AdvancedEditTemplate>
                                                <AdvancedInsertTemplate>
                                                    <scheduler:AdvancedForm runat="server" ID="AdvancedInsertForm1" Mode="Insert" Subject='<%# Bind("subject") %>'
                                                        Description='<%# Bind("description") %>' Start='<%# Bind("start") %>' End='<%# Bind("end") %>'
                                                        Location='<%# Bind("location") %>' />
                                                </AdvancedInsertTemplate>
                                            </telerik:RadScheduler>

<script type="text/javascript">
        //<![CDATA[
 
        // Dictionary containing the advanced template client object
        // for a given RadScheduler instance (the control ID is used as key).
        var schedulerTemplates = {};
 
        function schedulerFormCreated(scheduler, eventArgs) {
            // Create a client-side object only for the advanced templates
            var mode = eventArgs.get_mode();
            if (mode == Telerik.Web.UI.SchedulerFormMode.AdvancedInsert ||
                    mode == Telerik.Web.UI.SchedulerFormMode.AdvancedEdit) {
                // Initialize the client-side object for the advanced form
                var formElement = eventArgs.get_formElement();
                var templateKey = scheduler.get_id() + "_" + mode;
                var advancedTemplate = schedulerTemplates[templateKey];
                if (!advancedTemplate) {
                    // Initialize the template for this RadScheduler instance
                    // and cache it in the schedulerTemplates dictionary
                    var schedulerElement = scheduler.get_element();
                    var isModal = scheduler.get_advancedFormSettings().modal;
                    advancedTemplate = new window.SchedulerAdvancedTemplate(schedulerElement, formElement, isModal);
                    advancedTemplate.initialize();
 
                    schedulerTemplates[templateKey] = advancedTemplate;
 
                    // Remove the template object from the dictionary on dispose.
                    scheduler.add_disposing(function() {
                        schedulerTemplates[templateKey] = null;
                    });
                }
 
                // Are we using Web Service data binding?
                if (!scheduler.get_webServiceSettings().get_isEmpty()) {
                    // Populate the form with the appointment data
                    var apt = eventArgs.get_appointment();
                    var isInsert = mode == Telerik.Web.UI.SchedulerFormMode.AdvancedInsert;
                    advancedTemplate.populate(apt, isInsert);
                }
            }
        }
 
        function hideActiveToolTip() {
            var tooltip = Telerik.Web.UI.RadToolTip.getCurrent();
            if (tooltip) {
                tooltip.hide();
            }
        }
 
        Sys.WebForms.PageRequestManager.getInstance().add_beginRequest(beginRequestHandler);
        function beginRequestHandler(sender, args) {
            var prm = Sys.WebForms.PageRequestManager.getInstance();
            if (args.get_postBackElement().id.indexOf('rsCalendar') != -1) {
                hideActiveToolTip();
            }
        }
 
        function clientBeforeShow(sender, eventArgs) {
            w = $telerik.$(window).width() / 2;
            h = $telerik.$(window).height() / 2;
 
            if ((sender._mouseX > w) && (sender._mouseY > h)) {
                sender.set_position(Telerik.Web.UI.ToolTipPosition.TopLeft);
                return;
            }
            if ((sender._mouseX < w) && (sender._mouseY > h)) {
                sender.set_position(Telerik.Web.UI.ToolTipPosition.TopRight);
                return;
            }
            if ((sender._mouseX > w) && (sender._mouseY < h)) {
                sender.set_position(Telerik.Web.UI.ToolTipPosition.BottomLeft);
                return;
            }
            sender.set_position(Telerik.Web.UI.ToolTipPosition.BottomRight);
        }
 
        function openRadWindowTrainingDates() {
            var oWnd = radopen("/teams/hr/training.aspx");
            oWnd.add_close("OnClientClose");
            oWnd.Center();
        }
 
        function ClientClicked() {
            window.location.href = "/teams/hr/corporate_training_calendar/add_content/";
        }
 
        function ToolbarOnClientButtonClicked(sender, args) {
            var button = args.get_item();
            if (button.get_text() == "Show Training Courses") {
                var oWnd = radopen("/teams/hr/training.aspx");
                oWnd.add_close("OnClientClose");
                oWnd.Center();
            }
        }       
 
        //]]>
    </script>

Ivan Zhekov
Telerik team
 answered on 24 Sep 2014
2 answers
308 views
Hi,

I have a radgrid and in editform mode I have define a table with rows and columns. For some grouping condition in the radgrid I want to make a row invisible. I try in the itemcommand or itemdatabound using  Table mytable=<>.findcontrol("tableID")  as Table; and for example myTable..Rows[0].Visible = false;  and but I see myTable is alway null....

Grid defintion
<telerik:RadFormDecorator Runat="server"></telerik:RadFormDecorator>
<telerik:RadAjaxLoadingPanel Runat="server" Skin="Default"></telerik:RadAjaxLoadingPanel>
<telerik:RadAjaxManager runat="server">
    <ajaxsettings>
        <telerik:AjaxSetting AjaxControlID="DocWerkVAftekenGrid">
            <updatedcontrols>
                <telerik:AjaxUpdatedControl ControlID="DocWerkVAftekenGrid" UpdatePanelCssClass="" LoadingPanelID="RadAjaxLoadingPanel1"/>
            </updatedcontrols>
        </telerik:AjaxSetting>
    </ajaxsettings>
</telerik:RadAjaxManager>
<asp:Label ID="WerkVoorraad" runat="server" BackColor="#3399FF" Height="30px" Text="Aftekenen Verrichtingen" Width="100%"></asp:Label>
<telerik:RadGrid ID="DocWerkVAftekenGrid" runat="server" AutoGenerateColumns="False" OnItemDataBound="DocWerkVAftekenGrid_ItemDataBound" OnUpdateCommand="DocWerkVAftekenGrid_UpdateCommand" OnNeedDataSource="DocWerkVAftekenGrid_NeedDataSource" OnItemCommand="DocWerkVAftekenGrid_ItemCommand" >
    <exportsettings>
        <pdf pagewidth="">
        </pdf>
    </exportsettings>
    <ClientSettings Selecting-AllowRowSelect="true" AllowKeyboardNavigation="true" EnablePostBackOnRowClick="true">
        <Selecting AllowRowSelect="True"></Selecting>
        <scrolling allowscroll="True" usestaticheaders="True" />
    </ClientSettings>
   <mastertableview DataKeyNames="docent_id, patient_id, blok_id, str_vcrowid">
                                 <GroupByExpressions>
                                    <telerik:GridGroupByExpression>
                                        <GroupByFields>
                                            <telerik:GridGroupByField FieldName="verrichting"></telerik:GridGroupByField>
                                        </GroupByFields>
                                        <SelectFields>
                                            <telerik:GridGroupByField FieldName="verrichting" HeaderText="AftekenSoort"></telerik:GridGroupByField>
                                        </SelectFields>
                                    </telerik:GridGroupByExpression>
                                </GroupByExpressions>
       <Columns>
            <telerik:GridEditCommandColumn UniqueName="EditContactColumn"/>                
            <telerik:GridHyperLinkColumn AllowSorting="False" DataNavigateUrlFields="patient_id" DataNavigateUrlFormatString="http://localhost/EPDBehandelApp/Behandeling.aspx?PatientID={0}" DataTextField="patient_id" DataTextFormatString="Behandelkaart" FilterControlAltText="Filter behandelkaart column" Text="Behandelkaart" UniqueName="behandelkaart" Target="_blank">
                <ItemStyle Font-Bold="True" />
            </telerik:GridHyperLinkColumn>
            <telerik:GridBoundColumn DataField="blokcode" FilterControlAltText="Filter blokcode column" HeaderText="Blok code" UniqueName="blokcode">
            </telerik:GridBoundColumn>
            <telerik:GridBoundColumn DataField="patient" FilterControlAltText="Filter patient column" HeaderText="Patient" UniqueName="patient">
            </telerik:GridBoundColumn>
            <telerik:GridBoundColumn DataField="behandelaar" FilterControlAltText="Filter student column" HeaderText="Student" UniqueName="student">
            </telerik:GridBoundColumn>
            <telerik:GridBoundColumn DataField="doorlooptijd" FilterControlAltText="Filter doorlooptijd column" HeaderText="Duur/dag" UniqueName="doorlooptijd">
            </telerik:GridBoundColumn>
            <telerik:GridBoundColumn DataField="verrichting_naam" FilterControlAltText="Filter verrichting_naam column" HeaderText="Verrichting" UniqueName="verrichting_naam">
            </telerik:GridBoundColumn>
            <telerik:GridBoundColumn DataField="verrichting_code" FilterControlAltText="Filter verrichting_code column" HeaderText="Code" UniqueName="verrichting_code">
            </telerik:GridBoundColumn>
            <telerik:GridButtonColumn DataTextField="elementcode" FilterControlAltText="Filter elementcode column" HeaderText="Element" UniqueName="elementcode">
            </telerik:GridButtonColumn>
            <telerik:GridBoundColumn DataField="vlakcodes" FilterControlAltText="Filter vlakcodes column" HeaderText="Vlak" UniqueName="vlakcodes">
            </telerik:GridBoundColumn>
            <telerik:GridBoundColumn DataField="docent_id" Display="False" FilterControlAltText="Filter docent_id column" HeaderText="DocentID" UniqueName="docent_id">
            </telerik:GridBoundColumn>
            <telerik:GridBoundColumn DataField="patient_id" Display="False" FilterControlAltText="Filter patient_id column" HeaderText="PatientID" UniqueName="patient_id">
            </telerik:GridBoundColumn>
            <telerik:GridBoundColumn DataField="blok_id" Display="False" FilterControlAltText="Filter blok_id column" HeaderText="BlokID" UniqueName="blok_id">
            </telerik:GridBoundColumn>
            <telerik:GridBoundColumn DataField="str_vcrowid" Display="False" FilterControlAltText="Filter blok_id column" HeaderText="VRowID" UniqueName="str_vcrowid">
            </telerik:GridBoundColumn>
        </Columns>
            <EditFormSettings EditFormType="Template">
                <FormTemplate>
                    <table ID="AftekenTable"  cellspacing="20" border="0" rules="none" >
                        <tr ID="eenheid">
                            <td>Eenheid</td>
                            <td><telerik:RadComboBox ID="EenheidComboBox"  DataTextField="CODE_OMS" DataValueField="CODE_OMS" runat="server" /></td>
                        </tr>
                        <tr  ID="score">
                            <td>Score</td>
                            <td>
                                    <asp:TextBox ID="ScoreTextBox" runat="server" Text='<%# Bind("score") %>' runat="server"/>
                            </td>
                        </tr>
                        <tr>
                            <td>Vervanger</td>
                            <td>
                                <asp:CheckBox ID="TmpDocDefCheckBox" runat="server" Enabled="True" />
                            </td>
                        </tr>
                        <tr>
                            <td>Administratief</td>
                            <td>
                                <asp:CheckBox ID="AdminCheckBox" runat="server" Enabled="True" />
                            </td>
                        </tr>
                        <tr>
                            <td>Opmerking</td>
                            <td>
                                <asp:TextBox ID="OpmTextBox" runat="server" runat="server"/>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <asp:Button ID="btnUpdate" Text='<%# (Container is GridEditFormInsertItem) ? "Insert" : "Update" %>'
                                    runat="server" CommandName='<%# (Container is GridEditFormInsertItem) ? "PerformInsert" : "Update" %>'/>
                            <td> <asp:Button ID="btnCancel" Text="Cancel" runat="server" CausesValidation="False" CommandName="Cancel"/></td>      
                        </tr>
                    </table>
                </FormTemplate>
            </EditFormSettings>

    </mastertableview>
</telerik:RadGrid>

        protected void DocWerkVAftekenGrid_ItemDataBound(object sender, GridItemEventArgs e)
        {

            if (e.Item is GridEditFormItem && e.Item.IsInEditMode && !(e.Item is GridEditFormInsertItem))
            {
                GridEditFormItem editForm = e.Item as GridEditFormItem;
                RadComboBox tlist = editForm.FindControl("EenheidComboBox") as RadComboBox;
                tlist.Items.Clear();
                tlist.DataSource = EPDDatasets.GetCodeList("CMS_CODES", "Eenheden");
                tlist.DataBind();
                Table AftekenTabl = editForm.FindControl("AftekenTable") as Table;
                if (AftekenTabl != null) <--- But it is always null !!!
                AftekenTabl.Rows[0].Visible = false;
            }

        }

        protected void DocWerkVAftekenGrid_ItemCommand(object sender, GridCommandEventArgs e)
        {
            if (e.CommandName == "Edit")
            {
             GridEditableItem editedItem = e.Item as GridEditableItem;
             Table AftekenTabl = editedItem.FindControl("AftekenTable") as Table;
             if (AftekenTabl != null)  <-- also null thus not working....
                 AftekenTabl.Rows[0].Visible = false;

            }

        }

How can I achieve that the row "eenheid"and "score"is invisible when group column is equal to some condtion?

Thanks in advance,

Henk
Henk
Top achievements
Rank 1
 answered on 24 Sep 2014
1 answer
102 views
Hi

We like to show the sum on the header, do you think is possible?

Thanks

Regards
Avery
Ming Fei - Avery
Top achievements
Rank 1
Iron
 answered on 24 Sep 2014
1 answer
91 views
Ignore me for what might be a really stupid question but just curious about functionality/options in general.  I'm working on a project where I've been able to produce some very complex graphs using RadHtmlChart and place them into an online report.  My customer has asked if there is a way to "export" the contents of the page to a Word Document.

So I've spent some time with the Reporting tools and the graphs don't look like anything I can produce in the reporting tools (these graphs have multiple line, candlestick and even a bar chart all within one graph).  Is there any existing process to export/save a RadHtmlChart to PDF/Word?  Follow-up question, I see on the road map that "Full-blown integration with all controls is expected in Q3" with the Telerik Document Processing Library.  Would this new functionality give me the ability to create a word document with a RadHtmlChart within it?

Sorry for the vague'ish question and not 100% sure this is the right place to put it.

Thanks,

Richard
Danail Vasilev
Telerik team
 answered on 24 Sep 2014
3 answers
173 views
I'm implementing an MDI interface similar to your demo, but I'm not using the window manager (it was causing problems addressed in other thread).  I just upgraded to Q2 2011, and now the title bar on my inactive windows are transparent.  If I turn the shadow off, I don't have the problem.

Of course, I really like the shadows.  It sets the windows off very nicely.

Can you please look into this?

Thank you.
Marin Bratanov
Telerik team
 answered on 24 Sep 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?