Telerik Forums
Kendo UI for jQuery Forum
1 answer
254 views

I've got two kendo sortable list wherein I can drag the multi-selected items left to right. All looks good but I experienced this weird behavior. The second time I drag diagonally upwards (north east), the placeholder "Drop here" will not appear until you move the mouse downward a little.
Start dragging "Strawberries" then "Pinapples" to the right list. Remember that your cursor should move north east until you reach the below of "Strawberries"
Is this a limitation of kendo drag and drop?

Here is the Dojo that I am using.

Stefan
Telerik team
 answered on 09 Dec 2016
1 answer
130 views

I've been looking at this example (dragging event from external grid and dropping to Scheduler): http://docs.telerik.com/kendo-ui/controls/scheduling/scheduler/how-to/drag_and_drop_grid_scheduler

The look and feel is not consistent with when I drag and drop events within scheduler (while moving over drop area there is a semi-transparent event with start and end time updating while you move).

Is there a way of achieving the same behaviour for events from external grid? If there is no easy solution, would you point me into right direction?

 

 

 

Ivan Danchev
Telerik team
 answered on 09 Dec 2016
4 answers
3.3K+ views
So I have a grid on a search page that I need to rebind on button click.

here is my code.

var sourceUrl = "Dynamic source url";

        var dataSource1 = new kendo.data.DataSource({
            type: "json",
            transport: {
                read: sourceUrl
            },
            serverOperation: false,
            serverSorting: true
        });

        var grid = $("#grid").data("kendoGrid");

        grid.dataSource = dataSource1;

        grid.dataSource.transport.read();
        grid.dataSource.read();

        grid.refresh(); 


This all happens on a button click event outside of the grid.  


The problem is, is that the grid is not actually refreshing.  The data is being pulled back successfully, but it is not getting displayed.
Since I have server sorting turned on on the grid, I clicked on one of the column headers and the data displayed properly.

What is server sorting doing to the grid to refresh it that is different than what I am doing?
Rosen
Telerik team
 answered on 09 Dec 2016
1 answer
153 views
Apologies if this is apparent, but if my tasks already contain the parent/child identifiers, what is the best way to populate the dependency datasource with that information. Do I need to make a call back to the server?
Peter Milchev
Telerik team
 answered on 09 Dec 2016
5 answers
834 views

Hi I have a tabstrip inside a kendo window which works perfect until i close the window, When i try to reopen the window the tabstrip doesn't work.

All i see is the html not in a tabstrip 

this is my function which is called on a click 

function MyAccountWindow() {  

    var kendoWindow = $("<div id='window'/>").kendoWindow({
        title: "User Details",
        width: "600px",
        height:"400px",
        resizable: true,
        modal: true,       
        content: {
            template: tabTemplate
        }
    }).data("kendoWindow");
    
    var tab = $("#tabstrip").kendoTabStrip({
        animation: {
            open: {
                effects: "fadeIn"
            }
        },
    });  
        kendoWindow.open().center();    
}

 

my tabtemplate is just a variable with html inside.

 

Any help would be appreciated

Paul
Top achievements
Rank 1
 answered on 09 Dec 2016
5 answers
221 views

I am  trying to read from the following webservice :

http://apis.io/api/apis

Here is the code snippet :

Telerik Dojo Code Snippet

http://dojo.telerik.com/@phcc1t/oSEBa

 

Could you please let me know where is the issue

Alex Hajigeorgieva
Telerik team
 answered on 09 Dec 2016
1 answer
170 views

In this example, I can successfully change the properties/style of a Note on Chart on noteClick... http://dojo.telerik.com/@pagemedias/oVuWI

What I need to do is 'trigger' this from outside the Chart.

Example: I am outputting the same list of Notes that appear on the chart under the chart and when user clicks/hovers over note under chart I want to change colour/style of same Note in chart (see attached).

I have been able to highlight note under chart (has css class of 'key-A') when click on note in chart (get noteText which = 'A' and add a new styling class to 'key-A' under chart). But I also want to achieve the same thing, just the other way around (click note under chart and highlight note in chart).

How do I access e.visual of a particular note in chart?

Daniel
Telerik team
 answered on 09 Dec 2016
1 answer
326 views

I'm trying to create a custom filter on a date field to show items that have a date in the next 30, 60 and 90 days, including any overdue (i.e. dated in the past).

The current code creates a filter with the needed options, but how can the filters be implemented? The 30 day filter is to be applied when the data is loaded initially.

var pending = [ "60 days", "90 days" ];
 
var riskFilter = function(e) {
   e.kendoDropDownList({  optionLabel: "30 days", dataSource: pending });
}
 
$('#current-reviews').kendoGrid({
     theme: 'npw',
     columns: [
          { width: "240px", field: "nextreview", title: "Next Review Date",
            format: "{0:dd MMMM yyyy}", filterable: { ui: pendingFilter } },
],
filterable: {
       extra: false,
       operators: {
          date: {
           lte: "Is due within"
          }
       }
 }
Rosen
Telerik team
 answered on 09 Dec 2016
1 answer
117 views

I'm using a kendo dropdownlist in angular 2, when i click the drop down it pushes the content of my page down. (see attached)

Does anyone have any idea? 

Thank you.

Huy Nguyen

Dimiter Topalov
Telerik team
 answered on 09 Dec 2016
8 answers
710 views
I am using Kendo UI Scheduler control, on double click "event" page is shown as popup, but I want to show inline with same page.

<div id="myScheduler"></div><div id="myEvent"></div>


In simple words, On double click I want to get HTML of popup and fill it to "myEvent" DIV, Isit possible?

Note: I tried posting this thread in scheduler group, but I was getting 500 error, so I am posting in "General discussion"
Stefan
Telerik team
 answered on 09 Dec 2016
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
Drag and Drop
Application
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
DropDownTree
ListBox
PDFViewer
Sparkline
ActionSheet
TileLayout
PopOver (Mobile)
TreeMap
ButtonGroup
Styling
ColorPicker
Pager
Chat
MultiColumnComboBox
Dialog
DateRangePicker
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Accessibility
Effects
Licensing
PivotGridV2
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
LLM Kit
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?