Telerik Forums
Kendo UI for jQuery Forum
2 answers
228 views
Reference Url

$("#grid").kendoGrid();
$("#grid").data("kendoGrid").refresh();

All of this ceremony caused frustration and so we decided to eliminate it by supporting method chaining. With this latest service pack, you'll be able to write JavaScript that's more readable:

$("grid").kendoGrid("refresh");

------------------------------------------
So what's the deal here?  We're to pass in method names as a string?  Cant just do...?
$("#grid").kendoGrid().refresh();
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 16 May 2012
1 answer
170 views
I am using Kendo grid to display the search results to used. I doing it following way but it is always giving error " Unable to get value of the property 'length': ". I checked and my json string is in correct format.

var pagePath = "Default.aspx";
 var fn = "getMenuData"
            var dataSource = new kendo.data.DataSource({
                
                transport: {
                    read: {
                        dataType: "json",
                        url: pagePath + "/" + fn,
                        contentType: "application/json; charset=utf-8",
                        type: "POST"
                    }
                },
                schema: {
                    data: "data"
                }
            });

           $("#grid").kendoGrid({
                dataSource: dataSource,
                height: 350,
                scrollable: true,
                sortable: true,
                filterable: true,
                pageable: true,
                groupable: true,
                columns: [{ title: "Menu ID", field: "MenuID" },
                    { title: "Menu Name", field: "MenuName"}]
            });

Also, how can I make it to that when user enter any value in the textbox on the page and clicks search button, the kendo grid updates its data to show search results. I tried rebind but it didn't work.

Thank you,
J
Carlos Adriano
Top achievements
Rank 1
 answered on 16 May 2012
4 answers
146 views
I have a chart with 90-degree rotated category axis.
categoryAxis:{
    categories:names,
    labels:{rotation:90}
},

This works fine in FireFox 12, but in IE9 (64 bit) running on Windows7 I am getting hierogliphics. I have done nothing special with the font settings in the browser, so it seems the default for charts is an Arial or Verndana type font.

Horizontal labeling is working fine. (the data is remotely driven, so creating a JsFiddle would take a little work).

Dr.YSG
Top achievements
Rank 2
 answered on 16 May 2012
2 answers
374 views
In what way do I query the current page shown by the scrollview widget from Javascript?
Ron
Top achievements
Rank 1
Veteran
 answered on 16 May 2012
3 answers
166 views
Hi, I have a grid with edition inline, with a problem.
When I edit a row, later save changes, it's working fine, but when I try edit the same row again, it gets an error, without none error message.
What can be happening?

Igor
Top achievements
Rank 2
 answered on 16 May 2012
0 answers
99 views
if i want to use my remote data for binding the grid, what is the schema format to be followed for getting the data.

1. Why remote-data sample is not  working with our remote data  binding?
2. type: "odata"  is it compulsary?
3. Odata services and kendo services only will work ?

Srinivasulu
Top achievements
Rank 1
 asked on 16 May 2012
0 answers
91 views
Hi there,

please clarify with me,

I need to show Chart value with category name in a same line.

Is there possible to do this.

Thanks,
Rajesh.C
Rajesh
Top achievements
Rank 1
 asked on 16 May 2012
0 answers
55 views
Hello,

when we open the window page scrolling position was in middle but after maximize and minimize the window page is scroll up, is there any solution in window ui like after minimize the window page set scrolling position as before maximize the window.

thanks
Wajahat
wajimam
Top achievements
Rank 1
 asked on 16 May 2012
0 answers
82 views
Hi,

If in grid I have editable and not editable fields, how to display which fields are editable and which are not? 
Sergey
Top achievements
Rank 1
 asked on 16 May 2012
0 answers
64 views
Hi,
We are using filter in data grid.I want to know where exactly the filter data will be stored.because when i tried dataSource._data it is giving me the whole data not the filtered one.

Thanks in advance
Regards
Deep
Deep
Top achievements
Rank 1
 asked on 16 May 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
ScrollView
Switch
TextArea
BulletChart
Licensing
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
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
SegmentedControl
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?