
div.RadComboBox_Metro .rcbInputCell INPUT.rcbInput
{
background-color: #9BCDFF;
}
Hello,
I'm using Telerik Controls for the first time and was trying to get the GanttChart to work.
I've followed the same table structure as referred in the Website for both Tasks and Dependencies. Also have created the Datasources for both and assigned them to bind the Gantt Chart. But even after I enter some data into the tables the Chart won't show anything in the Runtime. I've tried to Bind it programmatically as well but no use.
Please throw some light on how to do that or where am I going wrong.
Thanks,
Ani
Hello,
Radial Gauge always shows in left alignment in my div, i cant make it to center.
please help me
with thanks
Amjath
Hey I am new to KendoUI, I would like to know if I should buy a license for this software.
I need this library for building different types of graphs, for example
Multi axis graph with empty points and filled points.
Photo for example
http://i64.tinypic.com/4j85ep.png
Can I build such graph with KendoUI if so can you send me an example code of such graph?
Hello,
Is it possible to create custom template or at least to have the same look and feel as regular tasks (children).
See attached an image.
If I add a value of "äöü&" to the AddNewRecordText of the CommandItemSettings for example, the button text appears correctly but the tooltip is displayed wrong. It shows "äöü&". It doesn't help when I put the already encoded text into the AddNewRecordText.
Referring to this topic it seems to be an old problem:
http://www.telerik.com/forums/addnewrecordtext---ampersand-problem
I'm using the latest Telerik release (2016.1.225.45).
I am trying to utilize the RadMenu into our site so it looks like the attached image. I can't seem to get it to render correctly. I have tried setting EnableEmbeddedBaseStyleSheet = False and EnableEmbeddedSkins=False and the results were less than desirable.
Any suggestions
<telerik:RadMenu ID="RadMenu1" runat="server" Width="100%" EnableRoundedCorners="False" EnableShadows="False" EnableTextHTMLEncoding="True" style="z-index:2900;" EnableEmbeddedBaseStylesheet="true" BackColor="#706259" Font-Bold="true" Font-Names="Arial" > <Items> <telerik:RadMenuItem runat="server" NavigateUrl="/BoardReports/Default.aspx" Text="Board Reports"> <Items> <telerik:RadMenuItem runat="server" NavigateUrl="/BoardReports/Manage_BoardPackets.aspx" Text="Board Reporting Management" Visible="false"> </telerik:RadMenuItem> </Items> </telerik:RadMenuItem> <telerik:RadMenuItem runat="server" IsSeparator="True" Text="/" /> <telerik:RadMenuItem runat="server" NavigateUrl="~/cuDataAnalysis/default.aspx" Text="CU Data Bank" ForeColor="White" Font-Names="Arial"> <Items> <telerik:RadMenuItem runat="server" NavigateUrl="~/cuDataAnalysis/cuDSInd.aspx" Text="Individual CU Search"> </telerik:RadMenuItem> <telerik:RadMenuItem runat="server" Text="Custom CU Search" NavigateUrl="~/cuDataAnalysis/CUCustomSearch.aspx"> </telerik:RadMenuItem> </Items> </telerik:RadMenuItem> <telerik:RadMenuItem runat="server" IsSeparator="True" Text="/" />
Hello everyone,
I am a developing a Learning Management System solution incorperating online quizzes, assessments, assignment calendar, inbox messaging, attendance & grade recording.
The hardest task I am encourneting is getting my gridview to function & display as a traditional gradebook (somewhat like an excel spreadsheet). My SQL tables are setup as followed:
Students:
ID (Primary key)
Last Name (Varchar(50))
First Name (Varchar(50))
StudentID(int)
Email(string)
Username(String)
Password
Assignments:
ID(PrimaryKey)
AssignmentTitle(String)
GradingCategory(int) *Linked to grading categories table
ClassID(int)*Linked to Courses table's ID
DueDate(Date)
MaxPoints(int)
Description
Grades:
GradeID(PrimaryKey)
StudentID(int)*Linekd to "Students" table primary key
Class ID(int)*Linked to "Assignments" table primary key
Grade(string)
Feedback(varchar(max))
What i want to do is setup a grid that takes the information from the related tables and displays them as a traditional gradebook for editing and updating.
(i.e.)
Assignment 1 Exam 1
Student 1 55 B-
Student 2 87 A
Student 3 92 C+
I'd like the user to be able to click on a grade cell and edit the data and update changes. I'm assuming the gridview or List View would accomplish this but I need help setting up this layout. Any help or guidance for this project would be greatly appreciated :)
Thank you in advanced