Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
299 views

Hi, 

We are using Rad Update control with Rad progress for uploading documents in one of the UIs of our website. This functionality works fine with IE 5.5 version and above but the files are not uploaded in Chrome and MS Edge browser. Browsed through this page http://docs.telerik.com/devtools/aspnet-ajax/controls/upload/overview and got know the Chrome is not listed in the supported browser list. However, MS Edge is a new release and I am curios to know if these controls are supported in edge or not?

Right now, the functionality is not working and it will be great if we get some pointers related to work-around for this kind of a challenge faced in MS edge browser and alternatives that can be used to make the page that is using Telerik upload control compatible with both IE and MS Edge.

Thanks in advance,

Kishan

 

Nencho
Telerik team
 answered on 22 Feb 2016
3 answers
96 views
I have the following grid:
<telerik:RadGrid ID="RGSearch"
    runat="server"
    CssClass="grid-mobileResponsive"
    GridLines="none"
    PageSize="20"
    AutoGenerateColumns="false"
    AllowSorting="True"
    AllowPaging="True"
    AllowFilteringByColumn="False"
    AllowMultiRowSelection="False">
 
    <MasterTableView DataKeyNames="Id" AllowMultiColumnSorting="true">
        <Columns>
            <telerik:GridBoundColumn HeaderText="Id" DataField="Id" Display="false" />
            <telerik:GridBoundColumn HeaderText="Val 1" DataField="val1" />
            <telerik:GridBoundColumn HeaderText="Val 2" DataField="val2" />
            <telerik:GridBoundColumn HeaderText="Val 3" DataField="val3" />
        </Columns>
    </MasterTableView>
 
    <PagerStyle Mode="NextPrevAndNumeric" PagerTextFormat="{4} Page {0} of {1} | Displaying rows {2}-{3} of {5}" />
 
    <ClientSettings Selecting-AllowRowSelect="true">
        <Resizing AllowColumnResize="true" ResizeGridOnColumnResize="true" AllowResizeToFit="true" />
        <ClientEvents OnRowDblClick="RowDblClick" OnRowClick="RowSnglClick" />
    </ClientSettings>
</telerik:RadGrid>


When viewing the website on an iphone or windows phone device, it behaves as expected and the RowSnglClick javascript function is called. But on android, with Chrome 33.0 nothing happens. But note that the double click event is firing.

I also noticed that you can't scroll over the grids. Scrolling and drag and drop are not enabled on the grid, so I figured that you should be able to scroll over it on the page, but if you touch it and move, again nothing happens.

I'm using v2013.3.1324.45 of the controls.

Are there any simple fixes that I'm missing for everything to work on Android?
Marin
Telerik team
 answered on 22 Feb 2016
7 answers
298 views

As per our requirement highlighting the current date in radscheduler. For this we are assigning selecteddate property to current datetime, its working fine. But sometimes, its highlighting the next day.

We are always converting the usertime to EST and assigning it to SelectedDate property. 

Please check the enclosed screenshot,  when we run the sample code enclosed here, its displaying current date time as 10/22/2015 20:00:15 EST but in radscheduler its highlighting 10/23/2015. 

This is observed when user time greater than 8PM EST.

Please download the sample code from below link:

[link]

Please let us know if there are any solution to fix this issue. Thank you.

Ivan Danchev
Telerik team
 answered on 22 Feb 2016
1 answer
101 views

I have the resourceType 

<telerik:ResourceType DataSourceID="dsUsers" ForeignKeyField="UserID"       KeyField="ID" Name="Users" TextField="UserName" />

 

I need that, when I create a new appointment, to pre-set the dropdownlist with the current user of my plataform.
How can I do this?

Plamen
Telerik team
 answered on 22 Feb 2016
2 answers
98 views

Hi,

in attach my problem.

After minimize/expand all.

 

i used 2016 Q1.

 

 

Thanks.

Dario.

Danail Vasilev
Telerik team
 answered on 22 Feb 2016
3 answers
137 views

Hello all,

for my project I need to combine multiple stacked ColumnSeries and a LineSeries in one single chart:

When I just have the four ColumnSeries and I do set the GroupName property everything works fine for the ColumnSeries.

When I add a addtional LineSeries to the chart, the grouping does not work anymore and the control breaks down the stacking of the ColumnSeries.

 

I am using the 2015.3.1111 Release of the controls in combination with Visual Studio 2008.

 

Any ideas?

 

 Thanks in advance and kind regards,

Thomas

Stamo Gochev
Telerik team
 answered on 22 Feb 2016
13 answers
1.8K+ views
Onkeypress in Radtextbox.....server side  button click event need to be fired....

Pls give me suggession.

Thanks,
satish
Yamila
Top achievements
Rank 1
 answered on 21 Feb 2016
3 answers
198 views

I'm looking for help on using the radgrid checkbox filtering.  Everything is working good but I would like to get the value of what is checked when I export my grid to PDF.  I want to include these values in the header in the PDF.  I tried using: 

string str2  = RadGrid1.MasterTableView.Columns.FindByUniqueName("mycolumn").CurrentFilterValue;  

 but this just returned an empty string. 

 

Travis
Top achievements
Rank 1
 answered on 19 Feb 2016
1 answer
74 views

hi

 How do I prevent any insert, edit and delete which is less than current date and time?

 

Thanks a lot

Ivan Danchev
Telerik team
 answered on 19 Feb 2016
1 answer
265 views
I am trying to format a cell based on the value of another field in the underlying recordset. How do I access those values?
Eyup
Telerik team
 answered on 19 Feb 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?