Telerik Forums
Kendo UI for jQuery Forum
1 answer
120 views
Hi Everyone,

There is no unique properties for controls inside filter window in Server hierarchy Grid.
can you provide unique properties? Please see attached image.

Regards,
Rajendar
Atanas Georgiev
Telerik team
 answered on 17 Nov 2014
1 answer
90 views
Is it possible for the Page Turn effect for actual web pages rather than just images?
Petyo
Telerik team
 answered on 17 Nov 2014
3 answers
262 views
Hi there,

I need to simulate a A4 report page, in which the text could be editable with the Kendo UI Editor (inline-mode). I've already seen the inline editor demo, it looks great, but the only issue is that I need for example 3 columns within the report page, just like the multi-column text editing in office word. in addition, I will have a word count for all these three columns together. Is this doable at all with the editor?

Regards

Zhonghai
Petur Subev
Telerik team
 answered on 17 Nov 2014
3 answers
1.5K+ views
Hi there,

I have a requirement where a large dataset is processed at backend in batches. As soon as first batch is processed, I get a notification on client end and I request the data to be binded to grid. All works good here, total records are shown correctly.

The problem starts when I get second notification. My requirement is to update only the total number of items shown in bottom of grid and accordingly update the pages shown in pager of kendo grid. If I make a second transport call, it updates the total number correctly but also refreshes the data on grid, so grid keeps on refreshing itself.

Is there anything I can do to directly update the pager of kendo grid ?
Kiril Nikolov
Telerik team
 answered on 17 Nov 2014
1 answer
358 views
Hi i want to ask you how i can remove 3d effect from charts, and how i can to change the lines to be dot, not a solid.
Thank you,
Tanq
Iliana Dyankova
Telerik team
 answered on 17 Nov 2014
5 answers
197 views
Autocomplete fails with the following error with angularjs 1.3.

Error: [ng:areq] http://errors.angularjs.org/1.3.0-rc.5/ng/areq?p0=MyCtrl&p1=not%20a%20function%2C%20got%20undefined
    at Error (native)
    at https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-rc.5/angular.min.js:6:421
    at Lb (https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-rc.5/angular.min.js:19:510)
    at mb (https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-rc.5/angular.min.js:20:78)
    at https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-rc.5/angular.min.js:73:469
    at https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-rc.5/angular.min.js:55:363
    at q (https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-rc.5/angular.min.js:7:408)
    at D (https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-rc.5/angular.min.js:55:231)
    at h (https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-rc.5/angular.min.js:50:130)
    at h (https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-rc.5/angular.min.js:50:147) angular.js:11086

which means that somehow the controller is not being created properly. See the attached file for repro, This file is a slightly modified version of the autocomplete angular sample, the only difference is that it loads angular 1.3.

Kiril Nikolov
Telerik team
 answered on 17 Nov 2014
3 answers
78 views
Hello,

I'm using the Kendo UI Grid and i cannot find any documentation about how to customize the response message when updating a row. This is what i found: http://docs.telerik.com/kendo-ui/framework/datasource/crud

But it says: 


The update service expects the edited data item(s) and should return the same item(s) as a confirmation of the successful save operation. An empty response is also treated as a valid success response.



Can i change this behaviour?
Alexander Popov
Telerik team
 answered on 14 Nov 2014
1 answer
221 views
Everytime I type something in the filter textbox the server request that Its trigger for the autocomplete defaults to the operator "startswith". How can I make the autocomplete filter operator to be the selected filter operator by the user.
Alexander Popov
Telerik team
 answered on 14 Nov 2014
2 answers
659 views
I want my grid column menu filters to have default operands based on the column type: for dates gte and lte, for texts contains etc. I have tried to do this by following the example in http://demos.telerik.com/kendo-ui/grid/filter-menu-customization, however it seems the operands tend to switch to default operand eq - first one in the dropdown list - if a value to filter by is not picked and applied.

var columnMenu = function(e) {
        var $filterMenu = e.container.find(".k-filter-menu");
        var $firstValueDropDown = $filterMenu.find("select:eq(0)");
        var firstValueDropDown = $firstValueDropDown.data("kendoDropDownList");
        if (!firstValueDropDown.dataSource.view().length) {
            $firstValueDropDown.closest(".k-widget").hide();
        }
        if (($filterMenu.find(".k-datepicker").length) || ($filterMenu.find(".k-datetimepicker").length)) {
            firstValueDropDown.value("gte");
            firstValueDropDown.trigger("change");
 
            var logicDropDown = $filterMenu.find("select:eq(1)").data("kendoDropDownList");
            logicDropDown.value("and");
            logicDropDown.trigger("change");
 
            var secondValueDropDown = $filterMenu.find("select:eq(2)").data("kendoDropDownList");
            secondValueDropDown.value("lte");
            secondValueDropDown.trigger("change");
        }
     };

Alexander Popov
Telerik team
 answered on 14 Nov 2014
1 answer
174 views
Hi Telerik

A little issue: If I make a headerTemplate, my html is shown in the header as raw html. You can see it in your own example for headerTemplate under your documentation. There are a little typo that should be corrected before the JavaScript works - change 'kendotreelist' to kendoTreeList' - here is the link: http://dojo.telerik.com/eVOP

Another thought - I am missing the event 'expand' as you have in treeView.

Besiddes: This new treeListControl are GREAT!

Regards from Kenneth
Alex Gyoshev
Telerik team
 answered on 14 Nov 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
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?