Telerik Forums
Kendo UI for jQuery Forum
3 answers
124 views
Hi,

I have a listview using templates that replaces the <a href="#= Href #"> tag with the correct link eg: <a href="remoteview.html">. However when clicking on the link,
it navigates to the view but doesn't render content with kendo ui. Is this even possible? Or am i doing anything wrong?

Regards,
 
Petyo
Telerik team
 answered on 10 Mar 2015
5 answers
210 views
When using selectable: multiple:row and inline editing, some edits fail.
Edits to not fail when using selectable: true.

To reproduce, use this fiddle: http://jsfiddle.net/GVxkj/15/ 

Click the edit-button, change a value, click the update-button.
The value does not update.
When changing two values, only the first value will change.

Is this a bug or have I done something wrong in the code?
Vladimir Iliev
Telerik team
 answered on 10 Mar 2015
3 answers
252 views
Hi all,

I have defined a tabstrip using MVVM and bound an array as as source like this example shows: http://dojo.telerik.com/OxUna

But when the tabstrip was rendered, no tab is selected. So how to define the default selected tab using MVVM?

Is it there an data attribute like "data-select-tab"? 

Any suggestions?

Regards,
Ralf
Alexander Popov
Telerik team
 answered on 10 Mar 2015
1 answer
209 views
I am initializing data source separately using transport calls. so I have given a time zone value in Schema.timezone property of data source.
also I am assigning value to scheduler.timezone as well. Still the calendar is displayed as per client machine.
I am reading data from remote service, so my requirement is that, all my clients should see same calendar.
I have added timzones.min.js as well.
am I missing anything ?
Vladimir Iliev
Telerik team
 answered on 10 Mar 2015
3 answers
98 views
Hi,

I have the following grid / columns

Left-Operand     Left-Operator     Value      Right-Operator      Right-Operand
                                                        x                    >                            D
        C                       <=                  x                    <=                          D
        B                       <=                  x                     <                           C
        A                       <=                  x                     <                           B
                                                        x                     <                           A

The user needs to fill in the values for A, B, C and D. In such a way that D > C > B > A.

I am using a editable grid with only Left and Right Operands editable, the rest is read only.

How could I enforce such a validation while the user is editing the values?

Thanks 
  
Alexander Valchev
Telerik team
 answered on 10 Mar 2015
2 answers
215 views
Hi,
I have a Grid with a date column. The aim is to manipulate the date field as enabled or disabled. The problem is that the grid's width is set. The Date field when displayed in a grid in enabled mode can be selected and scrolled to the end of the field to see the complete date time. However, in disabled mode the date appears as truncated. 
I've tried to set k-select to display:none but still the wrapper truncates the data. For better visibility, I've changed the background-color to green which is causing the truncation.
Please see the JSFiddle here -> http://jsfiddle.net/devna_sahai/tzL8anj8/20/

Steps to duplicate the issue in JSFiddle provided above :-
1. Click on Edit button for a row
2. Select the same row again

Help Required: How can I get the whole text to be displayed when the date is disabled?



Thanks 
Devna

Devna
Top achievements
Rank 1
 answered on 09 Mar 2015
5 answers
159 views
Hello, 

If i explain technologies currently using in my recent project is jQuery-2.1.1, AngularJs 1.3.12 and Kendo UI v2014.3.1316. I have used grid, dropdownlist, datetimepicker from the kendo UI. but any of these components are not working in any forms except kendo grid.  following was my configurations. 

Please advice how to fix this...

//HTML
<input type="text" name="DTEndDate"
kendo-date-picker
k-format="'MMMM yyyy'"
k-options="monthSelectorOptions">

<!-- KENDO CSS-->

<link rel="stylesheet" href="assets/libs/kendo/2014.3.1316/styles/kendo.common.min.css"/>
<link rel="stylesheet" href="assets/libs/kendo/2014.3.1316/styles/kendo.default.min.css" />
<link rel="stylesheet" href="assets/libs/kendo/2014.3.1316/styles/kendo.dataviz.min.css"/>
<link rel="stylesheet" href="assets/libs/kendo/2014.3.1316/styles/kendo.dataviz.default.min.css"/>
<link rel="stylesheet" href="assets/libs/kendo/2014.3.1316/styles/kendo.metro.min.css"/>
<link rel="stylesheet" href="assets/libs/kendo/2014.3.1316/styles/kendo.dataviz.metro.min.css"/>
<link rel="stylesheet" href="assets/libs/kendo/2014.3.1316/styles/kendo.default.mobile.min.css" />

<!--//Kendo-->
<script src="assets/libs/kendo/2014.3.1316/js/kendo.all.min.js"></script>
<script src="assets/libs/kendo/2014.3.1316/js/kendo.aspnetmvc.min.js"></script>
<script src="assets/libs/kendo/2014.3.1316/js/kendo.timezones.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
















Petyo
Telerik team
 answered on 09 Mar 2015
4 answers
471 views
Hi,

I am concerned about TreeList performance with large datasets (hundreds of thousands of rows). Some other Kendo controls, like Grid, support virtualization and perform well with this many rows (http://demos.telerik.com/kendo-ui/grid/virtualization-local-data). TreeList currently does not support virtualization and slows down during scrolling/expanding/collapsing as the number of rows increases (some browsers are better than others).

I know that TreeList is a brand new control. Do you have plans to add virtualization or otherwise improve TreeList performance with large datasets in future releases?

Thanks.
Ricky Wu
Top achievements
Rank 1
 answered on 09 Mar 2015
1 answer
436 views
I am using the Editor and some of my users are pasting images rather than using the "Insert Image" option.  The Editor saves these images using the tag;

<img height="443" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEU.../>

This data is then saved to a database and I have provided the users with a Word template that connects to the database and inserts the text.  Unfortunately Word doesn't support images using the "data:image/png;base64" encoding so the images aren't displayed.

Other than instructing the users to use "Insert Image" rather than pasting them into the Editor (and ensuring they save the images to a location where all other users have access) is there any way to convert the image so it can be viewed in Word?

Thanks in advance...
Alex Gyoshev
Telerik team
 answered on 09 Mar 2015
1 answer
653 views
Hello,

We currently use the Telerik RadEditor to allow our users to view an HTML email and are using the "Preview" mode in the RadEditor so it renders correctly to the user.  We are in the process of converting the page to follow the responsive pattern and were hoping to use the Kendo Editor to replace the RadEditor, but we don't see an option to switch to a "Preview" mode like there was in the RadEditor.  Although they are not necessarily "modes" in the Kendo Editor, there is an option to display the HTML, or to edit the content in a WYSIWYG-type editor.  Is there a "Preview" mode in the Kendo Editor, similar to the RadEditor?

Thanks!
Dimo
Telerik team
 answered on 09 Mar 2015
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
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?