Telerik Forums
Kendo UI for jQuery Forum
1 answer
244 views
I have a column defined like below:
{ field: "tnum", title:"Trade", template:"<div cr-deal-sheet=\"#: tnum#\">#: tnum#</div>" },

The directive works fine when it is on the page, however it does not get compiled when it is used inside the grid.  The "#: tnum" DOES get substituted, however the directive attribute is just silently ignored.

Thanks in advance

Alexander Valchev
Telerik team
 answered on 22 Sep 2014
3 answers
464 views
Hello,
I have a Kendo treeview with ondemand loading.I have a grid displaying objectids on right side and when clicked on a row on grid i use treeview expandpath showing all it's parent nodes. Now i want to select the node with the id after expanding and scroll to the node automatically. Here is my jquery code on grid row click event
$("#Grid").on("click", " tbody > tr", function () {

var datagrd = $("#Grid").data("kendoGrid").dataItem($(this));
alert(datagrd.ObjectID);
var rootDir = "@Url.Content("~/")";
$.ajax({
url: rootDir + "Objekt/LoadParents",
data: {
strSelectedObjectID: datagrd.ObjectID
},
success: function (data) {
if (data.result == "Error") {
alert(data.message);
} else {
alert(data);
var arrA = data.split(',');

var treeView = $('#treeview').data('kendoTreeView');
treeView.expandPath(arrA);
                    
                    var nodeDataItem = treeView.dataSource.get(datagrd.ObjectID);

var selectednode = treeView.findByUid(nodeDataItem.uid);
treeView.select(selectednode);
treeView.trigger("select", { node: selectednode });

}
}
});

Everything works fine and node is expanded but it does not get selected i have to manually scroll to the expanded node

Thanks

Anamika

    });
Dimo
Telerik team
 answered on 22 Sep 2014
1 answer
232 views
Is it possible to set the step size of a field in dependency of a cell in the same row of that field, and maybe to a different value for every row? For example I have a value 100 in the first row and a cell which should only increment by 100, and in the second row a value 10 so the same cell in that row should increment by 10.
Dimo
Telerik team
 answered on 22 Sep 2014
7 answers
169 views
Hi, when the editor is shown on a ISO encoded web page, then it shows weird symbols when pressing Enter (shows "" ) within the editor.
You can reproduce this problem on the demo page http://demos.telerik.com/kendo-ui/editor/index , changing the codification (right click on the page->codification->ISO) and then trying to write a new line in the editor, pressing Enter.
My web browser is Internet Explorer 11.
Thanks.

Alex Gyoshev
Telerik team
 answered on 22 Sep 2014
1 answer
233 views
Is there a way to change the current timer marker to make it longer? 
I want to see the mark not only in the time column, also i want to see it across the widget
Vladimir Iliev
Telerik team
 answered on 22 Sep 2014
2 answers
138 views
Hi,

Is there a way to make ActionSheet behave the same on iPhone and iPad where it is the slide-up from the bottom of the screen? I tried setting 'platform' to 'ios7' but no luck.

Thank you,
Kelvin
Kelvin
Top achievements
Rank 1
 answered on 22 Sep 2014
1 answer
137 views
I'd like to use the ListView widget to render square thumbnails inline rather than the standard block items.  Is there an example anywhere on how to override the CSS to accomplish this?
Kiril Nikolov
Telerik team
 answered on 22 Sep 2014
2 answers
450 views
Hi Guys!

Im trying to identify if the Kendo Scheduler control could be used for a particular scenario i have in mind and for this i need it to display multiple weeks in vertical mode with week view setting. Would this be something that the control is able to do?

Cheers!
IT
Top achievements
Rank 1
 answered on 22 Sep 2014
2 answers
255 views
Hello,

We have a chart brought by an ajax call into our page. It works fine, but time to time it gives an error deep from its source code. 
The error is in this method;

renderElement: function(element) {
           var view = this,
               container = doc.createElement("div"),
               defsCurrent = doc.getElementById(view.defsId),
               defsElement,
               domElement;
 
           dataviz.renderSVG(container,
               "<?xml version='1.0' ?>" +
               "<svg xmlns='" + SVG_NS + "' version='1.1'>" +
               view.renderDefinitions() +
               element.render() +
               "</svg>"
           );
 
           defsElement = container.firstElementChild.firstChild;
           domElement = container.firstElementChild.lastChild;
 
           if (defsCurrent && defsCurrent.textContent !== defsElement.textContent) {
               defsCurrent.parentNode.replaceChild(defsElement, defsCurrent);
           }
 
           return domElement;
       },


where we get the element object as undefined, and this problem only occurs when we try to initialize the chart on ipad. I cannot seem to find the exact reason why we get this error, I am aware that I am supplying you with very little information, but I hope you can find a solution asap.

Thanks, and hope to hear back from you.
berkin
Top achievements
Rank 1
 answered on 22 Sep 2014
1 answer
120 views
The Kendo UI Grid widget is very good, however it is missing a few filter operations that we need (is blank/null, for example)
Is it possible to create additional filters? and if so, are there any tutorials or guides we can follow?

Thanks,
Anthony
Vladimir Iliev
Telerik team
 answered on 22 Sep 2014
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
Drag and Drop
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
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?