Telerik Forums
Kendo UI for jQuery Forum
2 answers
410 views

After upgrading kendo we are getting the following error when accessing kendo.common.css cross-domain.

Failed to load resource: the server responded with a status of 401 (Unauthorized)

http://dev-sfri/Content/kendo/fonts/glyphs/WebComponentsIcons.woff?gedxeo
http://dev-sfri/Content/kendo/fonts/glyphs/WebComponentsIcons.ttf?gedxeo 

 

At first after upgrading we had a CORS policy error which we fixed in the web.config by adding an origin header
<add name="Access-Control-Allow-Origin" value="*" />

But now I'm not sure how to authorize the font request. 

Any ideas?

Adam King
Top achievements
Rank 1
 answered on 27 Jul 2017
1 answer
191 views

I'm trying to filter the results of my query clientside using values selected from a Kendo MultiSelect menu. It filters properly when I select one option from the dropdown, but when I try to filter with two values for the same column, no results are returned.

It seems likely that this is because it is searching for rows where there are both selected values in the same column. Is there a way to change this so it is looking for one value or the other, instead of both?

I've attached a screenshot to demonstrate.
Boyan Dimitrov
Telerik team
 answered on 27 Jul 2017
1 answer
81 views

 We increased the numbers of rows to 1500 in sample on kendo ui grid filtering section.

Please refer below link it has 1500 rows and try to search by Product Name. it takes seconds to filter. Can you please check if we are missing anything.

http://plnkr.co/edit/hIAvVTUGL4N46IjiAY9a

Dimiter Topalov
Telerik team
 answered on 27 Jul 2017
15 answers
256 views
Hi,

See this sample : http://dojo.telerik.com/UrayA/4. As you can see in the scheduler at the bottom, the scheduler's all day area does not layout the all day events correctly a template is used.

Is this a known issue? Will you fix it? Is there a workaround I could use on my side?

Thanks
Veselin Tsvetanov
Telerik team
 answered on 27 Jul 2017
1 answer
350 views

Hi,

I'm trying to create a multi level Hierarchical Grid using Kendo UI jQuery. I have created a grid with one level of hierarchy which works fine. When I add another hierarchy level in the detailInit function the entire grid messes up. Could you please provide an example of a 3-tier hierarchy grid or advise how I would go about this?

Thanks,

Ben

Georgi
Telerik team
 answered on 27 Jul 2017
3 answers
9.8K+ views
I am using MVC4 and wanted to wire up the Kendo editor so that I could have a user administer information that is stored in the database and presented to users on the "external" page.  Very CMS like, but in a very limited scenario.

However, when I wired up the text area as a Kendo editor, make changes, save, and then pull up the editor again, it displays the HTML to the user.  I expected it would strip out the HTML and display it as normal text to the user.  

I expected it would be more like my wordpress sites (which I think use TinyMCE) where there would be a "visual" display and an "HTML" display.  I'd like the data to be stored as HTML when the user saves, but presented "visual" if the user returns to edit the information again. 

Would appreciate any help on getting this to work.  Thanks.


My code:


   <div class="editor-label top">
            @Html.LabelFor(model => model.Comments)
        </div>
        <div class="editor-field">
            @Html.TextAreaFor(model => model.Comments)
            @Html.ValidationMessageFor(model => model.Comments)
        </div>

    <script src="/kendo/js/kendo.all.min.js"></script>
    <script type="text/javascript">
        $(document).ready(function () {
            // create Editor from textarea HTML element with default set of tools
            $("#Comments").kendoEditor();
        });
    </script>
Jeshna
Top achievements
Rank 1
 answered on 27 Jul 2017
7 answers
194 views

I have a grid with a button in each row.

Exporting to PDF I would like to exclude these buttons.

Is this possible?

In the documentation for pdf.avoidLinks (http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-pdf.avoidLinks) it reads: "It's also possible to pass a CSS selector as argument. All matching links will be ignored.".

Does this css selector only match links (<a> elements)?

Morten
Top achievements
Rank 2
Iron
Iron
Iron
 answered on 27 Jul 2017
1 answer
189 views

How do I compare to columns and then change the background color of one column

 

something like

 

if(Ihours > kHours)

Ihours.backgroud.color = red;

 

bad code but just getting my point across

Thanks

Stefan
Telerik team
 answered on 27 Jul 2017
1 answer
835 views

I am having issue getting my data from an AngularJS Grid.

 <kendo-grid id="grid" options="mainGridOptions"></kendo-grid>

 

var gridModel = $("#grid").data("kendoGrid").dataSource.data();

this does not pull the data.

 

How do i get the data from the grid?

 

Thanks

Stefan
Telerik team
 answered on 27 Jul 2017
1 answer
166 views

I am using Kendo Chart with Angularjs and Tooltips are being clipped at the top.  I tried using the following:

                            <div kendo-chart
                                 k-series-defaults="{type: 'column', labels:{visible: true, background: 'transparent', field: 'modulePercentage', format:'p0', template: '#= value#%'}}"
                                 k-series="[{field: 'modulePercentage', colorField: 'BackGroundColor', name: 'SSQScore', type: 'pie'}]"
                                 k-plot-area="{margin:{top: 5, left: 25, right: 25, bottom: 5}}"
                                 k-category-axis="{field: 'Score', labels:{font: 'bold 8px sans-serif', rotation: '-45'},majorGridLines:{visible: true}, line:{visible: true}}"
                                 k-value-axis="{majorGridLines: {visible: true}, visible: true}"
                                 k-tooltip="{visible: true, template: ' #=dataItem.moduleCount # '}"
                                 k-data-source="filteredContractorStatus"
                                 k-series-click="onContractorClick"
                                 k-panes="[{clip: false}]">

                            </div>

 

But nothing changes.  

Any assistance is greatly appreciated.

 

Daniel
Telerik team
 answered on 27 Jul 2017
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
DatePicker
Spreadsheet
Upload
ListView (Mobile)
ComboBox
TabStrip
MultiSelect
AutoComplete
ListView
Menu
Templates
Gantt
Validation
TreeList
Diagram
NumericTextBox
Splitter
PanelBar
Application
Map
Drag and Drop
ToolTip
Calendar
PivotGrid
ScrollView (Mobile)
Toolbar
TabStrip (Mobile)
Slider
Button (Mobile)
Filter
SPA
Drawing API
Drawer (Mobile)
Globalization
LinearGauge
Sortable
ModalView
Hierarchical Data Source
Button
FileManager
MaskedTextBox
View
Form
NavBar
Notification
Switch (Mobile)
SplitView
ListBox
DropDownTree
PDFViewer
Sparkline
ActionSheet
TileLayout
PopOver (Mobile)
TreeMap
ButtonGroup
ColorPicker
Pager
Styling
Chat
MultiColumnComboBox
Dialog
DateRangePicker
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Accessibility
Effects
PivotGridV2
Licensing
ScrollView
Switch
TextArea
BulletChart
QRCode
ResponsivePanel
Wizard
CheckBoxGroup
Localization
Barcode
Breadcrumb
Collapsible
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
TimePicker
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
BottomNavigation
Ripple
SkeletonContainer
Avatar
Circular ProgressBar
FlatColorPicker
SplitButton
Signature
Chip
ChipList
VS Code Extension
AIPrompt
PropertyGrid
Sankey
Chart Wizard
OTP Input
SpeechToTextButton
InlineAIPrompt
StockChart
ContextMenu
DateTimePicker
RadialGauge
ArcGauge
AICodingAssistant
SmartPasteButton
PromptBox
SegmentedControl
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?