Telerik Forums
Kendo UI for jQuery Forum
15 answers
252 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
341 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.7K+ 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
192 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
186 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
833 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
162 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
128 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
218 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
3 answers
1.5K+ views

When adding a new command in a grid column, the generated button-styled link includes an href="#" attribute. This is problematic when using any kind of client-side routing framework (angular routing for example). Is there any way to disable this behavior, apart from completely overriding the button template ?

 

Thank you in advance.

Alex Hajigeorgieva
Telerik team
 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
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
ScrollView
Switch
TextArea
BulletChart
Licensing
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
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
ContextMenu
TimePicker
BottomNavigation
Ripple
SkeletonContainer
Avatar
Circular ProgressBar
FlatColorPicker
SplitButton
Signature
Chip
ChipList
VS Code Extension
AIPrompt
PropertyGrid
Sankey
Chart Wizard
OTP Input
SpeechToTextButton
InlineAIPrompt
StockChart
DateTimePicker
RadialGauge
ArcGauge
AICodingAssistant
SegmentedControl
+? 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?