Telerik Forums
Kendo UI for jQuery Forum
1 answer
130 views
We are looking to re-produce a data table we are building in HTML with the Kendo UI datagrid.  We have a parent/child relationship in the columns (Grocery, Liquor, Pharmacy), but if you click on a column, then the child columns display.  In our example, we clicked on liquor and liquor, beer and wine (the children of liquor) display.  

Is this possible to re-produce in the datagrid provided by Kendo and if so, could you provide an example.  We have looked at the grid within a grid, and visually our users would not like that option.

Thanks,
JD
Alexander Valchev
Telerik team
 answered on 04 Oct 2012
1 answer
38 views
When I make an html table a grid by  setting data-role="grid", the <th> tags can no longer support working buttons which are bound by the viewModel. The following jsfiddle illustrates the issue: http://jsfiddle.net/billmcknight/zHKtb/  As you can see in the plain table the buttons in the <th> tag can be bound to the view model and do work (i.e. call the view model method)  But in the second table where the only change is to set the data-role = grid, the button can no longer be bound by the view model.  Why does it work this way?
Alexander Valchev
Telerik team
 answered on 04 Oct 2012
1 answer
78 views
I'm brand new to the mobile development scene, but I know html/css. I can't seem to setup Kendo UI correctly. Whenever I try to open my app in my browser, nothing but text shows up. I need help in knowing where to extract the Kendo UI files, and how to set them up. Any help would be appreciated.
Iliana Dyankova
Telerik team
 answered on 04 Oct 2012
0 answers
203 views

When i perform a nuget on kendouiweb “Collection was modified; enumeration operation may not execute” error

Reproduce w/ 2012 RTM All upates
File->New MVC4 Application - Add to source control (TFS2012 Service)
-> Internet Application
Goto NuGet GUI and Install KendoUIWeb

Looks to be version 2012.2.710 updated 10/4/2012 which has yet to hit that date in USA EST... weird. Assuming that is some local server date?

Update...

Killed VS2012 as it was stuck in a loop of throwing that error every 30 seconds or so...

  Openedproject and ran:

PM> Install-Package KendoUiWeb
Attempting to resolve dependency 'jQuery (≥ 1.7.1)'.
'KendoUIWeb 2012.2.710' already installed.
Successfully removed 'jQuery 1.7.1.1' from xxx.
Successfully added 'jQuery 1.7.2' to xxx.
Successfully added 'KendoUIWeb 2012.2.710' to xxx.
Successfully uninstalled 'jQuery 1.7.1.1'.

I see the kendo scripts so i am assuming it is good now!


Felickz
Top achievements
Rank 2
 asked on 04 Oct 2012
2 answers
610 views
I know with jquerymobile, you can do something like this in the head and that will show the splash image while loading the web app initially, well, at least for the ios devices.

<link rel="apple-touch-startup-image" href="Images/Icon_114px.gif">

Would it be possible to show some splash screen rather than the white page while loading kendo mobile apps too?

Thanks, looking forward to your answer :)
Joe
Top achievements
Rank 1
 answered on 04 Oct 2012
0 answers
127 views
Using latest kendo.

I have a grid with the default modal popup editor. The form won't display in ie8 unless compatibility view is turned on (just a blank dimmed out screen).

Edit.
After some tinkering, this makes the popup visible in IE8 without compatibility mode.

div.k-window-content
{
    position: static;

}

div.k-window
{
    display: table;


}

Any ideas on what is going on here?
Marc
Top achievements
Rank 1
 asked on 03 Oct 2012
0 answers
128 views

Is there an event which would fire after the DropDownList is loaded with json data, received from an ajax call?
Just like the OnDataBound event in Telerik MVC extensions.

Mayank
Top achievements
Rank 1
 asked on 03 Oct 2012
0 answers
567 views

I have a Kendo UI datepicker with placeholder data. Here is the HTML:

<input type="text" class="datepicker"' placeholder="yyyy-mm-dd" />

Here is the JavaScript:

var start = $(".datepicker").kendoDatePicker({
        format: "yyyy-MM-dd",
        parseFormats: ["MM/dd/yyyy"],
        change: startChange
    }).data("kendoDatePicker");

The Kendo UI datepicker displays the placeholder data in the same style as user entered data. I would like to style the placeholder data differently. Specifically, I would like the text to be gray and italicized. When user enters data, the style changes to solid black (non-italicized). Any thoughts on how to do this?

James
Top achievements
Rank 1
 asked on 03 Oct 2012
2 answers
109 views
Hi,

A field of my Kendo UI Grid cannot be duplicated. On Telerik Extensions for ASP .NET MVC I was using Remote validation and it was ok.
Now, using KendoUI, this field is not validated on client, just on server. The problem is that, after clicking Update button, grid looks like changes were accepted, but if you see the response of ajax call, you realize that the error message is there, but it isn't displayed because it's no more on edit mode.

Something similar occurs on the example provided with Wrappers for KendoUI, Collumn Settings (http://localhost:53702/razor/web/grid/columnsettings). If I edit a row, change any field's value and click on Update, it looks like changes where accepted, but an alert is showed: "Errors: The value '1/17/2012 12:00:00 AM' is not valid for Last supply".
The problem is not converting the date to the format accepted by my OS... but it should display the error during edit mode, using Kendo Validation, to be clear that this data was not updated.

How to achieve this behavior?

Tks
Daniel
Top achievements
Rank 1
 answered on 03 Oct 2012
3 answers
240 views
I'm told via the forums that a bug fix I am interested in was in the 2012.2.913 release.

The download for KendoUI / Web is still an older version.

When will this be changed or how can I download the new version?

Iliana Dyankova
Telerik team
 answered on 03 Oct 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
MultiColumnComboBox
Chat
DateRangePicker
Dialog
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
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
TaskBoard
Popover
DockManager
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
TimePicker
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
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?