Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
200 views
Is there a way to set up the hamburger menu so that it will work like the expanded menu? I want to be able to expand on hover on my parent menu items and click to navigate to those menu items
Ivan Danchev
Telerik team
 answered on 07 Nov 2016
11 answers
721 views
Hello 

Below is a sample of an export to Excel we do. I am getting these strange numbers from row 4 onwards and finding that zeros are chopped off at the begining and above 15 characters the number are set to zero? Please advise.

Thanks

Steve

Sim Id Sim Number Phone Number Network
612 33333 7845698584 Orange
613 5555555555 7865984558 O2
614 77777777777 7845898568 T-Mobile
616 6.05643E+19 7886400749 Orange
617 4.84783E+19 8189428786 Orange
618 7.86511E+19 5873120201 Orange
619 2.18533E+19 9137077548 Orange
620 4.63874E+19 8268437527 Orange
621 5.72428E+19 3478728312 Orange
622 4.31133E+19 8275787977 Orange
623 2.38482E+18 5451253979 Orange
624 6.94754E+19 1153142640 Orange
625 4.73383E+19 3272183543 Orange
626 9.50517E+19 1133185943 Orange
627 4.45572E+19 4538341455 Orange
628 3.11145E+19 2844557113 Orange
629 3.03666E+19 9437130953 Orange
630 9.91132E+19 245415386 Orange
631 2.32191E+19 5993223235 Orange
632 7.02665E+19 5953534740 Orange
ArtiCut
Top achievements
Rank 1
 answered on 06 Nov 2016
0 answers
53 views
If using http, everything ok. But when i run application with https, not load data. What will I do???
Irene Alpen
Top achievements
Rank 1
 asked on 05 Nov 2016
5 answers
160 views

In an web form 2010 application that I am currently working with, the radeditor is being used. Right now I have one letter being generated at a time. However I want to place 2 to 3 letters within the same varchar(max) column within a sql server database. I would like each letter to print on separate pages.

I have tried html like the following:

<html><body><p>test1</p><p style="page-break-after:always;"></p><p>test2</p><p style="page-break-after:always;"></p><p>test3</p><p style="page-break-after:always;"></p></body></html>

and found everything still prints on the same page.

Thus is there anything within the radeditor that will make the page breaks actually work?

Rumen
Telerik team
 answered on 04 Nov 2016
2 answers
143 views

Hi,

 

I am trying to add a button (pref imagebutton) to each one of the group headers (the row that has the expand/colapse functionality).

 

The intent is to give such button the ability to remove all the records of that group.

 

For example:

 

> Group 1

     Row 1

     Row 2

     Row 3

> Group 2

     Row 1

     Row 2

 

I want the button on the "Group" rows, ideally to the right.

 

I have been researching but only found solutions to add it to each row and to the raid header, but not on the ExpandCollapse row.

 

Any ideas?

Fernando
Top achievements
Rank 1
 answered on 04 Nov 2016
3 answers
950 views
Hi,
I'm using latest version Q2 2011 telerik controls. I'm getting an exception on grid  ItemDataBound event only on edit command. Initial databound and paging, sorting are good.

In my database both fields are datetime.

StartTime                                    EndTime                                            
2011-09-30 00:00:00.000            2011-09-30 15:34:33.203

In the radGrid
Start Time                                     End Time
9/30/2011 12:00:00 AM                9/30/2011 3:34:33 PM

EditMode

="InPlace"

OnNeedDataSource="grdTime_NeedDataSource" (binding the data on server side using EntityFramework)
<Columns>

 <telerik:GridDateTimeColumn DataField="StartTime" HeaderButtonType="TextButton" HeaderText="Start Time" ItemStyle-HorizontalAlign="Left" UniqueName="StartTime" ItemStyle-Width="100px" HeaderStyle-Width="100px" ReadOnly="true" DataType="System.DateTime">

 </telerik:GridDateTimeColumn>

 <telerik:GridDateTimeColumn DataField="EndTime" HeaderButtonType="TextButton" HeaderText="End Time" ItemStyle-HorizontalAlign="Left" UniqueName="EndTime" ItemStyle-Width="100px" HeaderStyle-Width="100px" PickerType="DateTimePicker" DataType="System.DateTime">

 </telerik:GridDateTimeColumn>

</Columns>

Getting the "String was not recognized as a valid DateTime." exception on hitting edit button.

Thanks!

 

Marin
Telerik team
 answered on 04 Nov 2016
1 answer
119 views
How do I get all the items server side in the ListBox as a comma-delimited string without selecting any?
The visitor will sort the items and then save them sorted ....
Eyup
Telerik team
 answered on 04 Nov 2016
5 answers
105 views

Hi,

I have a web service bound scheduler in which click  of a navigation button (previous/next/today) does not update   Scheduler's popup calendar. 

Scheduler shows 10/31/2016 as selected date and on click of next button it navigates to 11/1/2016 .

Scheduler  shows 11/1/2016 7:30 AM - 1/2/2016 5:00 PM, however pop up calendar does not highlight 11/1/2016 as selected date.

How can I match scheduler's selected date with highlighted date  in scheduler's pop up calendar?

Regards,

Prava

 

Anton
Telerik team
 answered on 04 Nov 2016
1 answer
366 views
I came across a performance issue with the RadGrid. I dynamically create buttons for every row in the grid when they are expanded. Every buttons opens up a modal and it doesn't use any information from the grid. My issue is that postback happens and the whole grid is reloaded, even though I add the buttons to RadAjax manager programatically on ItemDataBound and assign them to only update the modal Panel. Has anyone encountered something similar to this? This is hindering my applications performance greatly. Any advice?
Viktor Tachev
Telerik team
 answered on 04 Nov 2016
2 answers
621 views

Has anyone else experienced any issues with using the dialog windows (RadAlert, RadConfirm and RadPrompt).  I have a project that I have been working on where I am using these dialog windows, and even though I have a RadWindowManager on the page in question I keep getting a "d is undefined" error when the following code gets called from Telerik.Web.UI.Window.RadWindowManager.js.

 

window.radalert=

function(e,c,a,b){var d=GetRadWindowManager();

 

 

return d.radalert(e,c,a,b);

 

};

Thanks,
Eric

Alfredo
Top achievements
Rank 1
 answered on 03 Nov 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?