Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
389 views
Hi,

i am populating dropdownlists in a grid and want to export in excel as it is with data. how can i do this.
please help

With Regards,

Faisal
Gangyada
Top achievements
Rank 1
 answered on 23 Dec 2014
1 answer
223 views
Hello,
         I used the Rad Scheduler For selection of Etc Date in calendar. Example - If "Phase Start Date" is 2014-11-28 and "Phase End Date" is 2014-12-04 in "Development" then in Calender should show the Selection (11/28) to (12/04). But In my application, show the selection 1 day less in calendar. Means selection show (11/28) to (12/03) in Calender, It is wrong. But My database is correct. Its get correct data  like Phase_Start_Date = 2014-11-28 12:00:00.000 and Phase_End_Date = 2014-12-04 12:00:00.000.
         So I don't know why its show the 1 less day selection in calendar. Attach the screen shot of Database and Application. Please see it.

I using Rad Scheduler coding like-

 <telerik:RadScheduler runat="server" ID="rscCalender" GroupBy="ProjectID" GroupingDirection="Vertical" 
            AppointmentStyleMode="Default" DataSourceID="EventsDataSource" DataKeyField="ProjectID" Width=" "  CssClass="rshcCalender"
            DataSubjectField="Stage" FirstDayOfWeek="Monday" LastDayOfWeek="Friday"  ShowFullTime="false" 
            DataStartField="Phase_Start_Date" DataEndField="Phase_End_Date" ShowAllDayRow="true" WeekView-ShowAllDayInsertArea="false" WeekView-ShowHoursColumn="false" WeekView-DayStartTime="9:00:00" WeekView-DayEndTime="9:00:00" 
            SelectedView="WeekView" thView-ReadOnly="true" DayView-ReadOnly="true" TimelineView-ReadOnly="true" TimelineView-UserSelectable="false"
            OnResourceHeaderCreated="rscCalender_ResourceHeaderCreated" AllowDelete="false" AllowEdit="false" AllowInsert="false" OverflowBehavior="Scroll">

            <WeekView ColumnHeaderDateFormat="ddd(M/d)"  HeaderDateFormat="MM/dd" />
      
            <AdvancedForm Modal="false"></AdvancedForm>
           
            <ResourceHeaderTemplate >
                <asp:Panel ID="ResourceImageWrapper" runat="server">               
                    <asp:LinkButton ID="lnkProjectName" runat="server" ></asp:LinkButton>
                </asp:Panel>
            </ResourceHeaderTemplate>
            <ResourceTypes>
                <telerik:ResourceType KeyField="ProjectIDs" Name="ProjectID" TextField="ProjectName" ForeignKeyField="ProjectIDs"
                 DataSourceID="ProjectSource"  ></telerik:ResourceType>
            </ResourceTypes>
          <DayView  UserSelectable="false"/>
    <MonthView  UserSelectable="false"/>
    <TimelineView  UserSelectable="false"/>
        </telerik:RadScheduler>

         <asp:ObjectDataSource ID="EventsDataSource" runat="server" SelectMethod="GetETCDates" TypeName="ProjectTrakObjects.DO_GetData">
               <SelectParameters>
                <asp:Parameter Name="ProjectID"   Type="Int32" DefaultValue="0" />
            </SelectParameters>
                </asp:ObjectDataSource>
           <asp:ObjectDataSource ID="ProjectSource" runat="server" SelectMethod="GetCalanderProjects" TypeName="ProjectTrakObjects.DO_GetData">
               <SelectParameters>
                <asp:Parameter Name="ProjectID"   Type="Int32" DefaultValue="0" />
            </SelectParameters>
                </asp:ObjectDataSource>
Boyan Dimitrov
Telerik team
 answered on 23 Dec 2014
8 answers
147 views
I'm using the file explorer with the demonstration CustomFileSystem provider. I have only one root folder and this always displays correctly.

When clicking on a sub folder, file explorer will quite often display its busy overlay and fail to update to display the new folder and the busy overlay remains.  The only way to resolve this is to reset the service / close the browser start a new session.

I'm using IE11 but can see the same behaviour in Chrome.

As far as I can tell the CustomFileSystem provider is returning lists of folders and files when the click happens.

Any ideas what may be causing this or what else I can check?

TIA

Nic


Nic
Top achievements
Rank 1
 answered on 23 Dec 2014
1 answer
153 views
Hello Telerik Community,

The project that I am working on has following requirement and I need a suggestion on the best way to utilize Telerik controls like RecurrenceEditor or any other Telerik classes to achieve this functionality.
 

There are recurring batch of tasks (appointments) called turnarounds. The end user treats them as a single group of tasks at the time of creation. Each task happens in one 12 hours shift. The creation process should create individual tasks within a turnaround with proper recurrence rule.

I can easily calculate start and end date of individual tasks but I need advice on keeping recurrence incremented for a given duration.

Is there any option in  RecurrenceEditor or any other Telerik control which give me a recurrence rule as if it was shifted by a given duration. e.g. for a weekly recurring task, I add a day and it give me a recurring  rule happening for Tuesday?

Thanks,

Kapil
Bozhidar
Telerik team
 answered on 23 Dec 2014
1 answer
165 views
Hi All brothers,
                      I'm new user for Telerik tool . May I know how can I set the pencil tool with specific color & line size during  asp page start? I found that the thread below to set the pencil tool as default tool  during page start , but how about the default pencil color size & line size?

http://www.telerik.com/forums/imageeditor-starting-the-editor-with-only-pencil-command-active

For you guys information , I'm using latest telerik version :2014.2.724.35



thanks
regards
William
Niko
Telerik team
 answered on 23 Dec 2014
2 answers
104 views
Hello,

I want to create a new appointment in the calendar does not display the inline editor and advanced form opens directly and do not know how to do it.

I need help.

Thank you.

Encarna
Top achievements
Rank 1
 answered on 23 Dec 2014
1 answer
128 views
I visit this page to test spreadsheet export:

http://demos.telerik.com/aspnet-ajax/grid/examples/functionality/exporting/excel-export/defaultcs.aspx

The code shows the ability to directly export XLSX files. When I try to use the same code in 2014.3.1209.35, the Xlsx export type does not exist. How can your demo be doing this but not my project using the latest UI for AJAX release?
Kostadin
Telerik team
 answered on 23 Dec 2014
1 answer
144 views
I want to display my OrgChart like that image
http://whidsoft.com/OrgChartGallery/OrgChartCustomization.aspx?style=0
who can help me! thanks!
Peter Filipov
Telerik team
 answered on 23 Dec 2014
2 answers
164 views
Hi!
We have updated our code with the latest Telerik version (Q3 2014 SP1) and after this we got problems with the DropDrownTree.
Our application relies on a postback when users selects a checkbox inside the DropDownTree (singlestate). This postback doesn't occur anymore for some reason. No errors are shown in Chromes Developer Tools.
It seems like there is a problem with the latest version..?

//Daniel

Daniel
Top achievements
Rank 1
 answered on 23 Dec 2014
7 answers
144 views
Please test http://demos.telerik.com/aspnet-ajax/progressarea/examples/asyncuploadintegration/defaultvb.aspx?product=asyncupload in IE9;

and you would notice that it is not showing the progress correctly.


I am having problems with IE9 with asyncupload with the progress but not in other versions / browsers
Genady Sergeev
Telerik team
 answered on 23 Dec 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?