Telerik Forums
Kendo UI for jQuery Forum
1 answer
345 views
Hello,

I am having a problem getting the date picker to work correctly when inside of a label element. The label element is tied to a specific radio button. The idea is that if the user switches focus to the date picker, we want that radio option to be automatically selected. Because it is doing this, the date picker quickly opens and then closes when clicked. I assume this is because the focus is being switched to the radio button, but I was able to do the same type of thing with a jQuery datepicker so I'm not sure if something else is going on.

Here is an example of the problem. If you click to open a date picker, it closes right away. If you change the label name tag from daterange to anything else, the problem goes away.

Any suggestions or ideas? Thanks in advance!
Atanas Korchev
Telerik team
 answered on 16 Aug 2012
0 answers
128 views
Hey everyone. Me again.

I'm having an issue when calling the dataSource.sync() method.

var recordToUpdate = dataSource.get(id);
recordToUpdate.set("Name", "Name has been Changed");
dataSource.sync();

The "Name" displayed in my listview changes for a split-second, then reverts back to the original name. 

Does anyone have any idea why??

Thanks in advance
Devon
Top achievements
Rank 1
 asked on 16 Aug 2012
1 answer
155 views
I do the following and the "maxWidth" feature doesn't work. The width is restricted to the original width (500px) rather than the maxWidth I set. Window works fine without the maxWidth statement. Any ideas what I'm doing wrong?

<div class="container">
        <div id="window"></div>
   </div>
    
    <script>
             $(document).ready(function() {
                    var window = $("#window")

                    window.kendoWindow({

                            actions: ["Close"],
 width:"500px",
 height:"400px",
 maxWidth: "940px",
 title:"Try maxWidth"
                    }); 
                });

</script>
Dimo
Telerik team
 answered on 16 Aug 2012
1 answer
139 views
Does Telerik have a list of steps or a tool to convert from SIlverlight based Telerik to Kendo UI?  We use a hybrid MVVM pattern with Silverlight Telerik tools and want to move away from it and toward HTML5.  We will using this with SharePoint 2010.  Any ideas or suggestions??
Sebastian
Telerik team
 answered on 16 Aug 2012
3 answers
172 views

I am working with the good example of Editing custom editor under the MVC examples.
It shows how to build a dropdownlist for use when editing a cell in a grid.
I have to create a new post in the grid and I add the following to the file; Editing_Custom.cshtml:

.Create(create => create.Action("EditingCustom_Create", "Grid"))
.ToolBar(toolBar => { toolBar.Save(); toolBar.Create(); })

And I already get an error here before I come to do the coding in the .cs-file.
When debugging with firebug, I get an error from javascript that says: ReferenceError: Employee is not defined.
Employee is the class that is used for making the dropdownlist.
Could someone please give me a hint on what I have to do when creating a post in a grid with relational data?
Thanks :o)

Kenneth
Top achievements
Rank 2
 answered on 16 Aug 2012
4 answers
2.7K+ views
I'm wondering how a datasource that returns data--like the person object here--which mixes fields with an array in it would look?  For example, how would the model in the schema of the datasource look?  If the fields (like Lastname here) were bound to textboxes thru  data-bind attributes, how would the array of Likes be extracted to be display in, say, a grid. Do we use a function to return the grid's data, a hierarchical datasource to build the whole thing or what?


var person = [
    { Firstname: "Jim"},
    { Lastname: "Smith" },
    { Birthday: "08/29/1979"},
    { Likes: [ { id: 1, description: "Baseball", rank: 1 }, {id: 2, description: "music", rank: 3 }, { id: 3, description: "Surfing the web", rank: 2}]}
];
Devon
Top achievements
Rank 1
 answered on 16 Aug 2012
1 answer
122 views
I get a Yellow Screen when trying to Run the Kendo UI Samples from the Downloaded Sample Browser.

When i try to build the Solution I get:
Warning as Error: Reference to type 'System.Web.Mvc.ModelClientValidationRule' claims it is defined in 'c:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\Assemblies\System.Web.WebPages.dll', but it could not be found    c:\Program Files (x86)\Microsoft ASP.NET\ASP.NET MVC 4\Assemblies\System.Web.Mvc.dll

I have MVC2,3 and 4 installed.

Any help out there for this?
Atanas Korchev
Telerik team
 answered on 16 Aug 2012
5 answers
169 views
Hi,

I am trying to use the Calendar in an Embedded WebView hosted by a Window Container. I am using QTWebbkit.

The WebView show all the basic HTML widgets perfectly, when I execute $("#calendar").kendoCalendar the Caledar appears perfectly,
but the events do not work. For instance if I click to see the next Month nothing happens or if I click in a day it does not become selected.

Do you have any suggestions ?

Thanks
michael
Top achievements
Rank 1
 answered on 16 Aug 2012
1 answer
259 views
Hi,

I am using a scatter chart to display time series with many data points.
This as suggested as "another option" in the post http://www.kendoui.com/forums/ui/chart/overlapping-categoryaxis-labels.aspx.

Because there are many data points, I would like to suppress the bullets.
If not, the chart looks rather messy.

Could anyone advice me on how to suppress bullets in scatter and line charts ?

Thanks in advance,
Wouter
Wouter
Top achievements
Rank 1
 answered on 16 Aug 2012
0 answers
51 views
Hi

I am going to use kendo Grid in my MVC razor application. My application requires the grid controller like time availability checker. Am explaining my scenario below

I will be having the grid with the 7day columns (Monday to Sunday) and the other column named as Day. 

The first row will be with the name the available. in that the Day column will be available and  the remaining columns will be check box with option yes.

The second row will be with the name available. In that the day column is having the value start and the other columns will be the drop down with the values of time.

The second row will be with the name Available. In that the day column is having the value Finish and the other columns will be the drop down with the values of time. 


How to implement this scenario using Kendo Grid? Is it possible to achieve this? If so provide me the sample code.



Thanks
Lakshmi t
Top achievements
Rank 1
 asked on 16 Aug 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
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
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?