Telerik Forums
Kendo UI for jQuery Forum
0 answers
88 views
I would like to use inline editing with KendoUI grids in an MVC context, but can't at the moment for any data containing Date fields, because whenever I click the Update button (whether after creating a new record, or editing an existing one), even if I haven't changed the date field, I get a validation error (e.g. if the field is DateOfBirth)

"The field Date of Birth must be a date". (please see attached screenshot)

The date format I am setting for the Grid is dd MMM yyyy (because this is unambigous, whereas e.g 04 06 2012 is ambiguous and could mean either 4 June 2012 or 6 April 2012) and my pc (Windows 8, running Visual Studio 2012) is set up with UK regional settings.

(I have a support ticket set up for this, but no solution yet after 10 days), so am posting it here in case anyone else can help.

NB It has been suggested that I set the culture to "en-GB" (which I have never had to do before, including lots of other [non inline editing] use of KendoUI grids), but it didn't resolve the problem.

Thanks in advance for your help
Patrick
Top achievements
Rank 2
 asked on 31 Oct 2012
1 answer
135 views
Hello,

Using the latest library of kendoui web open source ("kendoui.web.2012.2.710.open-source").

The method destroy is not available. 

var splitter = $("#splitter").data("kendoSplitter");
splitter.destroy();
TypeError: Object [object Object] has no method 'destroy'

Where can I find i the doc whic method is available for a specified version of kendo? Is that posible?

Thx!
Dimo
Telerik team
 answered on 31 Oct 2012
0 answers
115 views
How to change kendo theme at web?
Alicia
Top achievements
Rank 1
 asked on 31 Oct 2012
1 answer
217 views
Hi All,
I have a question about positioning tooltip,because when you hover on chart tooltip it is shown too far from it.
Is there any way to set tooltip as closer as possible to chart or controll tooltip position?

Sincerely,
Arsen
Hristo Germanov
Telerik team
 answered on 31 Oct 2012
3 answers
352 views
Having a right-click contextmenu on the grid container, I get an unexpected behaviour while clicking on the menu.

The first click does not "fire" the post on the link, but click sequence no > 1 behavious as expected. 

Here a Fiddle of the issue. 

Why is the first click any different than the click > 1 ?
Hari
Top achievements
Rank 1
 answered on 31 Oct 2012
1 answer
239 views
Hi,

Our client asked if this is possible.
I checked the API documentation but i cant find anything on it.

Is it possible to add a gradient/fading effect to the color band of a radial gauge.
I want the color band to start as red on the left and fade to green on the right. It will look much smoother than set colors in the band.

Regards,
Morne
Hristo Germanov
Telerik team
 answered on 31 Oct 2012
1 answer
162 views
Im having trouble with the back button.  For some reason when i hover my mouse over it in Firefox 16.0.1 it doesnt register it as a link when the data-role="backbutton" is applied.  When i remove it it works great. 

When I go into Safari, the back button works.  Its weird, in FF the backbutton is styled pretty poorly, loooks like something isnt working.  Any thoughts on this

<div data-role="pane" data-layout="side-default" data-transition="slide">
    @* Menu: Level 1 *@
    <div data-role="view" data-title="Centro Web Panel" id="side-root">
        <header data-role="header">
            <div data-role="navbar">
               <span data-role="view-title"></span>
            </div>
        </header>
 
        <ul data-role="listview" data-style="inset" @*data-source="splitViewCategories" data-template="categoriesTemplate"*@>
            @* TODO: Get rid of hard coded stuff *@
            <li><a class="km-listview-link" href="#side-inbox" data-role="listview-link">Todo</a></li>   
            <li><a class="km-listview-link" href="" data-role="listview-link">Drafts</a></li>   
            <li><a class="km-listview-link" href="" data-role="listview-link">Pending</a></li>   
            <li><a class="km-listview-link" href="" data-role="listview-link">Completed</a></li
        </ul>
    </div>
 
    <div data-role="view" data-title="Todo" id="side-inbox">
        <header data-role="header">
            <div data-role="navbar">
                <a id="back-button" class="nav-button" data-align="left" data-role="backbutton">Back</a>
                <span data-role="view-title"></span>
            </div>
        </header>
         
        <ul data-role="listview" data-style="inset">
            <li><a class="km-listview-link" href="" data-role="listview-link">Cardiology</a></li>   
            <li><a class="km-listview-link" href="" data-role="listview-link">Radiology</a></li>   
            <li><a class="km-listview-link" href="" data-role="listview-link">All Patients</a></li>   
        </ul>
    </div>
 
</div> @* --> end of left menu area *@
Kamen Bundev
Telerik team
 answered on 31 Oct 2012
3 answers
190 views
How to get and set value to particular cell of  kendoGrid programmatically?
Alexander Valchev
Telerik team
 answered on 31 Oct 2012
0 answers
107 views
I use Inline Edit-Grid.data is read from the Web Server using JSON.

below is the read section of my grid

on parsing URL is not being generated.

What is the standard way of calling the Controller Action .(I am not using Kendo UI helpers)


dataSource = new kendo.data.DataSource({
                           transport: {
                               read: {
                                   url: ('<%=Url.Action("GetUserList") %>'), 
                                   dataType: "json"
                               },
Harshil
Top achievements
Rank 1
 asked on 31 Oct 2012
6 answers
209 views
Hi,
When I set reorderable to true 
Drag the column the x sign always shows and never allow me to drop the column in new place.
I wander why your example work and mine is not.

Best,
Andrew
Top achievements
Rank 1
 answered on 31 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
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?