Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
312 views

Hi Team,

I want to implement add,edit,delete operations using radgrid bind to client datasource locally and commit changes ​to the remote server with the sync() command, meaning all crud operations will be done on the client-side and save changes to the remote server.

Any help will be much appreciated.

Thank you.

 

Marin
Telerik team
 answered on 19 Oct 2015
3 answers
93 views

Hello,

 

This happends in IE, working ok in Chrome.

Any workarround? 

Regards,

 

Alexis.

Vessy
Telerik team
 answered on 19 Oct 2015
1 answer
125 views

Dear,

 I have radmediaplayer working fine in my ASP.Net application. I want to share running video URL through code behind. Please help me, i am stuck in that and its quite important.

Regards,

Nouman Rafique

Eyup
Telerik team
 answered on 19 Oct 2015
9 answers
584 views
Using the RadUpload control, I'm seeing problems uploading on Windows Server 2008/IIS7 -- specifically an "Access to the path... is Denied".

We've set the IUSR account to have "full control" on the upload directory.

The entire error message I'm seeing is:

Error saving 446_8089_150632.gif
System.UnauthorizedAccessException: Access to the path 'D:\inetpub\wwwroot\rmcpapp\uploads\446_8089_150632.gif' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite) at Telerik.Web.UI.Upload.RadUploadFile.SaveAs(String fileName, Boolean overwrite) at RMCPWebApp.Upload.Page_Load(Object sender, EventArgs e)


Any thoughts?
sotero
Top achievements
Rank 1
 answered on 18 Oct 2015
2 answers
343 views

I would like to do one of the following:

1) Set ShowInterval value something like 5000 on RadButton (BtnSubmit here) from Client Side?
2) Assuming I made RadNotification2 as invisible and possible to make it visible from below  or other Client Side Function?

Thanks

gc_0620

______________

 

function CallClientShow() {
                        //    document.getElementById("divshowprocess").style.display = 'inline';
                        var notification = $find("<%=RadNotification2.ClientID %>");
 
                        notification.show();
                    }
                     
                     
                     
                     <telerik:RadButton runat="server" Skin="Silk" ID="Submit" OnClientClicked="CallClientShow" Text="Submit" OnClick="Submit_Click">
                                    </telerik:RadButton>
                                     
                                    <telerik:RadNotification ID="RadNotification2" ShowCloseButton="false" ShowSound="info" runat="server" VisibleOnPageLoad="false"
                                    Position="BottomCenter" Skin="MetroTouch"
                                                 Width="579px" Height="100px" Animation="Slide" EnableRoundedCorners="true" EnableShadow="true"
                                                 Text="Please wait while your request is being processed!!!" KeepOnMouseOver="false" 
                                                 Title="Processing..." ShowTitleMenu="true" OffsetX="-20" OffsetY="-20" AutoCloseDelay="0">
                        </telerik:RadNotification>

 

protected void Submit_Click(object sender, EventArgs e)
        {
           // RadNotification2.Visible = true;
            RadNotification2.Show();
      }

gc_0620
Top achievements
Rank 1
 answered on 17 Oct 2015
2 answers
136 views

In my web app I have a radgrid binded to a EF dbcontext collection.

 Issue is that gridboundcolumn don't check for datatype on  applying filters and entity query is wrong, for example, If user enters 'some text' on a date filter query is raised as:

 "AND (it.lastEditDate = DATETIME'some text')"

and web app crash with "The query syntax is not valid. Near term 'some text', line 6, column 28." The same problem with numeric fields.

What is the right solution for this issue? Thanks!

 Code looks like this:

<telerik:RadGrid ID="RadGrid1" 
    runat="server" 
    CellSpacing="0" 
    DataSourceID="edsMainGrid"
....
<telerik:GridBoundColumn FilterControlWidth="50px" ItemStyle-Wrap="false"  DataField="lastEditDate"
   FilterControlAltText="Filtrar per lastEditDate" HeaderText="lastEditDate" SortExpression="lastEditDate" UniqueName="lastEditDate" ReadOnly="True" DataFormatString="{0:dd/MM/yyyy}">
   <ItemStyle Width="50px" />
</telerik:GridBoundColumn>
...


<ef:EntityDataSource ID="edsMainGrid" runat="server" 
   OnContextCreating="edsMainGrid_ContextCreating"
   EntitySetName="myCollection"
   OnSelecting="edsMainGrid_Selecting" >
</ef:EntityDataSource>

 

Daniel
Top achievements
Rank 1
 answered on 17 Oct 2015
10 answers
578 views
Is there a way to only export the selected rows of a RadGrid?  What I need to do is provide a view of only selected rows -- so I plan to use export to PDF (in a new window) where the user can print the grid contents. 

thanks!
Debbie
Matej
Top achievements
Rank 1
 answered on 16 Oct 2015
2 answers
237 views

Hi,

I cannot drag-n-drop any Telerik control to ​the design or source view of an aspx.

Typing the codes is OK.

I have Telerik ASP AJAX tool (Q1/2014) and VS 2013.

Please give some ideas/directions to fix this issue.

Thank you,

Ed

 

ETS
Top achievements
Rank 1
 answered on 16 Oct 2015
3 answers
77 views

Hi all,

We have an application that opens a modal dialog in IE to open aspx page that uses telerik controls. When using a single session, everything works fine. But using multiple of IE causes the error as in the screen-shot attached. Seems the script resources are not found for the other window but I'm not sure about that.

Any pointers would be appreciated. ​

Marin Bratanov
Telerik team
 answered on 16 Oct 2015
22 answers
617 views
hi support group telerik !
I have a proplem when I want to  hide some fields in Advance Edit (or Insert) Form of  Appointment in Control RadScheduler And I can't do it ! So you can help me to do it !

Example , I have declare  a Scheduler1 :
<telerik:RadScheduler runat="server" ID="RadScheduler1"
                    Skin="Office2007"
                    SelectedDate="2007-12-20" DayStartTime="01:00:00" 
                    OverflowBehavior="Scroll" SelectedView="WeekView" CustomAttributeNames="Value,IDColor"
                    EnableCustomAttributeEditing="true" StartEditingInAdvancedForm ="true"                   
                    DataKeyField="ID" DataSubjectField="Subject" DataStartField="Start" DataEndField="End"
                    DataRecurrenceField="RecurrenceRule" DataRecurrenceParentKeyField="RecurrenceParentID"
                    OnAppointmentUpdate="RadScheduler1_AppointmentUpdate" OnAppointmentDelete="RadScheduler1_AppointmentDelete"
                    OnAppointmentInsert="RadScheduler1_AppointmentInsert" OnNavigationComplete="RadScheduler1_NavigationComplete"
                    Height="530px" Width="546px" AllowDelete="true" AllowEdit="true" AllowInsert="true"
                    OnAppointmentClick="RadScheduler1_AppointmentClick" OnAppointmentDataBound="RadScheduler1_AppointmentDataBound"
                    FirstDayOfWeek="Sunday" LastDayOfWeek="Saturday" OnFormCreated="RadScheduler1_FormCreated"   > 
                    <AppointmentTemplate>
                        <a href="#" onclick="return openPopup('/TV/Managerment/pgQuanLyTV.aspx?ID=<%#Eval("ID")%>');">
                           <asp:Image ID="imageWorkItem" ImageUrl="../Images/5.gif" runat="server"  Visible ='<%#(Eval("Value").ToString() == "1")%>' />
                        </a>
                        <%#Eval("Subject")%>                                               
                     </AppointmentTemplate>     
</telerik:RadScheduler>

AND now I want to hide fields Valueand IDColor in Advance Edit (and Insert Form ) . How do I do ? Can You show me !

Thank for help !
Josh
Top achievements
Rank 1
 answered on 16 Oct 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?