Telerik Forums
Kendo UI for jQuery Forum
3 answers
243 views
Hello,
I'm new to all of this. i'm using mvc razor and i would like to know if it is possible to do this:
i would like a listview that displays the list of some employees in my DB. 
All the item in the list have a delete icon so they can be deleted.
Also, when i click on the listbox, a textbox appears at the end of the list. it is autocomplete and lists all employees in DB that have the letter(s) typed.
So then i can add the employee selected in my listview....

Is it possible? can i have some guidelines on how to do this?
thank you
shirya 
Shirya
Top achievements
Rank 1
 answered on 11 Mar 2015
1 answer
295 views
Hi, I have a problem with grid that have navigatable property set to true and custom dropdown editor. When I click on the dropdown it disappears instead of displaing dataSource items.

http://dojo.telerik.com/@b4rteqq/aHIDI/2

To reproduce the bug You have to:
1. Click once at one of the cells on the Category column (the dropdown control appears)
2. Click on 'k-i-arrow-s' parent (but not directly on k-i-arrow-s' - check screen attached to the post). The dropdown dissapears and cell is not in edit mode anymore instead of displaing list of available categories. 

Can You provide me some fix for that behaviour?
Alexander Popov
Telerik team
 answered on 11 Mar 2015
2 answers
639 views
I have been looking through the examples, but am failing to see how to save the changes back to the server via a custom dropdownlist in my grid.

I am able to get the dropdownlist in the grid and select it from edit mode. Now based on my select I would like to save the changes based on the row record selected.

Is there an example using a template or a full example of this somewhere. Everything I have seen so far has been partial examples.

Here is my editor function which works fine with my grid, just need to know how to make an ajax call or where to make the call to save the change.

    function internalStatusDropDownEditor(container, options) {
        $('<input required data-text-field="InternalStatus" data-value-field="InternalStatus" data-bind="value:' + options.field + '"/>')
            .appendTo(container)
            .kendoDropDownList({
                autoBind: false,
                dataSource: {
                    data: [{ InternalStatus: "Open" }, { InternalStatus: "Closed" }, { InternalStatus: "Pending Input" }]
                }
            });
    }

Thanks all.

Joe
Top achievements
Rank 2
 answered on 11 Mar 2015
1 answer
184 views
Regarding the Treemap Chart:  Do you have an example of how to get the data item that is clicked on?  We're using ASP.NET MVC Razor.
Daniel
Telerik team
 answered on 11 Mar 2015
1 answer
335 views
 I have a list (db table) of contacts. Let's say there are 5000 contacts in the table.  200 flagged active and the reminder flagged inactive.   I'm using a combo box to select/change the contact on a screen that edits an activity.  This all works great.  Since I don't want have all 5000 contacts transferred to the dom I'm filtering the for only active contacts.  This also works great.   The problem comes when the edit screen loads and contact has been marked as inactive.  In this case I get the value instead of the name.  Has anyone solved for this case?
Georgi Krustev
Telerik team
 answered on 11 Mar 2015
2 answers
173 views
Hi,

I want to export the data of the grid to excel.

my data is displayed from right to left,
how can I export it rtl?

Thanks!
Ro
Top achievements
Rank 1
 answered on 11 Mar 2015
3 answers
80 views
I have stockChart in my app.
I stacked the series in the navigation.

when the chart type is 'column' it's work nice, but when the type is 'line' it show the series separated.


how can I fix this?

     code: stack: true

pictures attached.
T. Tsonev
Telerik team
 answered on 11 Mar 2015
11 answers
149 views
how can this happen
Dimiter Madjarov
Telerik team
 answered on 11 Mar 2015
1 answer
183 views
Hi Dimo and Telerik Staff



We are testing file uploading under remote server (deployed web application),

sometimes I experienced more than 100% progress upload, but I cannot replicate after that.

then on the other day, I experienced again 102% progress bar while uploading a file.



I'm using IE-9 and IE-11.



Can you please provide a solution for this?



Thank you in advance for your support.
Dimiter Madjarov
Telerik team
 answered on 11 Mar 2015
2 answers
491 views
Hello. I'm trying to use "No records found" example (from here) but popup with no-data-found-msg is closing each second time.
Where is the problem in my code?

$scope.AutoCompleteOptions = {
        dataTextField: "No",
        filter: "contains",
        minLength: 1,
        ignoreCase: true,
        highlightFirst: true,
        headerTemplate: '<span id="no-data-found-msg"><b>Бюллетень не найден</b></span>',
        dataBound: function () {
            var noItems = this.list.find("#no-data-found-msg");
            debugger;
            if (!this.dataSource.view()[0]) {
                noItems.show();
                this.popup.open();
            } else {
                noItems.hide();
            }
        },
        dataSource: {
            type: "odata",
            serverFiltering: true,
            transport: {
                read: {
                    url: getBulletinsUrl,
                    dataType: "json",
                    method: "GET"
                },
                parameterMap: function (data, type) {
                    return {
                        filter: $scope.editingGroup.BulletinNo
                    };
                }
            },
            schema: {
                data: function (data) {
                    return data;
                },
                total: function (data) {
                    return data['odata.count'];
                },
                model: {
                    id: "ID",
                    fields: {
                        ID: {
                            editable: false,
                            nullable: true
                        },
                        No: {
                            type: "string"
                        }
                    }
                }
            }
        },
        select: function(e) {
            var dataItem = this.dataItem(e.item.index());
            $scope.editingGroup.BulletinId = dataItem.ID;
        },
        change: function () {
            var found = false;
            var value = this.value();
            var data = this.dataSource.view();
 
            for (var idx = 0, length = data.length; idx < length; idx++) {
                if (data[idx] === value) {
                    found = true;
                    break;
                }
            }
 
            if (!found) {
                this.value("");
            }
        }
    };
Prokhor
Top achievements
Rank 1
 answered on 11 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?