Telerik Forums
Kendo UI for jQuery Forum
8 answers
1.2K+ views
Hi,

I used method append to add new node to selected node:
treeview.append(
   {
       text: $("#text").val()
   },
   selectedNode
);

But how can I append node with ID?
somethings like:
treeview.append(
   {
       text: $("#text").val(),
       id: "some id"
   },
   selectedNode
);

thanks,
Thai.
Steve C
Top achievements
Rank 1
 answered on 06 Jan 2015
2 answers
1.0K+ views
How can I have both custom and excel and pdf toolbar together?  Thanks.

toolbar: kendo.template($('#toolbar-template').html()),

toolbar: ["excel", "pdf"],
Bertha
Top achievements
Rank 1
 answered on 06 Jan 2015
2 answers
384 views
Hi ,
       I have a  KENDO UI grid with a toolbar  buttons in this order with "EDIT" ,"EMAILS".  My requirement is user should be able to click on the grid ROW and select on of these buttons to Edit or EMAILS. I some how made the EDIT option working with a pop up with crud operation but I AM NOT ABLE TO MAKE THE EMAILS BUTTON WORK. How can i make the EMAILS button show up a pop up with a grid on the popup with details from the toolbar. ??
Please let me know if you need more info
Thanks in advance
Saif
Alexander Valchev
Telerik team
 answered on 06 Jan 2015
1 answer
2.3K+ views
Hi there,

I have a template as follows:

<script id="rowTemplate" type="text/x-kendo-tmpl">
        <tr data-uid="#: data.id #">
            <td>
                <img src="lib\\images\\catalog\\item#: data.itemid #.jpg" alt="#: data.item #" />
            </td>
            <td>
                <span>#: data.item #</span>
            </td>
            <td>
                $#: data.price #
            </td>
            <td>
                #: data.qty #
            </td>
            <td>
                #: data.date #
            </td>
            <td>
                #if( data.processed === "true"){#
                <img src="lib\\images\\orders\\check.png" alt="Processed" />
                #}#
                #else {#
                <img src="lib\\images\\orders\\inprogress.gif" alt="In Progress" />
                #}#
            </td>
            <td>
                #if( data.delivered === "true"){#
                <img src="lib\\images\\orders\\check.png" alt="Delivered" />
                #}#
                #else {#
                <img src="lib\\images\\orders\\inprogress.gif" alt="In Progress" />
                #}#
            </td>
        </tr>
    </script>


And I have the respective fields in my data. But I get an invalid template error on this template.
If I replace the last two "<td>"s with simpler form like
<td>
data.processed
</td>
<td>
data.delivered
</td>

It works perfectly. So please let me know where I am wrong.

Thank you in advance, Nisarg
Petyo
Telerik team
 answered on 06 Jan 2015
1 answer
157 views
Hi,  I have generated a kendo.custom.min.js using Kendo custom builder.  But after using this new file I am getting issue in using scheduler control only on chrome browser.  On Firefox and IE it works fine.  I am attaching the error I am getting in chrome console. Kindly let me know what is going wrong.

Thanks
Madhan
Georgi Krustev
Telerik team
 answered on 06 Jan 2015
8 answers
3.5K+ views
I have used the popup editing of grid  from the  "http://demos.kendoui.com/web/grid/editing-popup.html". Its working fine but i want to change the text of that Update button.So please can any body help me.I am new in this kendo user.
Vladimir Iliev
Telerik team
 answered on 06 Jan 2015
1 answer
183 views
We have  a grid with many groupable columns. But for various performance reasons, we need to limit how many columns can be grouped at any one time. If we for example have 10 groupable columns, the user should at any one time be able to group at most any two of those columns. 

My initial idea was to listen to a grid event that is fired after the user drops a group header into the grouping area. This same event need to be fired before the command is propagated to the datasource, giving me the possibility to prevent the grouping and alerting the user that the maximum number of groups is reached already. The UI also need to be reset, leaving the correct number of elements in the grouping area.

However, I cant seem to find such an event. Do you have any tips on how I could implement the above?
Rosen
Telerik team
 answered on 06 Jan 2015
7 answers
960 views
IE is showing a vertical scrollbar in grids with small amounts of rows without height being set. I edited the Grid Demo page "Initilization from table" as an example. The only thing I did in this example is remove the height definition of the grid and cut down the number of rows to 4. See:

http://dojo.telerik.com/EbIyI/2

It seems only to be happening on IE. Especially on older versions (<11) the scrollbar looks out of place and is quite annoying. 
Dimo
Telerik team
 answered on 05 Jan 2015
3 answers
178 views
Hi,

I have a use case where I need to show detailed values when I hover a column. Using the tooltip shared option works perfectly, however the seriesHover event is never triggered.

I think the expected behaviour would be to receive an array of items (all the items that were selected as a result of highlighting the column).

Thanks!
Iliana Dyankova
Telerik team
 answered on 05 Jan 2015
1 answer
248 views
Hi,

I'm experiencing a problem where the DropDownList is losing it's optionLabel when it's data source is updated to an empty array. What I'm missing?

Demo is available here: http://dojo.telerik.com/@Holger/umEmI

Thanks,
Holger
Georgi Krustev
Telerik team
 answered on 05 Jan 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
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?