Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
183 views
i use this demo to create an autocomplete radcombobox, what i want is to select first item on blur and get its text ;

 combobox contains country code :
e.i.: when a user enter 908123 , i want to select '908 country name ' on blur event
Princy
Top achievements
Rank 2
 answered on 08 Jul 2014
7 answers
201 views
Hi,

I have a requirement of dragging few nodes from parent and dropping them on a different parent. I had a look at Treelist / Items Drag and Drop but this is for two different lists. My requirement is for a single list where nodes can be dragged and dropped. I could achieve drag functionality but with drop functionality, I am failing. Please help!!


Mohith
Juliano
Top achievements
Rank 1
 answered on 08 Jul 2014
2 answers
69 views
Hi,

Here are below forums links that i have post,i request you to delete the files attached with that forum.


1)http://www.telerik.com/forums/radtextbox-copy-paste

2)http://www.telerik.com/forums/radasyncupload-shows-all-files-in-ie10-and-in-ie8-it-shows-allowed-extensions-only

3)http://www.telerik.com/forums/radtextbox-text-moves-hides-on-button-click
Mayur
Top achievements
Rank 1
 answered on 08 Jul 2014
2 answers
161 views
Hi,

Sadly the search on the forum appears to be broken so I can't filter it. Searching for Export shows 0 results.

So on with my question.  Is there a way to only export any rows where the checkbox is ticked (or in the intermediate state where one of it's children have been ticked)?  Obviously I could parse the data creating my own excel file but hey I want the easy solution :)

Regards

Jon
Jon
Top achievements
Rank 1
 answered on 08 Jul 2014
1 answer
138 views
In my scheduler i leave the rowheight set to default, thinking this will work best with a varity of browsers (both desktop and mobile).

However i have created a 'current time indicator line' by adding an image to the timeslot.
As MinutesPerRow is set to 30, i do :

-----------
        protected void Scheduler_OnTimeSlotCreated(object sender, TimeSlotCreatedEventArgs e)
        {
            if (Scheduler.SelectedView == SchedulerViewType.WeekView || Scheduler.SelectedView == SchedulerViewType.DayView)
            {
                if (e.TimeSlot.Start.Date == DateTime.Now.Date)
                {
                    e.TimeSlot.CssClass = "today";
                }
                if ((e.TimeSlot.End < DateTime.Now.AddMinutes(30)) && (e.TimeSlot.End > DateTime.Now))
                {
                    int currentMinute = (DateTime.Now.Minute >= 30) ? DateTime.Now.Minute - 30 : DateTime.Now.Minute;
                    e.TimeSlot.CssClass = "now" + currentMinute;
                }
            }
        }

-----------

In the aspx page i have cssclasses like :

-----------
        html .RadScheduler .now0 {
            background: #FFFBE6;
            background-image: url('/images/Scheduler/1.png');
            background-repeat: repeat-x;
        }
        html .RadScheduler .now1 {
            background: #FFFBE6;
            background-image: url('/images/Scheduler/2.png');
            background-repeat: repeat-x;
        }
        html .RadScheduler .now2 {
            background: #FFFBE6;
            background-image: url('/images/Scheduler/3.png');
            background-repeat: repeat-x;
        }
-----------

See attached file for 1 one of the images, in this case 14.png

It looks like this works fine, except for the fact that the row height is set to 25px and my images are 30px high.
So from minute 26-29 and 56-59 the correct image is shown, but my red-dotted-line on the image is shown OUTSIDE the timeslot (thus NOT shown).

What i would like to do now is GET the rowheight used by the scheduler and use that to calculate which image should be shown.

So : is there a way to GET the rowheight being used by the scheduler ?





Plamen
Telerik team
 answered on 08 Jul 2014
1 answer
324 views
I have a fixed position div on my page that sets at the top of the screen always.  When I click "toggle fullscreen" from the rad editor the editor sits behind this div and the toolbar can't see seen.  Surprising cuteeditor handled this fine.  Any help with this would be super

Thanks
-Pat
Ianko
Telerik team
 answered on 08 Jul 2014
2 answers
102 views
Dear Telerik,

Thanks for the very useful function of GroupInterval in RadPivotGrid, however, is it possible to customise a threshold to grouping interval?

For example, data: 1,2,3,4,5,6,7,8. GroupInterval="Numeric" and GroupIntervalNumericRange="1".

Currently it's forced to group all the way to the end: 1,2,3,4,5,6,7,8; but I would like to have a threshold of 4 to give 1,2,3,4+. How can I do that?

Great Thanks.
Angel Petrov
Telerik team
 answered on 08 Jul 2014
1 answer
177 views
I am having a problem with the scheduler on my ipad.
As seen in the attached image, the times in the left column do not align with the slots.
My settings are : 

            DayStartTime="07:00:00" DayEndTime="22:00:00"
            WorkDayStartTime="07:00:00" WorkDayEndTime="22:00:00"

But as you can see the times at the left side only go to 20:00.
Is there some mobile-setting or work around for this ?
Dimitar
Telerik team
 answered on 08 Jul 2014
6 answers
91 views
Hi... I use a pivotGrid and I need to use a datafield with format "HH:MM" in a AggregateField, is that possible?
Eyup
Telerik team
 answered on 08 Jul 2014
1 answer
90 views
Is it possible to set the Language of a RadMap?  I am using the OpenStreets Tiles, and see that each Country Name appears to be in its native language.  

What I would like to do is say turn the map to French or English and see all of the labels render correctly for that language... ?
Ianko
Telerik team
 answered on 08 Jul 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?