182: <TD class=rade_contentCell id=RadEditor1Center style="HEIGHT: 100%" vAlign=top><TEXTAREA id=RadEditor1 style="DISPLAY: none" name=RadEditor1></TEXTAREA><IFRAME style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 100%; PADDING-TOP: 0px; HEIGHT: 100%" frameBorder=0></IFRAME></TD></TR>
| <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RadEditorInputIframePrometheus.aspx.cs" Inherits="WebApplication.RadEditorInputIframePrometheus" %> | |
| <%@ Register assembly="Telerik.Web.UI, Version=2007.3.1314.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" namespace="Telerik.Web.UI" tagprefix="telerik" %> | |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" > | |
| <head runat="server"> | |
| <title>RadEditor Prometheus INPUT and IFRAME 508 Compliance Issues</title> | |
| </head> | |
| <body> | |
| <form id="form1" runat="server"> | |
| <asp:ScriptManager ID="ScriptManager1" runat="server"> | |
| </asp:ScriptManager> | |
| <h1>RadEditor Prometheus INPUT and IFRAME 508 Compliance Issues</h1> | |
| <telerik:RadEditor ID="RadEditor1" Runat="server"> | |
| </telerik:RadEditor> | |
| </form> | |
| </body> | |
| </html> | |
| DataTable CourseTable = new DataTable("CourseTable"); |
| CourseTable.Columns.Add(new DataColumn("Course", Type.GetType("System.String"))); |
| CourseTable.Columns.Add(new DataColumn("Section", Type.GetType("System.String"))); |
| CourseTable.Columns.Add(new DataColumn("Title", Type.GetType("System.String"))); |
| CourseTable.Columns.Add(new DataColumn("Session", Type.GetType("System.String"))); |
| CourseTable.Columns.Add(new DataColumn("Professor(s)", Type.GetType("System.String"))); |
| CourseTable.Columns.Add(new DataColumn("Units", Type.GetType("System.Int32"))); |
| CourseTable.Columns.Add(new DataColumn("Schedule", Type.GetType("System.String"))); |
| CourseTable.Columns.Add(new DataColumn("Cohort", Type.GetType("System.String"))); |
| CourseTable.Columns.Add(new DataColumn("Description", Type.GetType("System.String"))); |
| <telerik:RadGrid ID="GridCore" runat="server" Skin="WebBlue" AutoGenerateColumns="false"> |
| <MasterTableView> |
| <NestedViewTemplate> |
| <!-- Need to Add the Description column in here" --> |
| </NestedViewTemplate> |
| <Columns> |
| <telerik:GridBoundColumn HeaderText = "Course" DataField = "Course"/> |
| <telerik:GridBoundColumn HeaderText = "Section" DataField = "Section"/> |
| <telerik:GridBoundColumn HeaderText = "Title" DataField = "Title"/> |
| <telerik:GridBoundColumn HeaderText = "Professor(s)" DataField = "Professor(s)"/> |
| <telerik:GridBoundColumn HeaderText = "Units" DataField = "Units"/> |
| <telerik:GridBoundColumn HeaderText = "Schedule" DataField = "Schedule"/> |
| <telerik:GridBoundColumn HeaderText = "Cohort" DataField = "Cohort"/> |
| </Columns> |
| </MasterTableView> |
| </telerik:RadGrid> |
Hi,
i displayed rows in the RadGrid and i am performing Edit and update to the particular row.
i am tracking the details of the users whoever updating the rows. i have a table tracking_users and i want to store the details into this tracking table.
Basically what i need is that whenever update button is press some information to be stored into another table.
Thanks.
Regards
Arshad
Hello,
We are using DNN 4.8.2 Portal with some subportals. Some of our modules are using Telerik controls to upload files. On the main portal all works fine, but on the subportals we have a problem with Telerik RadProgressManager / RadProgressArea controls.
<?xml version="1.0" encoding="utf-8" ?>
<RewriterConfig>
<Rules>
<RewriterRule>
<LookFor>.*Telerik.RadUploadProgressHandler.ashx(.*)</LookFor>
<SendTo>~/Telerik.RadUploadProgressHandler.ashx$1</SendTo>
</RewriterRule>
<RewriterRule>
...
</RewriterConfig>