Telerik Forums
Kendo UI for jQuery Forum
11 answers
234 views
Greetings !
We only have until early next monday to decide which JavaScript UI framework we'll be using for our next major development project.
To evaluate Kendo, i need a simple prototype CRUD interface handling 3 tables with "OneToMany" relations. (See attached mysql file.)

A "Drivers" table with a time field and two foreign keys. One to the "manufacturer" table and another one to the car's "model"  table.
Of course, the model table also has a foreign key to the manufacturer table as Toyota doesn't sell F150 !
The Grid we must create for this prototype must match the following image. (Note that the manuf and model columns are of type DropDown.)

Business Rules:
  • The model DropDown list must only offer models based on the selected item in the manufacturer DropDown cell.
  • Any changes made by the user to the manufacturer cell must remove the item in the following model cell.
  • Deselecting the row causes an update request to the PHP server.

Note that i am currently trying to implement this without the PHP Wrapper.
Any help would be welcome !


Atanas Korchev
Telerik team
 answered on 25 Jul 2013
4 answers
313 views
hello,
I want to add events into calendar control, and that dated are saved into database.  how I add dates into events variable?
Rupali
Top achievements
Rank 1
 answered on 25 Jul 2013
1 answer
217 views
            $("#splitter").kendoSplitter({
                panes: [
                            { contentUrl: 'http://myhouse.com/index.aspx' }
                        ]
            });

I use this statement to populate a panel of my splitter.  Is there a way to populate a specific drawer in the same manner?

            $("#drawer").kendoDrawer({
                panes: [
                            { contentUrl: 'http://myhouse.com/index.aspx' }
                        ]
            });
Kiril Nikolov
Telerik team
 answered on 25 Jul 2013
4 answers
216 views
        Our team is currently investigating the Kendo UI to possibly implement it with our projects. Today I started investigating about creating hierarchical grids with Kendo UI and I have observed that arrow buttons for the hierarchy grid are shown only when this is included in the html helper:

.DataSource(dataSource => dataSource
    .Ajax()
)

    I want to use Server data binding instead of Ajax binding but whenever I omit the preceding code in my helper, the buttons for hierarchy don't show up.

  • Is it possible to have grid hierarchy through server binding?
  • Kindly attach a simple demo with your reply. Thanks!

 

 

 

Vladimir Iliev
Telerik team
 answered on 25 Jul 2013
1 answer
83 views
I am trying to add the current scheduler code into my html page but all i see are 3 check boxes. for some reason the style and formatting of the scheduler arent showing up. Can I have two different style sheets in one html file? I copied the example code exactly but still no luck. i am really new to all of this but would really appreciate any help or advice on why its not showing up. 

thanks so much
Dimo
Telerik team
 answered on 25 Jul 2013
2 answers
102 views
Telerik/any other user of Kendo DataViz,

Has anyone come across transparent bars when using the chart refresh() function, as in the attached screenshot, and if so are you aware of how to fix it?

Thanks,
Jamie
Jamie
Top achievements
Rank 1
 answered on 25 Jul 2013
1 answer
124 views
Hi,

i have set a javascript function to kendo ui grid's filterable using the option "filterable:  { ui: timeFilter };". it's calling for the column's quick filter first time visit.
To clear all the applied filters I am using the following code:
                         $("form.k-filter-menu button[type='reset']").trigger("click");

After clearing the filters ,  filterable's javascript function is not calling.
How do I call  the filterable's associated javascript function after clearing filters.

Please suggest on this.

Thanks,
Raj Yennam
Daniel
Telerik team
 answered on 25 Jul 2013
3 answers
213 views
Hi,

I have added scheduler control to my site,it's work in my local testing . but when I uploaded to the server I can't add the event. I thinks because the wrong values 
of start and end time. there is a different between time value in popup and time value in post method
Please find the screen shoot in the attached image,

thanks,
  
Vladimir Iliev
Telerik team
 answered on 25 Jul 2013
1 answer
162 views
If I register a route for this for example..."/view(/:category)(/:name)" this works just fine..."http://localhost:6699/test/view/home/index". But, if you request "http://localhost:6699/test/view/home/index/" with a trailing slash the route missing is triggered. I tried using regex in the route change event to remove trailing a slash if it exists, but that has no effect b/c after looking at your source code the url you modify in the change event doesn't update back to the url in the caller. So, how can I fix these type of route request or is this a bug with your SPA framework?

Currently I have to register two routes where one ends w/ a slash and both provide the same callback. But, this is not efficient to have to register two routes for each route needed. So, if I have 25 possible routes, then I have to register 50.

Or is there a way I can specify and optional trailing slash end the route definition?
Petyo
Telerik team
 answered on 25 Jul 2013
4 answers
370 views
Hi,

I'm just trying to play with the Scheduler and I get a compile error when I try to load the page.  Here is the compiler error:
Compilation Error
 
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
 
Compiler Error Message: CS0311: The type 'Shiner.ViewModels.CompanyEventVM' cannot be used as type parameter 'T' in the generic type or method 'Kendo.Mvc.UI.Fluent.WidgetFactory.Scheduler<T>()'. There is no implicit reference conversion from 'Shiner.ViewModels.CompanyEventVM' to 'Kendo.Mvc.UI.ISchedulerEvent'.
 
Source Error:
 
 
Line 19:
Line 20:
Line 21: @(Html.Kendo().Scheduler<Shiner.ViewModels.CompanyEventVM>()
Line 22:     .Name("scheduler")
Line 23:     .Date(new DateTime(2013, 6, 13))
At design time in the page, I have VS red squigly lines under the () of (bolded):  @(Html.Kendo().Scheduler<Shiner.ViewModels.CompanyEventVM>()

I have validated that the Kendo.MVC assembly is referenced correctly and has the latest version...2013.2.716.340.

I not sure where to go from here because everything else Kendo is working fine.

Thanks in advance.

Vladimir Iliev
Telerik team
 answered on 25 Jul 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)
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
ScrollView
Switch
TextArea
BulletChart
Licensing
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
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
SegmentedControl
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?