Telerik Forums
Kendo UI for jQuery Forum
1 answer
106 views
If grouping by resource, is there a way to show ALL resources regardless if they have a corresponding event for that time period? We want to be able to create an event to allow a blank area to be selected to create a new event but some of the resources don't have corresponding events yet so they do not show in the scheduler.
Vladimir Iliev
Telerik team
 answered on 03 Jul 2014
6 answers
433 views
Hi,

I have popup Edit  Grid with Save and cancel buttons.

But for some reason the cancel button for new Model working fine, but for existing record the cancel button doesn't revert the changes on the record/row. But assigns back to grid. Can any one  let me know what could be the reason. Here s the snippet for cancel button event; which I ended up to try it but  doesn't succeeded.

 editable: {
                mode: "popup",
                template: kendo.template($("#tapopup_editor").html())
            },
            edit: function (e) {

//Cancel  Event
e.container.find(".k-grid-cancel").bind("click", function () {
                    // e.preventDefault();
                    // $('#Grid').data("kendoGrid").cancelChanges();
                    $("#Grid").data("kendoGrid").dataSource.read();
                });

}

Thanks,
Chatrapathi Chennam






Vladimir Iliev
Telerik team
 answered on 03 Jul 2014
3 answers
305 views
I want to configure a validator so that when I fill a cell with a correct value and leave the cell, that cell should be locked and not be touched again. The problem is how to mark those cells that are read only and how to save a list so that with every call every user has the read only cells.
Vladimir Iliev
Telerik team
 answered on 03 Jul 2014
1 answer
174 views
Hi,

we are developing a hybrid app with kendo ui mobile.
The app receives html/json content from our server and shows this content to the user.
We also have some external html 5 exercises (consisting of some html pages, js and css) on our server.
We are looking for a way to integrate these exercises into our app so that we can open these external pages with a hyperlink from our app (in webview/inappbrowser) and after the user have finished the exercise to go back to the last app view.

Is there a way to show external pages in a view so that it appears that the page is inside the app (with header and footer)?

We already tried to open the external page with javascript in the inappbrowser (window.open(myURL, '_blank', 'location=no'));
This works well so far and the exercise shows up in the new browser window but with location=no we don't have any buttons to go back to the previous page (the last app view).
With location=yes there are buttons, but also shows the url of the external page which we want to avoid.

Thank you very much
Best regards Mark
Kiril Nikolov
Telerik team
 answered on 03 Jul 2014
5 answers
195 views
Hi,

I found it's difficult to remove HTML element that are pasted from existing document.

I took a short video: https://www.youtube.com/watch?v=Jw0ErtXSRNQ

The attached image shows another example.

Please let me know if there is a tip.
Dimo
Telerik team
 answered on 03 Jul 2014
8 answers
1.2K+ views
Hi all,

I use the Kendo UI Scheduler for simple agenda management. What I need to achieve is that a user can click in the scheduler and select a slot (basic behaviour). I don't want a popup to showup but I just need to respond to the selecting of a timeslot in the scheduler. I can use the change event but that one is fired multiple times when I select a few hours for example. 

Is there a way to attach events like mouseup or dragend to respond to this user behaviour? 

I would be thrilled to solve this.

Riccardo Becker
Riccardo
Top achievements
Rank 1
 answered on 03 Jul 2014
10 answers
953 views
I create a KendoWindow with appendTo set to a specific div.

the expected behavior is:

1) moving window inside parent boundaries
2) maximize windows inside parent boundaries

How can I obtain this behavior ?
Petur Subev
Telerik team
 answered on 03 Jul 2014
1 answer
130 views
Hello,

In another post, there was a workaround to the dropdownlist's conflict with bootstrap (using stopImmediatePropagation). Before using that, my keyboard navigation was just like that person's post. After the fix it worked fine until I tabbed up to a specific input field that called some validations once I removed its focus. However, when I tabbed back down to the dropdownlist, all keyboard navigation stopped completely. In the attached video, you can see it working properly with the keyboard, until I go to the first input field (the one that cues some validation) and then back to the dropdown. Please let me know what I can do to fix it, thank you!

Screen capture link: http://tinypic.com/r/2uoqcl3/8
Atanas Korchev
Telerik team
 answered on 03 Jul 2014
2 answers
223 views
I have a grid with a Modal popup editor in place. Window opens correctly but when I add a numerictextbox widget with an Event code in place it doesn't open the popup window it displays the content at the bottom of the grid. (see attachment...) If I remove the Events code then the popup window displays correctly. I tried with Kendo sample code and the same happens.
   
@(Html.Kendo().NumericTextBoxFor<Decimal>(m => m.qto_subtotal)
            .Spinners(false)
            .Decimals(2)
            .Events(events => events.Change("qto_total_calc")
            )
        )

Any ideas,

Regards
fernando ramirez
Top achievements
Rank 1
 answered on 02 Jul 2014
1 answer
89 views
Hello, I'm using the cascading drop-downs on a basic form (using bootstrap).  There are a total of 4 of them, and when someone is submitting a new form they work great. The problem I've run into is when I want to load the form with data from a database to edit.  Currently what happens is the first two drop-downs are enable, but the other two aren't.  They all have the correct values selected, but I just can't change them unless I drill down again.

Is there a way to enable a cascading drop-down list if  the page is being loaded with the values selected?  

I've tried to do it using things like:
     $("#DDLName").prop('enable', true); or  $("#DDLName").attr('enable', true); but it doesn't work.

Thanks in advance!

David

 
David
Top achievements
Rank 1
 answered on 02 Jul 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
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
ColorPicker
Pager
Styling
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
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?