Telerik Forums
Kendo UI for jQuery Forum
21 answers
690 views
Hi,

I found this documentation for information to create KendoUI grid with CRUD operations. It seems that there is Product model behind this. But I did not find any information or examples about how to create kendo.data.model for remote data (Odata service).  Could anyone help with this?

read:   "/Products",
         update: {
            url: "/Products/Update",
            type: "POST"
         },
         destroy: {
             url: "/Products/Destroy",
             type: "POST"
          },
          create: {
              url: "/Products/Create",
              type: "POST"
           }

BR
Marko
Nikolay Rusev
Telerik team
 answered on 17 Sep 2012
5 answers
431 views
It seems that the current uploader is not working in IE9 (kendo v2012.2.723.)  I'm using async and have a Java back end that sends back a simple success message to the browser in the form of a json object when and upload is successful.  It seems that after you click the upload button and the file succeeds IE wants to send the response back to the hidden iframe in the browser.   You get a prompt that asks you to save the json file and neither the handle success or handle complete events are triggered  even though the upload was successful.  The upload wait animation never goes away either so it looks like the app is stuck even though it all succeeded. 
Dmitry
Top achievements
Rank 1
 answered on 17 Sep 2012
1 answer
112 views
HI,

Is it possilble to package up the associated unit tests with the KendoUI packages?  Other vendors, e.g. Sencha do this. It makes for a better developer experience being able to see the tests along with the code.

Thanks,

Richard
Iliana Dyankova
Telerik team
 answered on 17 Sep 2012
4 answers
169 views
Grid grouping doesn't work with jQuery 1.8
Works as expected with 1.7.1
Dave
Top achievements
Rank 1
 answered on 17 Sep 2012
4 answers
369 views
When I set the navbar title in HTML or via JavaScript
$("#resultsViewNavBar").data("kendoMobileNavBar").title(currentUser);

... it will just not be displayed/shown on Android devices. Is this by design?
If yes: can we change/enable/override this behavior?

Thanks.
Kamen Bundev
Telerik team
 answered on 17 Sep 2012
0 answers
161 views
HI,

i am planning to use Scrollview control for my mobile app. i tried scroll view in html page of normal aspx app, it is working.

we are planning to create a mobile app using MVC3. i tried the scroll view and mobile swith with mvc 3, it is not working.

How to get these controls with MVC 3. 

Is it working with MVC 3?

Kindly let me know the details.

Thanks,
Uma
Uma
Top achievements
Rank 1
 asked on 17 Sep 2012
3 answers
122 views
I have a modal window that displays a customer's details.  In this window there is a tab strip with several pages and one of the pages (divs) currently has a grid.  The problem is the grid when set to scrollable is not appearing correctly.  The scroll bars run off the bottom of the grid's content background and the content itself extends past the background.  Changing the sizes of the grid and the table does not fix the issue.  When I remove the grid's table element and place it directly on the page it works fine.  Please see the attached image for an example of the problem.
Remco
Top achievements
Rank 1
 answered on 17 Sep 2012
3 answers
367 views
Hi,

I have a treeview and bind datasource form web api.
When I tried to drag and drop node and an error occurred, "Unable to get value of the property 'length': object is null or undefined " in IE9.


There is my code

<script>
    $(function () {
        var serviceRoot = "http://localhost:12181";
        var homogeneous = new kendo.data.HierarchicalDataSource({
            transport: {
                read: {
                    url: serviceRoot + "/api/Group",
                    dataType: "json"
                }
            },
            schema: {
                model: {
                    id: "Id",
                    hasChildren: "hasChildren"
                }
            }
        });
        $("#treeview").kendoTreeView({
            dragAndDrop: true,
            dataSource: homogeneous,
            dataTextField: "Name"
        });
    });
</script>
<div id="treeview"></div>


Any advice?
Alex Gyoshev
Telerik team
 answered on 17 Sep 2012
3 answers
454 views
Is there a way to force the TreeView to reload all child nodes (AJAX) when a parent node is expanded?

Right now the children are only loaded once when the parent is first expanded.  I would like to have the treeview completely refresh all children from an AJAX call each time the parent node is expanded.

Thank you.

=== EDIT ===

It looks like I can use the _view array of the tree view's dataSource property and call the load() method of the view, but how do I get the view's index?
Alex Gyoshev
Telerik team
 answered on 17 Sep 2012
3 answers
787 views
Hi

Is there a way to specify the sort order for group headers in a grid?

I am returning the sort order as a number in another field and would like to display the groups sorted according to this field.  Additionally I do not want to display the grouped field in the table as a column.

As a work around, I've concatenated the sort field and group field values together and used that to group by but, although it works, it doesn't look good.  I thought of using the groupHeaderTemplate to then remove the sort prefix before displaying it but seeing as I don't want to display this info in a column, I don't have a way to specify the template.

Is there a way to specify a field in the columns section of a grid but not display it as a column (e.g. field "Section", hide: true) ?

Please help.
Rosen
Telerik team
 answered on 17 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
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?