Telerik Forums
Kendo UI for jQuery Forum
1 answer
85 views
I added a validation function to a field, but also all the other fields with validation: true get validated with this function which is totally wrong. Is that an intended behaviour?
Vladimir Iliev
Telerik team
 answered on 20 Jun 2014
1 answer
117 views
I have a problem with a dropdownlist in a grid. When I initially select something from the grid, the correct values are read and put into the object of the field the dropdownlist is in. But when the default "read" method of the grid runs, they show up in the data of the row and not in the object in the data of that row?!

it looks a bit like this:
  • when I pick from a dropdownlist
  • 1.{
    2.  data:{
    3.    "property1": {
    4.      "value": 123,
    5.      "text":abc
    6.    }
    7.}
  • when I read from the datasource

1.{
2.  data:{
3.    "value": 123,
4.    "text":abc
5.}



Vladimir Iliev
Telerik team
 answered on 20 Jun 2014
3 answers
152 views
I have a web form .aspx page that inherits a master page, but the data-bind doesn't seem to work.

I'm guessing MVVM isn't going to be compatible with web forms, which is fine.  I'm not doing much of this with Web forms, I just won't use MVVM
danparker276
Top achievements
Rank 2
 answered on 19 Jun 2014
3 answers
582 views
Hi,

I am looking for  array of Zip code masking like ['99999-9999', '99999'] to allow either 5 or 9 digits.

Something similar to 
http://jsfiddle.net/8WvHE/


Thanks,
Chatrapathi chennam
Georgi Krustev
Telerik team
 answered on 19 Jun 2014
1 answer
4.3K+ views
HI 

How can I apply format 0:c to a footertemplate in the Grid.
In one of your example you have avg like this Average: 10.12987012987013 and I think it will be better to present like Average: 10.13

Regards,
Evgeny Vdovin
  
Reqs
Top achievements
Rank 1
 answered on 19 Jun 2014
3 answers
203 views
Hi...

my project needs the following kind of scenario, what kind of advice can you give to get started?

1. all the events are predefined e.g. Course A length of 25 minutes, Course B length of 45 min
2. no overlapping of events - no course can start if another is still running, no parallel events
3. how to show a dynamic list of these courses within a x-kendo-template?

I'm pretty new to kendo ui but really happy i found this component!

Thanks and cheers
Dirk
Rosen
Telerik team
 answered on 19 Jun 2014
1 answer
566 views
Hi Team,

We are using tooltip to show the contents of the grid.

We have a requirement in our project,where we have to avoid showing the tooltip when the grid is in ediatble mode.

So is there any possible chance that we can avoid showing the tooltip if the grid is in editable mode.

Thanks,
Siva.
Alexander Popov
Telerik team
 answered on 19 Jun 2014
2 answers
203 views
The grid is set for Inline Edit but on 1 field i would like a Pop Up Edit Template.  Can this be done? 

Daniel
Telerik team
 answered on 19 Jun 2014
3 answers
846 views
In this post from Jan 2013, staff said Kendo wasn't handling field names with a dot or a space because it would involve "extra overhead which is not needed in most cases".

This is kind of weird as many SQL statements has to return field with dots.

Two months later, Kendo staff posted a workaround available in Kendo Q1 2013.

I just tried the work around on a grid connected on a remote OData service and I think there's a problem with the getters generated for properties with dots.  Indeed, when I receive data for the grid for a field named 'MyTable.MyField', the following error is raised: "TypeError: Cannot read property 'MyField' of undefined". 

As explained in the solution poster in march 2013, I did set the column field name to "[\"MyTable.MyFieldName\"]".  I was expecting a getter like this one:

return d["MyTable.MyField"];


but after a little investigation, I found that the exception was raised because the getter wasn't generated correctly:

return d.MyTable.MyField;


I've been able to confirm the issue by changing the getter function from

getter: function(expression, safe) {
  return getterCache[expression] = getterCache[expression] || new Function("d", "return " + kendo.expr(expression, safe));
},

to this one (not perfect.... this was to confirm if I was right about the bug)

getter: function(expression, safe) {
  return getterCache[expression] = getterCache[expression] || new Function("d", "return d[\"" + expression + "\"]");
},


Can you please confirm if I'm right about the bug (and if it will be fixed)?

Best regards,

Simon
Simon
Top achievements
Rank 1
 answered on 19 Jun 2014
1 answer
87 views
We are having an issue where very select users are seeing "2001-01-01" appear in the kendoUI grid where blank values should be instead. This is using IE10. Is there any sort of known issue regarding this?
Alexander Popov
Telerik team
 answered on 19 Jun 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?