Telerik Forums
Kendo UI for jQuery Forum
1 answer
293 views
We are noticing a strange issue with a couple users who are using the Kendo upload.  I don't really understand it and can't reproduce it outside of it being an issue on their PC when running as them.  When they try to upload a file, they don't get any errors, but no file is uploaded.  A 500 error gets reported in IIS logs, but nothing shows up in the event viewer.  They don't even hit our event handler code that they are posting to.  The IE developer tools show "(pending...)" for most of the columns when I look at the post in the network section.  Uploading works fine for almost everyone else though, works as them from computers at other locations, and (the really crazy part) it works as another user at their location.  The only browser they have is IE, and I don't have install rights to put anything else on their PCs.  I'm not sure how much help I can get, since I can't really reproduce this issue, other than some very specific conditions.  I thought I would post it here though, in case anyone had any ideas...

Update: One of the users has IE 10 without compatibility on.  The other user with the issue has IE 9  with IE 7 compatibility on, and it had worked for her until some recent Microsoft update (not this month's patch Tuesday, before that).  The upload control renders fine for both of them. 
T. Tsonev
Telerik team
 answered on 21 May 2013
2 answers
185 views
hey all
im new kendo so id like your opinion

id like to be able to show any of your charts
but in a very dynamic way
ie, if i have a UI area in which i can change params
the chart will respond in kind

would it be best to :
  1.  bring down a full data set in a datasource, have it in mem and just filter thru the data
  2.  refresh the datasource on every param click
  3.  do it some other way you guys have thought of thats way better
thanks!
toy
Top achievements
Rank 1
 answered on 20 May 2013
2 answers
119 views
Hello!

I've noticed that tooltip gets truncated (rather than getting correctly re-positioned to fit chart area).
Bar chart (see attach): tooltip for "long" bars gets truncated.
Column chart (see attach): tooltip for  most right columns ALWAYS gets truncated.

Tooltips are super important for my scenario.
How can get this working properly?

KendoUI ver: 2013.1.319
Browsers: FireFox 20.0.1, Chrome 26.0.1410.64 m
Olga
Top achievements
Rank 1
 answered on 20 May 2013
5 answers
227 views
The current design of your validators requires you to build the validator directly into the view.  This information should instead be coming directly from the model and should be applied to the view via attributes applied by the model binding.  Designing it the way you have causes a great deal more coding than would otherwise required with model binding.  Is there any chance I can provide a speclet for how the validators should working using binding with the model to get this in the feature pipeline?

Your friendly super high performance service guy,
Jeff Fischer
Craig
Top achievements
Rank 1
 answered on 20 May 2013
1 answer
408 views
Hi, I'm using a Kendo Grid which has it's editable mode to popUp.  When the edit screen pops up, all the fields from my model are displayed (this is what I want to happen).  Many of the fields however, I want to be readonly (or disabled actually).  I have an OnEdit method for the grid which is able to make many of the fields disabled, BUT the datepickers are still able to be clicked and the user is able to select a date from the popup calendar.  

How can I make the Dropdowns truly disabled so they cannot be clicked to display calendar AND also LOOK disabled??  BTW using  $("#AccountLockPeriod").data("kendoDatePicker").enable(false) does not work.


Here is my method:
<script>
    function onEdit(e) {
        $("#Id").attr("disabled", true);
        $("#UserName").attr("disabled", true);
        $("#AccountLockPeriod").attr("disabled", true);
        $("#IncorrectLogonAttempts").attr("disabled", true);
        $("#LastLogOn").attr("disabled", true);
        $("#InactivateDate").attr("disabled", true);
        $("#CreateDate").attr("disabled", true);
        $("#LastUpdateDate").attr("disabled", true);
        $("#RegistrationStatus").attr("disabled", true);
    }
        </script>


 
Richard Cuti
Top achievements
Rank 2
 answered on 20 May 2013
3 answers
220 views
I am trying to create a UI where I have a tree view on the left, and an edit form on the right that corresponds to the item selected in the tree view.  I have attached my test page - it is stand alone.  I am binding the edit form from the observableHierarchy change event.  My problem is that when I have made a field edit in the form, and then select another item from the treeview, the itemchange events for the *selection* event are fired BEFORE the itemchange for the field data change.  This causes me to re-bind the form BEFORE the field edit has been fired -- thereby losing the edit.  If I click away from the form, all is well.  Binding to the treeview select event does not help, as it fires before any of the observableHierarchy change events. 
 
Can you suggest a better alternative to creating the desired UI?   Is there some way to force the viewmodel update from within the select event?

Thanks,
Scott
Alexander Valchev
Telerik team
 answered on 20 May 2013
7 answers
280 views
Just updated Kendo UI scripts from Q2 914 to  Q3 1114 and everything was working well until I tried to use the Kendo Window. It is currently appearing incredibly small and useless on the screen. Yet when you hit escape, the window appears to resize to the correct size before it vanishes.

Would like to know whats going on please.
Kamen Bundev
Telerik team
 answered on 20 May 2013
3 answers
112 views
I'm working with the ListView control and noted a misspelling of the word "threshold" in the option "scrollTreshold" (missing "h"). I first assumed it was a typo in the documentation, but quickly realized that the widget has it misspelled internally, so the incorrect spelling MUST be used.

This is minor, but has the potential to cause confusion as users will naturally try to spell "threshold" correctly (as I did). I suggest correcting the widget, but maintaining an alias for the misspelled version to avoid breaking existing code. You can specify the old spelling as 'deprecated' in the docs to warn users to update their code because you will eventually remove the alias in some future version.

/Kevin
Dimiter Madjarov
Telerik team
 answered on 20 May 2013
2 answers
340 views
I have had great success with your GRID widget but I am having one problem.  I am unable to get the dropDownMenu to show the possible choices, “undefined” shows up for every choice.  I looked through many threads on this topic but could not find a solution for me.

I have a workable project where you can see this problem.  
I modeled this page after your demo:  http://demos.kendoui.com/web/grid/editing-custom.html
  1. Login to site "http://life-renewal-test.org"  using ID=friend@gmail.com
  2. Psw = friend!
  3. Click "edit" near my Volunteer Offers to get to page manageVolunteerInfo.cshtml
  4. Click on Type “Fund Raising” to get the dropdownMenu choices
  5. All choices read “undefined”
The page data is sourced from:  http://life-renewal-test.org/friend/volunteerGridRead.cshtml
The dropdown data is sourced from: http://life-renewal-test.org/friend/volunteerTypeRead.cshtml

Thank you
Aron
Top achievements
Rank 1
 answered on 19 May 2013
4 answers
107 views
When editing form fields in my HTML 5 kendo mobile app the input focus behavior is strange in iOS webviews and Mobile Safari. Navigating with the iOS keyboard Previous and Next buttons works fine but in our user acceptance testing we found many users tap the subsequent fields they want to edit instead of using these buttons. When the keyboard is present because an input has focus and the user taps on another field, that field is correctly focused sometimes but more often the focus returns to the original field with some "scroll jumpiness", an arbitrary field that was not tapped gains focus, or the keyboard is hidden and no input has focus.

Our app is currently on kendo mobile v2013.1.319 but we found that all versions since 2012.2.719 has the same issue.

Steps to reproduce:
  1. navigate to http://demos.kendoui.com/mobile/forms/index.html in Mobile Safari
  2. tap the "Type text " field so that it gains focus and the software keyboard is shown
  3. tap the password, search, url, email fields and go back and forth tapping among them and observe "scroll jumpiness" and random field focusing behavior.
This behavior occurs on simple, two-input login forms also:
  1. navigate to http://m.socialofficesuite.com in Mobile Safari
  2. tap to focus username or password and tap back and forth between fields repeatedly

Is this glitchiness with the kendo javascript framework or perhaps an issue particular to the element hierarchy form > ul > li > label > input focus behavior?

Brandon Peterson
Top achievements
Rank 2
 answered on 18 May 2013
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)
SPA
Filter
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
Chat
DateRangePicker
Dialog
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
OrgChart
TextBox
Effects
Accessibility
PivotGridV2
ScrollView
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
Wizard
CheckBoxGroup
TextArea
Barcode
Breadcrumb
Collapsible
Localization
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
Popover
DockManager
FloatingActionButton
TaskBoard
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
TimePicker
DateTimePicker
RadialGauge
ArcGauge
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?