Telerik Forums
Kendo UI for jQuery Forum
1 answer
88 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
280 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
361 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
10.0K+ 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
208 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
194 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
843 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
180 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
4 answers
142 views

Good morning,

As you can see in the picture attached, when showing 2 data series in a column stack chart, the Y axis doesn't show the whole range, it makes a kind of "zoom in" of one of the values (only with a huge difference). Is it possible to fix this?

Thanks a lot.

Francisco
Top achievements
Rank 1
 answered on 27 Jul 2017
2 answers
233 views

Sorry if this is not the correct place to post bugs, I have noticed others posting them here and did not see a specific place on the site. 

There is an issue with the Grid where the columns in the total row become out of sync on sort. If I could get a work around while keeping the configuration the same, that would be great.

Configuration for it to happen appears to be

  • Server sort enabled
  • Scrolling enabled
  • Resizing enabled
  • Supply a number for the width in every column

The scenario is

  1. Open the grid
  2. Resize a column
  3. Sort 

Impact

After sorting, the total column will become out of width. Resizing the column that was resized before sorting will snap the total columns back to the correct size.

An example is here:

http://dojo.telerik.com/eciCOY

Try resize the first column then sort by the first column, you will notice the total rows are larger than the actual rows.

Try resize the second column then sort by the first column, you will notice the total rows are smaller than the actual rows.

 

Daniel
Top achievements
Rank 1
 answered on 26 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
Drag and Drop
Application
Map
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
DropDownTree
ListBox
PDFViewer
Sparkline
ActionSheet
TileLayout
PopOver (Mobile)
TreeMap
ButtonGroup
Styling
ColorPicker
Pager
Chat
MultiColumnComboBox
Dialog
DateRangePicker
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Accessibility
Effects
Licensing
PivotGridV2
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
LLM Kit
+? 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?