Telerik Forums
Kendo UI for jQuery Forum
3 answers
313 views
Hello,

When draggable element is inside Window widget, then it drags before the window for first 3 times only. Starting from 4th drag-and-drop operation, it drags behind the Window widget. Have a look at the sample code:

<body>
    <div id="windowTest" >
        <div id="divToDrag" style="width:50px;height:50px;background:yellow;" ></div>
    </div>
 
    <script>
        $(document).ready(function () {          
            $("#windowTest").kendoWindow({
                width: "200px",
                height: "100px"
            });
 
            $("#divToDrag").kendoDraggable({
                hint: function (element) {
                    return element.clone();
                }
            });
        });
    </script>
</body>


The problem cause is the following: the dragging element z-index is 10010, but the Window z-index increases from 10003 by 2 every time the drag started. So, for the first drag-and-drop operations, the Window z-index is 10005, 10007, 1009. For the 4th drag-and-drop the z-index became 10011, and the dragging element drags behind the Window.

Can you please suggest me how to fix this problem?

Thanks,
  Sergey
Alex Gyoshev
Telerik team
 answered on 04 Mar 2014
4 answers
175 views
Hi,

Will KendoUI Mobile widgets work on webkit desktop browsers ? It would be more easier to debug a KendoUI mobile application if it works on these browsers (I tried a simple application with Google Chrome but the UI doesn't work at all).

Cordially,
Kakone.
Petyo
Telerik team
 answered on 04 Mar 2014
1 answer
279 views

http://stackoverflow.com/questions/22156602/angular-kendo-treeview-checkbox-change-event-firing-multiple-times


I am trying to implement the checkbox change event using angular but seeing the event firing multiple times when a checkbox is clicked.I have created a plnkr for this, please help. Ideally it should be fired only once.


$scope.treeOptions = {
checkboxes: {
checkChildren: true
},
dataBound: function(e) {
$scope.attachChangeEvent(e);

}

};Event change code: $scope.attachChangeEvent = function(e) {

var dataSource = e.sender.dataSource;
// issue : change event is getting called multiple times for every click on checkbox
dataSource.bind("change", function(e) {
var selectedNodes = 0;

var checkedNodes = [];

$scope.checkedNodeIds(dataSource.view(), checkedNodes);


for (var i = 0; i < checkedNodes.length; i++) {
var nd = checkedNodes[i];
if (nd.checked) {
selectedNodes++;
}
}
// check the console - this is called multiple times for one checkbox click
console.log(selectedNodes);
});
};
Atanas Korchev
Telerik team
 answered on 04 Mar 2014
7 answers
237 views
We've problem putting scroller view and endless scrolling on the same page. The last item of the endless list seems to be hidden beneath the viewport. The problem seems to be solved when we remove the scroller view.

Is there anyway to put Scroller view and endless scrolling on the same page. Thanks
Kiril Nikolov
Telerik team
 answered on 04 Mar 2014
1 answer
154 views
The description for append, insertAfter and insertBefore I believe are not defined correctly in the TypeScript definition file.

For example, for append(item, referenceItem ) as defined here:
http://docs.telerik.com/kendo-ui/api/web/panelbar#methods-append

can be JSON or a string (text, url, etc.)

However, the TypeScript definition defines both as strings.

Do these interfaces need to be expanded to accept JSON object directly?

Also the referenceItem parameters says that it can be omitted, but the interface does not indicate that with a '?'.
Kamen Bundev
Telerik team
 answered on 04 Mar 2014
1 answer
73 views
Hello,

Kendo grid paging stops working for 1000 records or more. 

Can somebody help?

Thanks!
Nikolay Rusev
Telerik team
 answered on 04 Mar 2014
4 answers
1.0K+ views
I'd like to know if there is a way to easily visibly distinguish editable columns from non-editable columns. 

The scenario that I have is that there is a Kendo grid on a page with five columns.  Only one of the columns is editable.  The other four columns display read-only data that is either preloaded into the data source on page initialization or calculated based on the value that the user enters into the editable column.  The grid is using batch editing.

At present, it isn't obvious which fields on the grid are editable vs not editable.  Only by clicking each cell can the user determine which cells can be edited.  I would like to provide a visual means to indicate which columns are editable vs not editable.  One option that I had tried is specifying a background color for non-editable fields via the "style" config option for each column.  However, this option isn't viable because it overrides the row highlighting color.  Any suggestions on how to visibly distinguish editable vs non-editable columns?
dnickels
Top achievements
Rank 1
 answered on 03 Mar 2014
2 answers
135 views
While working with the Kendo Scheduler i noticed a bug with the visual representation of the recurrences in the scheduler.

Let's say i want my recurrence to happen on the last friday of every month. What happens with kendo is that it sometimes puts the occurence in the next month.
This isn't how Outlook handles this type of recurrency. 

Is there a way to change this behaviour? 
Georgi Krustev
Telerik team
 answered on 03 Mar 2014
5 answers
134 views
Hi when I have many notes / long notes they are overlapping so the user cant actually read them.
Hoe can I handle this ?
thx
Sagi
Hristo Germanov
Telerik team
 answered on 03 Mar 2014
2 answers
129 views
Hi,

In my current SPA, I've various scenario where I recreate grid to bind data depending on selected option.

But while recreating grid my date filter goes read only.

This can be reproduced in demo I found in http://www.telerik.com/forums/destroying-grid-does-not-completely-destroy-it-apparently#IoH83YEu30mZgOAbBiH4oA

http://jsfiddle.net/dimodi/Fx5kU/

Steps to Reproduce,
1. Filter Order date -select any date from calender 
2. Click Recreate button
3. Again try to apply filter on order date, calender goes readonly and not allowed to select date.

I'm using,
Kendo UI Complete v2013.2.716
Chrome Version 33.0.1750.117
Win7

Please advice me to fix this issue.

Thanks,
Amol Wable
Amol
Top achievements
Rank 2
 answered on 03 Mar 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
MultiColumnComboBox
Dialog
Chat
DateRangePicker
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Accessibility
Effects
PivotGridV2
ScrollView
Switch
BulletChart
Licensing
QRCode
ResponsivePanel
TextArea
Wizard
CheckBoxGroup
Localization
Barcode
Breadcrumb
Collapsible
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
TimePicker
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
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?