Telerik Forums
Kendo UI for jQuery Forum
1 answer
189 views

Hello,

are there any plans to support Bridge.NET? It would be nice if there were Kendo UI Bridge.NET type definitions available. They might be generated automatically from TS definition files.

Petyo
Telerik team
 answered on 13 Jul 2016
10 answers
3.7K+ views
Using the MVC wrapper I create the grid.

I need to tell the grid to not render the alternative style of alternating lines. Right now it adds a .k-alt to every other TR

Is this possible?
SpicyMikey
Top achievements
Rank 2
 answered on 12 Jul 2016
1 answer
269 views

Hi everybody
I have an issue with the grid when scaling the browser window. For some reason I do not understand, the grid column width properties do not get adjusted in firefox. They do however in Chrome and Internet Explorer. Take a look at the screenshot.

Is this a known issue or am I doing anything wrong here?

Best regards

Dimiter Topalov
Telerik team
 answered on 12 Jul 2016
1 answer
323 views
Is it possible to make the popup window of the MultiSelect and ComboBox resizable?
Dimiter Topalov
Telerik team
 answered on 12 Jul 2016
7 answers
1.1K+ views
I'm not sure if this is a bug or just my not understanding the limitation of the data-field property.

While using the kendo grid to transform an existing table the rendering and functionality was not working if I had a data-field name with a dash. Underscores don't seem to cause an issue only a dash.

Works:
<th data-field="rendering_engine">Rendering engine</th>

Fails:
<th data-field="rendering-engine">Rendering engine</th>
Obenaus
Top achievements
Rank 1
 answered on 12 Jul 2016
2 answers
246 views

Hi,


I found a weird problem using drag and drop in a Kendo grid. The value of the cell that was changed loses his value after clicking into another cell. When I disable the functionality of drag and drop everything just works fine.  One remark on this issue is that when I use the TAB-key to go to another cell and not the mouse-click the value remains.
You can easily simulate this by an example on the Telerik dojo http://dojo.telerik.com/ufezi . Initially in the standard example the editable property on the grid was not set.
There is also another example available here http://jsfiddle.net/UsCFK 


Can someone please provide me a solution.


Regards,

Stefan.

Stefan
Top achievements
Rank 1
 answered on 12 Jul 2016
1 answer
249 views

Hi,


We recently switched from using onclick events to using kendo tap event for our mobile app (following your suggestion in other post).

As we found out, tap events are propagating and result with unintended events. For example - when the user clicks a button in view1 which navigates to view2, clicking this button will lead to view 2 but may also cause triggering a button of view2 that was located at the same position of the button in view1. 

We also found out (following another suggestion you gave us in a different post) that using e.preventDefault()  is solving this problem.

Our app has dozens, if not hundreds, tap events. Is there a better way to add them e.preventDefault()  rather than go over all those places in the code and add it there?

Petyo
Telerik team
 answered on 12 Jul 2016
1 answer
141 views

We recently switched from using onclick events to using kendo tap event for our mobile app (following your suggestion in other post). Since then Xcode console shows us a message we never saw before:
 *** WebKit discarded an uncaught exception in the webView:willRemoveScrollingLayer:withContentsLayer:forNode: delegate: <NSInvalidArgumentException> -[WebActionDisablingCALayerDelegate willBeRemoved]: unrecognized selector sent to instance 0x147627c20

Should we be concerned because of this Xcode error message?

 

Thanks,

 

Ron.

Petyo
Telerik team
 answered on 12 Jul 2016
5 answers
682 views
i want to update using batch update with grid widget.
if I click on save changes i get this error

Unable to get value of the property 'data': object is null or undefined

any help would be gladly welcome thank you

Mygrid
$(document).ready(function () {
    var emailGridDataSource = new kendo.data.DataSource({
        transport: {
            read: {
                url: "/franchisees/stock/emailkendoread",
                dataType: "json"
            },
            update: {
                url: "/franchisees/stock/emailkendoupdate",
                dataType: "json",
                type: "POST"
            },
            parameterMap: function (options, operation) {
                if (operation !== "read" && options.models) {
                    return { models: kendo.stringify(options.models) };
                }
            }  
        },
        batch: true,
        pageSize: 25,
        schema: {
            model: {
                id: "ProductID",
                fields: {
                    ProductId: { editable: false, nullable: true },
                    Name: { editable: false, validation: { required: true } },
                    Level: { type: "number", editable: false, validation: { required: true } },
                    MinQuantity: { type: "number", editable: false },
                    OrderByThe: { type: "number", editable: false },
                    Order: { type: "number", editable: true }
                }
            }
        }
    });
 
    $("#emailGrid").kendoGrid({
        dataSource: emailGridDataSource,
        navigatable: true,
        sortable: true,
        pageable: true,
        toolbar: ["save", "cancel"],
        columns: [
            "Name",
            { field: "Level", width: 150 },
            { field: "MinQuantity", width: 100 },
            { field: "OrderByThe", width: 100 },
            { field: "Order", width: 100 }],
        editable: true
    });
});
Odd Veibust
Top achievements
Rank 1
 answered on 12 Jul 2016
1 answer
156 views
Is it possible to connect Kendo notifications to browser notifications?
Ianko
Telerik team
 answered on 12 Jul 2016
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?