Telerik Forums
Kendo UI for jQuery Forum
0 answers
67 views
Hello,

I have a grid using remote data vistualization connected to an OData datasource.  Everything is working correctly but if I add a filter, then call a datasource.read() and a grid.refresh(), the first records will be loaded but for some reason, the.count returned by the OData service seems to be ignored.

So if you have set the grid pageSize to 50, only the first 50 records will be requested to the server and then, no more call will be sent to the serveur (even if a count of 300 was returned by the jsonp response).

Can you confirm if this is a bug?

Best regards,

Simon
Simon
Top achievements
Rank 1
 asked on 21 Sep 2012
0 answers
99 views
Removed - wrong forum.
gm
Top achievements
Rank 1
 asked on 21 Sep 2012
0 answers
109 views
Hi,

I'm using Kendo Editor and I just noticed a strange behavior but only in Chrome.  It woks fine in IE and FF.

When I have the editor displayed on the page many buttons or links on the page just change their behavior to make the content scroll and also when I mouse over the button bar of the editor.

I found a work around by hovering the mouse over the text part of the editor from the side of the editor and then going up to hover over the button bar.

Does anybody knows of this and is there any way to circumvent?

Thanks
Stéphane Lagacé
Top achievements
Rank 1
 asked on 21 Sep 2012
0 answers
214 views
I am using comboboxes in a Kendo grid, and have not had any problem with the model binding working when the data is posted back to the server by the grid.  However, I just tried using a Kendo ComboBox in a traditional form that does a standard post (instead of an ajax post), and model binding does not work.  The reason is that the posted values don't match the MVC conventions for child properties.  

A quick example:

Let's say you have a combobox bound to an Employee property in your view model, and the Employee object has two child properties - EmployeeName and EmployeeId.

If you look at the ajax post of the data when this ComboBox is used in the grid it looks like this:

Employee.EmployeeId
Employee.EmpoyeeName

But when you put the the same ComboBox in a standard form, and post back to the server, the values are posted like this:

Employee
Employee_input 

This causes the form data not to be bound to the model accepted by the controller action method, since this naming standard does not follow the MVC binding conventions.  Why does this control behave differently in these two scenarios, and how can I make it start working in my forms?  Is there a Kendo model binder I need to register in my project?  This is a rather urgent issue, as we are getting ready to launch a Kendo Grid implementation, and this is breaking the existing forms now that they have been converted to use Kendo Comboboxes.  

I already created a support ticket for this, but thought I would try the forums as well, as I need to find a solution ASAP.

Thanks, DanO
Dan
Top achievements
Rank 1
 asked on 21 Sep 2012
0 answers
136 views
My applicartion has a ListView which has a detail view similar to "Sushi" app.
 
I need to add an array of images instead of singe image in my detail view which is implemented as template similar to sushi app again.

Can you provide me a pointer how this can be implemented,
Btw, I tried to find a span(place holder) and replace html using jquery, but it did not work.

Thanks


Jan
Top achievements
Rank 1
 asked on 21 Sep 2012
0 answers
94 views
Hi,

Can I get the current state of the Kendo UI GRID?

What i'm trying to do is allow my end users to change a grid according to their specifications(filtering, sorting, column reorder) using functionalities that come out of the box with Kendo UI. However, what I want to know is after the user does their specifications, is there any way for me to get a snapshot, a json/xml string or anything else that I can save and later load back onto the grid?

Dave
Top achievements
Rank 1
 asked on 21 Sep 2012
3 answers
133 views
Hi all,

I couldn't find a solution into the forum.

How can I prevent from writing into the control box?

I'd like to allow the user to - only - set the date from the calendar panel.

Thanks a lot.

Matteo
Matteo
Top achievements
Rank 1
 answered on 21 Sep 2012
1 answer
302 views
Given the following HTML, where the <div id="jobsGrid"> is transformed to a kendoGrid, how can I get it to expand to fill the page?

    <h1>@Model.Name</h1>
    <h2>Welcome User</h2>    
    <h4>Jobs:</h4>
    <div id="jobsGrid"></div>
Iliana Dyankova
Telerik team
 answered on 21 Sep 2012
1 answer
239 views
Hi,

I tried to load kendoEditor inside JQuery dialog, I created my own knockoutjs custom binding for this.
All works fine except on Insert Image & Create Link dialog, all fields are disabled there.
Please checkout this fiddle: http://jsfiddle.net/budiadiono/K8Kdr/2/, and try to insert image and link there.

Thanks in advance!
-- Budi
Budi
Top achievements
Rank 1
 answered on 21 Sep 2012
1 answer
123 views
Good day!

In the application we are developing we are using the Kendo grid to show large quantity's of data. We also want to combine this with the edit functionality of the grid. Users can edit the data in the pop-up.

In my test application, this works great. I get a nice pop-up with the edit fields, and the fields that I disabled in the schema are not editable, as they are supposed to be. But when converting this to our application situation we run into some small problems.

The test application where it works can be found here: http://jsfiddle.net/bartfukkink/v8VJA/

In this example, we want our Columns and sorting information to be provided trough an Ajax call. This way, our customers will always have the same layout as they had when they last used the screen. I got working neatly now, using JSON to create a object and use that in the initialisation of the grid.

So far so good. Now I want to also get the Schema information working this way. So I create a schema (ruby - server side ) and get that over correctly. But I just can not get it to use the schema to restrict the editing the user can do.

Does anyone have any documentation that could help with this? Especially in what kind of format the result of the schema should be?

If I supply the schema like this (unparsed JSON) and supply it to the Schema property of the DataSource, this is not used.

{"model":{"id":"test","fields":{"ProductID":{"type":"Number","editable":false},"ProductName":{"type":"String"},"UnitPrice":{"type":"Number"}}}}

Any help would be greatly appriciated.
Bart
Top achievements
Rank 1
 answered on 21 Sep 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?