Telerik Forums
Kendo UI for jQuery Forum
2 answers
152 views

Hello, 

 http://dojo.telerik.com/alifO/25

If the id and parentId of model and String as this sample, it is impossible task added when the Add Task and Add Child.
If you look at the console log it seems to have become in [Maximum call stack size exceeded].
Is it should be How to deal with id and parentId as String?

Ikou
Top achievements
Rank 1
 answered on 19 Oct 2015
9 answers
1.4K+ views

I have added a date field using a datepicker as below

@(Html.Kendo().DatePickerFor(m => ​m.StartDate)
                            .Format("dd/MM/yyyy")
                            .ParseFormats(new List<string>()
                                          {
                                            "dd/MM/yyyy",
                                            "dd/MM/yy",
                                            "dd MMM yyyy"
                                           })
                            .HtmlAttributes(new { @class = "k-datetimepicker" }))​

 

 

However, on tabbing out, kendo ui datepicker throws an error "The field must be a date"

 

Can you please assist? I have seen a few other threads on the forum and tried other solutions like adding a script tag to set culture info but nothing seems to work. These solutions have not worked for everyone either. 

Daniel
Telerik team
 answered on 19 Oct 2015
3 answers
720 views

Hello,

I have the situation above (based on the demo) :

In the scheduler, we have 3 groups (Alex, Bob and Charlie), sometimes Alex has a freetime to do work stuff from 8pm - 10pm and he works with clients from 12pm-4pm, i wanna change the the cell's background color on this timeranges (work stuff (red) / work with clients (yellow) / the rest (light blue)).

 Is there anyway or good practice to do this?

Thanks for the attention!

Vladimir Iliev
Telerik team
 answered on 19 Oct 2015
2 answers
637 views

Hello,

I am facing ​a issue regarding the angular translate with the kendo grid header. I have added the {{'KEY_NAME' | translate}} to all title field in the grid columns.

A ​language drop-down is added to the screen, on ​selection of language the UI screen content should get translated. Outside the kendo grid, the content is translated but kendo grid headers are not translated.

Could you please help me on this.

Konstantin Dikov
Telerik team
 answered on 19 Oct 2015
1 answer
113 views

Hi,

 

I am using selenium for testing out application.

I encounter a problem with inline-editing that I reproduce with the code below on the demo in your site.

What happen is that the field got update but after click on the "Update" button the value remain as before.

With nativeEvents=true it does work but it cause many other issues.

How can it work with nativeEvenets=false ?

 

 

public static void main(String[] args) throws InterruptedException {
System.setProperty("webdriver.ie.driver",
"C:\\Dev\\Selenium\\IEDriverServer.exe");
final DesiredCapabilities capabilities = DesiredCapabilities
.internetExplorer();
capabilities.setCapability("nativeEvents", false);
capabilities.setCapability(
InternetExplorerDriver.IE_ENSURE_CLEAN_SESSION, true);
capabilities.setCapability(InternetExplorerDriver.REQUIRE_WINDOW_FOCUS,
true);

WebDriver driver = new InternetExplorerDriver(capabilities);
driver.get("http://demos.telerik.com/kendo-ui/grid/editing-inline");
driver.findElement(
By.xpath(".//*[@id='grid']/div[3]/table/tbody/tr[2]/td[5]/a[1]/span"))
.click();
Thread.sleep(3 * 1000);
driver.findElement(
By.xpath(".//*[@id='grid']/div[3]/table/tbody/tr[2]/td[1]/input"))
.sendKeys("kuku");
Thread.sleep(3 * 1000);
driver.findElement(
By.xpath(".//*[@id='grid']/div[3]/table/tbody/tr[2]/td[5]/a[1]/span"))
.click();
Thread.sleep(3 * 1000);

}

 

Dimo
Telerik team
 answered on 19 Oct 2015
4 answers
83 views

Hi, 

How do I enable sortable functionality for a grid in AngularJS. Essentially I am looking for something like this:

http://demos.telerik.com/kendo-ui/sortable/integration-grid

However, my grid is an AngularJS Kendo Grid.

A demo link will be helpful.

Thanks,

Kalpana

Kalpana
Top achievements
Rank 1
 answered on 19 Oct 2015
2 answers
480 views
Is there a form builder for kendo ui web? I haven't been able to find one. and it is fairly repetitive to just make forms over and over.
Even if there was some software that would let me define my own custom html elements and drag/drop them onto a form, I'd be very glad to know about it. I would reallly appreciate it if someone knows where to find one.

Otherwise, I did build my own and it's currently on JS Bin. I just had to share it :)
if you want to run it, just click on the tiny arrow in the corner of the screen and go to live preview.
it only works in firefox, but it does work well.

It allows you to create elements of different types with a name and a variable name and then drag them onto a table wherever you want.
you can then hit generate and the html for the controls in kendo web mvvm is output into the textarea below.
the code is still a little rough, but I plan on fixing it eventually. But for now it does exactly what I need.

http://jsbin.com/erixot/191/edit
is where it is located

Cheers,

~Kevin G.
Chikh Benaceur
Top achievements
Rank 1
 answered on 18 Oct 2015
9 answers
409 views
How do I insert plain text into the editor frame at the current cursor position, from a drop down list (on the toolbar)? I can insertHtml() but that messes up the styling of the inserted element as it (in my case) breaks up the Span element
Sreekanth
Top achievements
Rank 1
 answered on 16 Oct 2015
2 answers
890 views
The documentation states that, "...it is not possible to have a scrollable Grid with automatic table layout (i.e. automatic column widths, which depend on the cell content".  Is there a workaround to get this functionality or is it really impossible? 
Dominik
Top achievements
Rank 1
 answered on 16 Oct 2015
5 answers
379 views

Hello,

 I have a grid with detail template, and a button in detail section will change one cell value of its master row.

The question is that, after cell value is changed (datasource.set), this grid is rebind, original detail of this row is gone, and this row is unselected. This isn't what I want.

Is there a way to avoid rebinding this grid, I just want to change a cell value​ without rebind, and keep this detail section, this selected row etc..
Boyan Dimitrov
Telerik team
 answered on 16 Oct 2015
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
Licensing
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
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?