Telerik Forums
UI for ASP.NET AJAX Forum
6 answers
1.3K+ views
Hi,
I want to remove the empty rows in exporting radgrid to excel file. See attached file. How to do it? Thanks.
Flemming
Top achievements
Rank 1
Veteran
 answered on 26 Feb 2019
5 answers
147 views

I have a telerik:RadScheduler control in my page. We can expand this slot by dragging from the bottom. Internally the appointment is getting changed. But while expanding, it is not displaying the shadow at the background. This issue is occuring in Internet Explorer, while it is working properly in Google Chrome. Can anyone please help me on this.

<telerik:RadScheduler ID="RadSchedulerReceivingBay" runat="server" GroupBy="Bay"
                  DataSourceID="ObjectDataSourceBookingScheduleItem" DataKeyField="BookingID" DataSubjectField="Vendor"
                  DataStartField="Start" DataEndField="End" Height="100%" 
                      Culture="en-GB" ShowAllDayRow="False" ShowDateHeaders="False" 
                      ShowFooter="True" ShowHeader="False" ShowNavigationPane="False" 
                      ShowViewTabs="False" MinutesPerRow="15"  
                      DayStartTime="05:00:00" Font-Size="8pt" 
                      onappointmentdatabound="RadSchedulerReceivingBay_AppointmentDataBound" 
                      onappointmentinsert="RadSchedulerReceivingBay_AppointmentInsert" 
                      onappointmentupdate="RadSchedulerReceivingBay_AppointmentUpdate" 
                      RowHeight="20px" 
                      StartInsertingInAdvancedForm="True"                       
                      onformcreating="RadSchedulerReceivingBay_FormCreating"
                      onformcreated="RadSchedulerReceivingBay_FormCreated"  
                      onappointmentdelete="RadSchedulerReceivingBay_AppointmentDelete" 
                      onclientappointmentmoving="OnClientAppointmentMoving" 
                      onclientappointmentdeleting="ResetTimer" 
                      onclientappointmentediting="ResetTimer" 
                      onclientappointmentinserting="ResetTimer" 
                      onclientappointmentmoveend="ClientAppointmentChangeConfirm" WorkDayEndTime="23:59:00" 
                      CustomAttributeNames="TimeStampString,IsBlocker" EnableCustomAttributeEditing="True" 
                      AdvancedForm-Modal="False" WorkDayStartTime="00:00:00" 
                      onclientappointmentresizeend="ClientAppointmentChangeConfirm" 
                      NumberOfHoveredRows="1" 
                      onappointmentcreated="RadSchedulerReceivingBay_AppointmentCreated" 
                      ondatabound="RadSchedulerReceivingBay_DataBound" 
                      onappointmentcommand="RadSchedulerReceivingBay_AppointmentCommand"
                       EnableEmbeddedSkins="true" EnableEmbeddedBaseStylesheet="true">

                      <AdvancedForm EnableCustomAttributeEditing="True" />

                    <ResourceTypes>
                        <telerik:ResourceType KeyField="ReceivingBayID" Name="Bay" TextField="Name" ForeignKeyField="ReceivingBayID"
                        DataSourceID="ObjectDataSourceBays" />
                    </ResourceTypes>

                    <AdvancedEditTemplate>                    
                    <uc2:BookingDetailControl ID="BookingDetailControl"  runat="server" Action="edit" />
                    </AdvancedEditTemplate>

                      <DayView WorkDayEndTime="18:00:00" />

                    <AdvancedInsertTemplate>
                    <uc2:BookingDetailControl ID="BookingDetailControl" runat="server" Action="insert" />
                    </AdvancedInsertTemplate>
                    
                  </telerik:RadScheduler>

Peter Milchev
Telerik team
 answered on 26 Feb 2019
7 answers
266 views
In footer of the gridview, I have some textboxs. When I use horizontal scroll,
then header and footer will move on following this horizontal scroll.
But when I use tab key to move to next textbox (instead of using horizontal scroll) then footer, header and items don't move on following.
Please help me to resolve this problem.
Thank!!!
Max
Top achievements
Rank 1
 answered on 25 Feb 2019
4 answers
244 views

maybe vessy help radwizard loop problem. please see below vessy

on last step - StepType="Complete" want to have button to start Wizard over client-side only please

 

this button in Complete step goes back to step 1 - RadWizard.get_wizardSteps().getWizardStep(0).set_active(true);

 

but step missing progress bar and navigation tools - please help

<h4 style="text-align: right;">Quieres añadir otra?</h4>
 
                                            <div style="float: right; padding-right: 25px;">
                                                <telerik:RadButton runat="server" Text="Añadir" Font-Size="Large" Width="100px" Height="65px" AutoPostBack="false" CausesValidation="false"
                                                    OnClientClicked="RadButtonAdd" />
                                            </div>

 

 

 

 

Vessy
Telerik team
 answered on 22 Feb 2019
1 answer
156 views

Hi,

could somebody give me an advice, how to manage if I need to know whether some RadTextbox has focus on not. I know, I can do it through onfocus and onblur client side events, but I want it to achieve through jQuery.

For now I found this link:

https://stackoverflow.com/questions/967096/using-jquery-to-test-if-an-input-has-focus

I tried to to use this $(mytelerikradtextbox).is(":focus") to check whether control has focus, but it still returns false even it has focus. Shouldn't I apply it on input child ?

Thanks for the right direction :-)

Vasssek

Vessy
Telerik team
 answered on 22 Feb 2019
2 answers
350 views

I have a RadGrid control in my web page(.aspx). It is displaying a list of data. First column of this grid is a link and when link is clicked a scheduler at the last side is updated. When the vertical scrollbar is at the middle or at the end and if a row is clicked the scrollbar is resetting to top, although the particular row is selected and the scheduler is updated as well. This issue is happening only in Internet Explorer. In Google Chrome the scrollbar is working properly. I have set the property SaveScrollPosition to True. Can anyone help me on this.

<telerik:RadGrid ID="RadGridRequests" runat="server" 
            AutoGenerateColumns="False" GridLines="None" 
            Height="520px"
            onitemdatabound="RadGridRequests_ItemDataBound" 
                onselectedindexchanged="RadGridRequests_SelectedIndexChanged"
                 EnableEmbeddedSkins="true" EnableEmbeddedBaseStylesheet="true">

            <ClientSettings EnablePostBackOnRowClick="True">
                 <Scrolling AllowScroll="True" UseStaticHeaders="True" SaveScrollPosition="True">
                </Scrolling>
            </ClientSettings>

Pallav
Top achievements
Rank 1
 answered on 22 Feb 2019
4 answers
251 views
Hello,
  I've searched the forums but apparently I have the reverse problem of the majority. I have tried to implement reverse answers but to no avail.
  I have a RadComboBox implemented in a user control:

<div class="fiFilterTitleBar">
    <asp:Label ID="lblFIFilter" runat="server" CssClass="fiHeading floatLeft" Height="24px" BackColor="#26A9E0">Featured Insights</asp:Label>
    <telerik:RadComboBox ID="radComboBoxFIFilter" runat="server" Width="200px" AppendDataBoundItems="false" CssClass="floatRight zIndex5" AutoPostBack="true" ZIndex="5" DropDownCssClass="zIndex5" />
    <asp:Label ID="lblFIFilterBy" runat="server" AssociatedControlID="radComboBoxFIFilter" CssClass="fiFilterLabel floatRight">Filter By: </asp:Label>
</div>

This user control is then used in an ASPX page. The page is using a (non-Telerik, Cyrinx) menu system located in a header control which is located in a master page which the ASPX implements.

When the ComboBox DropDownList (.rcbSlide) is opened and then the menu system is activated, the DropDownList, but NOT the input box, stays in front of (covers) the menu system. I can confirm that the menu system has a "z-index: 1000;" set to it. In response (shown above) I tried to force all aspects of the RadComboBox to z-index:5. While I can confirm that the RadComboBox attributes are properly setting these style values (via Firebug) they appear to have no effect on who covers who so I still have this problem.

Can you please recommend other things that I might adjust to get the menu to overlay the ComboBox drop down list when it is open?

  Thanks much,

  Gregory
World WIde
Top achievements
Rank 1
 answered on 22 Feb 2019
2 answers
1.3K+ views

i have a radgrid that i have a buttoncolumn applied. the buttons work fine but i was curious if it is possible to only enable the button for the selected row?

If no rows are selected all buttons are shown, but disabled. when i click on a row the button on that row becomes enabled, and if i select another row, the button on the row i was on becomes disabled and the new row button is enabled?

i hope i am clear on this, im still very new to the telerik controls and c#. i have not been able to find anything on this matter.

 

Thanks!

Eli
Top achievements
Rank 2
 answered on 21 Feb 2019
1 answer
385 views

Hello,

I want show the upper limit line and a lower limit line on a Line Chart which gets its data from databinding to SQLDataSource.

The upper limit values and lower limit value is fixed for a given chart.

How do I achieve it?

Thank you

Marin Bratanov
Telerik team
 answered on 21 Feb 2019
11 answers
609 views

Hi,

We are trying to upgrade the browser from IE9 to IE11.

We are using VS 2012 and Telerik controls for ASP.NET AJAX version 2013.3.1114.45. 

We are configuring the radgrid programmatically in .cs page and already set the MasterView width to 100%.​

The grid is not displayed properly in IE 11 compatibility mode. But displayed correctly in IE 11 normal mode.

Any idea how to resolve the mentioned issue ?

 

Thanks

Bhanu.

Stephan
Top achievements
Rank 1
 answered on 21 Feb 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?