Telerik Forums
Kendo UI for jQuery Forum
1 answer
460 views
How can I change the width of the splitter bars so they are easier to target on an iPad?
Dimo
Telerik team
 answered on 23 Nov 2011
3 answers
293 views
Is there any way to fire the upload action when the uploader is set to autoUpload: false?
I mean, using javascript not a click on a button.

thx.
Dimo
Telerik team
 answered on 23 Nov 2011
1 answer
145 views
I am trying to build the mobile application for stock market.So is it possible that stock market data can be updated in real time basis in kendo ui grid. Please guide me.
andrew
Top achievements
Rank 1
 answered on 22 Nov 2011
0 answers
82 views
Is there Option for Batch Updates (CRUD). if yes, how to enable it, any demos of it.
In that Case How will you handle Uncommited Modified Data, and the user changes Page or Applys filter that can hide the Modified Rows or sorts where the Row goes to another. How are such conditions handled ?
Naunihal
Top achievements
Rank 1
 asked on 22 Nov 2011
0 answers
164 views
Hi
Greetings!!!
Can you tell me whether Kendo UI grid supports streaming data?? for example in want to show streaming data continiously updating in the Grid for Microsoft or any other scrip. Please let me know how it is possible through Kendo UI.

Regards
Manash
WIPL
manash
Top achievements
Rank 1
 asked on 22 Nov 2011
2 answers
103 views
I have been trying to get a simple Kendo project to work and finally decided to post here for some help.

Here is my code:

<!DOCTYPE html>

<html>

<head>

    <title></title>

    <link href="kendo.common.min.css" rel="stylesheet" />

    <link href="kendo.kendo.min.css" rel="stylesheet" />

    <script src="js/jquery-1.6.2.min.js"></script>

    <script src="js/kendo.all.min.js"></script>

    <style>

        .contain {

            width: 800px;

            height: auto;

        }

    </style>

</head>

<body>

    <div id="container" class="contain">

        <div id="grid"></div>

        

    </div>

    <script>

        $(document).ready(function () {

            var source = [

                            {

                                "firstname": "Richard",

                                "lastname": "Rostant"

                            },

                            {

                                "firstname": "John",

                                "lastname": "Smith"

                            },

                            {

                                "firstname": "Harry",

                                "lastname": "Summers"

                            },

                            {

                                "firstname": "Henry",

                                "lastname": "Ford"

                            }

                         ];

            var ndataSource = new kendo.data.DataSource({ data: source });

            

            $("#grid").kendoGrid({

                datasource: ndataSource,

                columns: [

                                {

                                    field: "firstname",

                                    title: "First Name"

                                },

                                {

                                    field: "lastname",

                                    title: "Last Name"

                                }

                          ],

                height: 600

            });

        });

    </script>

</body>

</html>

I can't seem to get the grid to display anything. It renders, but no data is being displayed. I am sure that it is something simple that is just eluding me. 

Any help would be appreciated.

Richard
Top achievements
Rank 2
 answered on 22 Nov 2011
1 answer
143 views
I would like to place the menu at the bottom of the page. That would be opened up and the arrows were in the opposite direction.
Kamen Bundev
Telerik team
 answered on 22 Nov 2011
1 answer
144 views
I have a couple of widgets on a page that I want to be draggable, but I want to restrict the area from which the drag event may start (kind of like a "toolbar" at top of the widget that will move the whole widget). Is there any support for this functionality yet? 

(To clarify: see this for an example.)

/Jacob
Alex Gyoshev
Telerik team
 answered on 22 Nov 2011
3 answers
151 views
Hi,

I've played around a bit with the controls on the demo site and would like to give you some quick feedback about the DropDownList control (e.g. http://demos.kendoui.com/overview/index.html -> country list)

This control feels unnatural to me. The reasons, in my view, are:

1. Inconsistent: Compared to other kendo UI controls (e.g. buttons) or the standard HTML controls, the DropDownList has a 3D effect -> a shadow

2. Delay: When I hoover over the DropDownList it gets highlighted. Only after a short (but visible) delay of may be 50ms, it pops-out the shadow (testes in Chrome)

3. Mouse Pointer: When I click on the DropDownList, the mouse pointer changes from the arrow to a ....text marker (-> see screenshot attached) and then back to the arrow

4. Performance: The reaction of the DropDownList feels slow/not reactive compared to standard HTML DropDownList controls

Note: With "standard HTML DropDownList controls" I mean e.g. chrome://settings/browser (type this URL into your chrome address bar).

Regards,
Mike
Kamen Bundev
Telerik team
 answered on 22 Nov 2011
6 answers
278 views
Hi,

I have a need to have multiple windows interact.

The problem is, unlike your RadWindows for Ajax which will always be on top after receiving a mouse click, not so with the Kendo UI windows.

I will explain.

I open window A.

Window A launches window B.

Window B is UNDER window A.

I have written JQuery to search for the divs with the k-window classes, find the title span, and set the z-index behaviors I want but this is not as elegant as the behavior of your own RadWindows in the Telerik Ajax suite which I use on my other big ASP.NET project.

I believe your windows need to do 2 things for official v1 release.

A- Minimize

B- Whenever a window receives focus it should have the highest z-index. 

Thanks!!

Cary














Cary Abramoff
Top achievements
Rank 1
 answered on 22 Nov 2011
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
Date/Time Pickers
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)
SPA
Filter
Drawer (Mobile)
Drawing API
Globalization
Gauges
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
OrgChart
TextBox
Effects
Accessibility
ScrollView
PivotGridV2
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
Wizard
CheckBoxGroup
TextArea
Barcode
Collapsible
Localization
MultiViewCalendar
Touch
Breadcrumb
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
Popover
DockManager
FloatingActionButton
TaskBoard
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
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?