Telerik Forums
Kendo UI for jQuery Forum
1 answer
108 views
I have a treeview and implement drag and drop. I noticed that when I set a filter on the datasource, the treeview loses attributes like:

data-role="draggable"
data-role="drop-target"
data-expanded="true"

And the drag and drop stops working.

See this dojo for an example. Examine the dom to see the attributes are there on the first tree node. Click the "Set Filter" button, and observe the attributes are gone.

http://dojo.telerik.com/AvASa/6

This seems like a bug.. Maybe I'm doing something wrong here?

Thanks,
Ryan
Alex Gyoshev
Telerik team
 answered on 14 Oct 2014
2 answers
255 views
After appending tabs, the behavior when switching tabs is not correct (using Chrome at the moment). Please run the code sample below.

<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" href="//code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css">
  <link rel="stylesheet" href="//cdn.kendostatic.com/2014.2.1008/styles/kendo.common.min.css">
  <link rel="stylesheet" href="//cdn.kendostatic.com/2014.2.1008/styles/kendo.rtl.min.css">
  <link rel="stylesheet" href="//cdn.kendostatic.com/2014.2.1008/styles/kendo.default.min.css">
  <link rel="stylesheet" href="//cdn.kendostatic.com/2014.2.1008/styles/kendo.dataviz.min.css">
  <link rel="stylesheet" href="//cdn.kendostatic.com/2014.2.1008/styles/kendo.dataviz.default.min.css">
  <link rel="stylesheet" href="//cdn.kendostatic.com/2014.2.1008/styles/kendo.mobile.all.min.css">
</head>
<body ng-app='app'>
  <div ng-controller='Ctrl'>
    <div>Add two tabs, click on the 2nd, then the 3rd. Then click on tabs 1 or 2.
      <a href="" ng-click="addTab()">{{label}}</a>
    </div>
    <div id="tabstrip" kendo-tab-strip>
      <ul>
        <li class='k-state-active'>Tab 1</li>
      </ul>
      <div>This is content for tab 1</div>
    </div>
  </div>
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="//code.jquery.com/ui/1.11.1/jquery-ui.js"></script>
<script src="//code.angularjs.org/1.3.0/angular.min.js"></script>
<script src="//cdn.kendostatic.com/2014.2.1008/js/kendo.all.min.js"></script>
<script>
(function(){
  var app = angular.module('app', ['kendo.directives']);
  app.controller('Ctrl', function($scope) {
    var i = 2;
    $scope.label = "Add Tab";
    $scope.addTab = function() {
      $('#tabstrip').kendoTabStrip().data('kendoTabStrip').append({
        text: 'Tab ' + i,
        content: 'This is context for tab ' + i
      });
      i++;
    };
  });
})();
</script>
</body>
</html>
Ray
Top achievements
Rank 1
 answered on 14 Oct 2014
1 answer
159 views
I have been unable to get the "Mobile ListView - Press To Load More" to function if I set the page size below 50. It also seems to mess up scrolling for some reason. 

At first I thought that my OData implementation was at fault but then I realized that the Telerik Demo does the exact same thing.

To reproduce this simply go to 
http://demos.telerik.com/kendo-ui/mobile-listview/press-to-load-more

Edit the example in the Kendo UI Dojo and change the page size to something like 20. After running the demo I am experiencing the following issues:

1. Scrolling to the bottom of the list then immediately back to the top creates a gap at the top of the list
2. After the initial scrolling of the list, if you use your mouse wheel the list behaves very erratically.
3. Clicking the "Press to Load More" button only causes the loading icon to appear but no additional results are loaded.


Kiril Nikolov
Telerik team
 answered on 14 Oct 2014
1 answer
90 views
I am using a KendoUI window to popup a search dialog.  If the user tabs through the search criteria fields, when tabbing off the last form item, they end up in the form that is being covered by the overlay and can interact with the form in the background.  Mouse clicks are prevented but pressing tab seems to not be limited in scope to only controls on the window.
Dimo
Telerik team
 answered on 14 Oct 2014
3 answers
530 views
Hi

I created an error window using Kendo UI Window. In some error cases it should be possible to close the window and in some not.
Is there a way to change the window actions dynamically?

I tried:
errorWindow.data("kendoWindow").actions = ["Close"];

Recreated the window to the same id.
Both technics do not work...

Regards
Adrian
Alex Gyoshev
Telerik team
 answered on 14 Oct 2014
3 answers
125 views
Hi,
   Is there an export to pdf and export to excel functionality in the grid. I am not using the MVC model. I am implementing it in the normal HTML model.
Thanks in advance
Regards,
Vijay
Kiril Nikolov
Telerik team
 answered on 14 Oct 2014
3 answers
97 views
Hello,

I would like to build a tree partially when the page is rendered and then tie it to a data source so that any subsequent node expansions will fetch data from a remote data source. What I am trying to accomplish is to restore the state the tree next time the user accesses the site.

Is this currently possible? Any examples you could provide would be very helpful.

Thanks and regards,
Mads



Alexander Popov
Telerik team
 answered on 14 Oct 2014
1 answer
223 views
I need to scroll window to anchor or specific element. I have several ListView in window content.
I would like to scroll to specific ListView on some user event. How?
Dimo
Telerik team
 answered on 14 Oct 2014
3 answers
158 views
I am trying to use a template that has textboxes with drag and drop.  The textboxes are not able to gain focus. 

Is there a configuration option I can use to do this?  If not, would it be possible to add a property that gives access to the draggable.ignore option, or even just make the ignore option a standard css class I can use, like k-ignore-drag?

Thanks,

Mike
Alex Gyoshev
Telerik team
 answered on 14 Oct 2014
1 answer
99 views
I was looking for the Keyboard Navigation in the Demos (like there is for all other controls), but didn't see it.  Was this an oversight?  Please provide the kb nav info.
http://demos.telerik.com/kendo-ui/upload/index
Thanks,
--Ed
Dimiter Madjarov
Telerik team
 answered on 14 Oct 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?