Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
188 views
Hi!

I'm very interested in your Diagram solution and I work at a SharePoint integrated Solution at the moment. I'm wondering if there is a possibilty to import Data from Visio or other datasources already?

Thank you for your help!
Pascal
Vessy
Telerik team
 answered on 08 Jul 2014
13 answers
584 views
I wish to export the content in a RadGrid to excel/pdf format by setting the header and footer for each and every page. Is there any ways to accomplish that.

- I know that there is a pageTitle property for pdf export, but Is there a way to include formatted headers than title for the grid data.
   (ie:- I would include date/time, pagenumber, company/author name, copyrights message.

Thanks,
Vijayaraj
Daniel
Telerik team
 answered on 08 Jul 2014
1 answer
154 views
I have a local intranet web application for which users need to log in.  The app features a radGrid for which the user can change multiple settings.  I would like for the user to be able to customize the grid so that the next time they log in, it would remember:

Columns visible / invisible
Columns widths
Column order
Sort orders
Filters applied

I found this article but it's only for a session, not subsequent sessions.  At the bottom of the article there is a dead link for what I want to do....



Kostadin
Telerik team
 answered on 08 Jul 2014
1 answer
174 views
Hai All,

i have one raddatepicker for this i set max date some thing 7/7/2014 here for me everything is working fine but when i am selecting 7/7/2014 it is showing in error how to fix
Shinu
Top achievements
Rank 2
 answered on 08 Jul 2014
1 answer
195 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
210 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
71 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
174 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
156 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
334 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
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?