Telerik Forums
Kendo UI for jQuery Forum
2 answers
124 views
Hi,

I was wondering if there was any reason I couldn't use CoffeeScript with the Kendo UI. Has anyone tried it and if so were there any gotchas.

TIA...
Cuinn
Top achievements
Rank 1
 answered on 24 Nov 2011
3 answers
412 views
Can Kendo UI be easily used along side some of the grid based CSS that are widely used. I was thinking on standardizing on Kendo UI along with ZURB's Foundation (http://foundation.zurb.com/) . Notice the mobile capabilities of Zurb Foundation. The other CSS framework that I'm currently reviewing is Blueprint (http://www.blueprintcss.org/).

If anyone has other used other CSS frameworks that should work well with Kendo UI please chime in.

TIA...
firestream99
Top achievements
Rank 2
 answered on 23 Nov 2011
5 answers
2.1K+ views
Hi,

I'm trying to show the value of a hidden column when the row is selected.  I know hidden cols value can be accessed by dataSource.view.  How can I do something like:

  alert(this.dataSource.view()[this.select().index()]);

where do I specific the index or field title I want to access, and how do I get it to return a string?

Thanks


jack
Top achievements
Rank 1
 answered on 23 Nov 2011
1 answer
518 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
327 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
170 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
102 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
193 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
129 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
160 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
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?