Telerik Forums
Kendo UI for jQuery Forum
2 answers
233 views

I am loading kendo window during runtime using javascript and window configurations like title, height, width, url everything coming from JSON object.
Same like I am trying to pass the maximize, minimize, and refresh buttons visibility configuration from JSON.
Not able to handle buttons configuration the below code.

Please let me know any other choice to handle this?
Sample code:
var jsonDoc = {
  widget: [{name:"W1",
    title: "W1",
    height: 200,
    width: 320,
    url:"http://jsbin.com"
    maximize:true
    refresh:true
    minimize:false }]
    };
for (var i = 0, sl = jsonDoc.widget.length; i < sl; i++)
         {
            var panelname;
            panelname = "#panel" + i;
            $(panelname).kendoWindow(
            {
               title: jsonDoc.widget[i].title,
               height: jsonDoc.widget[i].height,
               width: jsonDoc.widget[i].width,
               actions: [????],
               content: jsonDoc.widget[i].url
             });
           $(panelname).parents('.k-window').css('top', '45%');
           }

Prakash
Top achievements
Rank 1
 answered on 18 Sep 2012
1 answer
158 views
This problem occurs on Android 2.3.5
The following jsfiddle illustrates the problem:
http://jsfiddle.net/RodEsp/E3Edx/ 

I have been using jsfiddle's "Debug on mobile" functionality to test this.

The issue is, when the listview is initialized and the user has scrolled the <input> elements inside the widget glitch when selected. It looks like the focus is going to an element above the one that was tapped.

I ran into something like this before but I believe this is different since this effect does not occur if the listview is not initialized and the app is allowed to run with just a normal <ul>. The css applied to the <li> elements does nothing but it was listed as a solution to a similar problem in the Kendo docs here: http://docs.kendoui.com/documentation/getting-started/mobile/forms 

The only reason I post this is because, as I said before. The issue does not occur when running the app without enabling the listview.

*Note: This same problem is present in the latest internal (2.831) version of Kendo.
Kamen Bundev
Telerik team
 answered on 18 Sep 2012
3 answers
346 views
if I buy the commercial license and spend 12 months, then that happens to my web application????...run or not run ?? ...happens then?
Violeta
Telerik team
 answered on 18 Sep 2012
0 answers
64 views
While loading huge volume of data in telerik razor grid it jumps down and come up. Please any one help me how to fix this issue.
Madan
Top achievements
Rank 1
 asked on 18 Sep 2012
3 answers
201 views
We have built an application for mobile and desktop and in all browsers/version tested, an open KendoMobileModalView closes when the browser is resized. How can we prevent this?

The line of code in kendo.mobile.js that is the culprit is 9951: if (!that._hovered) { that.close();}

Commenting this out resolved the issue but I'm concerned about the side effects of removing this code.
Petyo
Telerik team
 answered on 18 Sep 2012
0 answers
67 views
I code php with kendoui Grid.
I have function edit <--- work
                        cancle <--- still coding
                        add  <---- doesn't work

add function doesn't work. I get new blank record
I try to solve problem.. and the end
so please...
thank you
golf


ps. my code is in the zip that attach
sunsern
Top achievements
Rank 1
 asked on 18 Sep 2012
0 answers
94 views
Bianca
Top achievements
Rank 1
 asked on 18 Sep 2012
1 answer
137 views
I would like to change the defaultValue of a field in my datasource dynamically, based on user input.

Am I right to presume that currently this is not possible?
David A.
Top achievements
Rank 1
 answered on 17 Sep 2012
2 answers
550 views
Update & Destroy Button is Not Working in Grid.
When I Try :
------------------------------------------------------------
update: {
        url: function (employee) {
            return "api/employees/" + employee.Id
        },
        type: "POST"
    },
destroy: {
        url: function (employee) {
            return "api/employees/" + employee.Id
        },
        type: "DELETE"
    }
-------------------------------------------------
(on FIREFOX )  I got This ERROR >>>   TypeError : g is undefined at kendo.web.min.js : 8

(on Chrome)  I got This ERROR >>>
  1. Uncaught TypeError: Cannot read property 'data' of undefined kendo.web.min.js:8
    1. p.extend.setupkendo.web.min.js:8
    2. p.extend.createkendo.web.min.js:8
    3. o.extend._promisekendo.web.min.js:8
    4. jQuery.extend.Deferredjquery-1.8.0.js:1180
    5. o.extend._promisekendo.web.min.js:8
    6. o.extend._sendkendo.web.min.js:8
    7. o.extend.synckendo.web.min.js:8
    8. h.extend.removeRowkendo.web.min.js:8
    9. h.extend._editablekendo.web.min.js:8
    10. jQuery.event.dispatchjquery-1.8.0.js:3061
    11. jQuery.event.add.elemData.handle.eventHandlejquery-1.8.0.js:2677

What is the Solution? Help Me Please...

Adrian
Top achievements
Rank 1
 answered on 17 Sep 2012
0 answers
107 views
Hi all,

I'm trying to put a input text into the column header in order to enter the value for filtering instead of using the column menu.

Someone know how to do that?

Thanks in advance!

Esteban
Esteban
Top achievements
Rank 1
 asked on 17 Sep 2012
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?