Telerik Forums
Kendo UI for jQuery Forum
5 answers
1.1K+ views
Is this the actual implementation of kendo grid?
I wanted to have something like:
@(Html.Kendo().Grid(Model)
      .Name("Foo")
      .Events(e => e.DataBound("server_databound"))
)
and my script:
<script>
function server_databound(){
      alert("hey there!");
}
</script>

when the grid is loaded, the alert isn't fired until I included these:
.DataSource(ds => ds
     .Ajax()
)

is kendo grid's databound event only fired with ajax binding?
what may be a cleaner workaround for this that you might suggest?
Nikolay Rusev
Telerik team
 answered on 14 Aug 2012
1 answer
126 views

1) bar charts showing values like 4000 etc i want to present this value like "4.0 k". is there any way to format like this?
2) line chart labels values and bar chart values are over ride when those are in same position so is there any to show the values on top when the values are over ridden only ,other wise it should be in bottom
3) My X axis values are started from 2 nd line and  i want to start from 1 line

Barbaros Saglamtimur
Top achievements
Rank 1
 answered on 14 Aug 2012
0 answers
68 views
1 answer
119 views
In my grid the dirty flags aren't being removed after a successful update to the server. Does the server need to respond with a specific type of message to enable this to happen? It's currently returning an HTTP 200.
Nikolay Rusev
Telerik team
 answered on 14 Aug 2012
4 answers
305 views
I'm trying to sync changes to my remote datasource but it's only changing them locally. 

Here's my code:

Datasource:

var dataSource = new kendo.data.DataSource({
            transport: {
                read: {
                    url: "http://localhost:8080/databases/shipping/docs",
                    dataType: "json",
                    data: {
                        q: "javascript"
                    }
                },
                update: {
                    url: "http://localhost:8080/databases/shipping/docs",
                    dataType: "json"
                }
            },
            schema: {
                model: {
                    id: "id",
                    fields: {
                        Name: { type: "string" },
                        Telephone: { type: "string" },
                        Address: { type: "string" },
                        Suburb: { type: "string" },
                        City: { type: "string" },
                        Province: { type: "string" },
                        Country: { type: "string" },
                        PostalCode: { type: "string" },
                        DeliveryStatus: { type: "string" },
                        Packages: { type: "auto" }
                    }
                }
            }
        });

"Save Changes" Button Click: It might be a bit messy because I've been trying loads of different techniques

var packageId;
 
        function saveChanges(e) {
            var button = e.button,
                item = packageDataSource.get(button.data("itemId"));
            packageId = item.ID;
             
            dataSource.fetch(function () {
                var packageToUpdate = dataSource.data()[id].Packages[packageId];
                packageToUpdate.Status = "Delivered";
                dataSource.sync();
                console.log(dataSource);
            });
        }

I can see the changes reflecting in my console when I check the console.log(dataSource); after the dataSource.sync(); but when I check my remote database there's no change. 
Devon
Top achievements
Rank 1
 answered on 14 Aug 2012
9 answers
492 views
Hi, somebody would have some example a Grid with 2 o 3 DropDownList in cascading???

Thanks you.
srinivas
Top achievements
Rank 1
 answered on 14 Aug 2012
0 answers
32 views
Hi Team,
I am getting some white space after records while scrolling is enabled . Please find attachment and solve my problem.
Prasad
Top achievements
Rank 1
 asked on 14 Aug 2012
0 answers
134 views
Hello,

We are using KendoUI Grid control to display a large size of local data without paging. Unfortunately, a frequent refresh got me stuck. I am using kendo.data.ObservableArray as the datasource, but the browser still keeps stopping responding while the array changes. Any suggestion?
Wenhao
Top achievements
Rank 1
 asked on 14 Aug 2012
0 answers
163 views
There are large amount data for treeview in a level, so I can‘t load all data to HTML, because it is ineffective when opperate DOM.
How to use virtual scrolling in tree like grid, only load and display data in current area?
Kiya
Top achievements
Rank 1
 asked on 14 Aug 2012
0 answers
80 views
Please delete this post, discovered it was a styling issue not a problem with configuration.

Sorry.
Mike
Top achievements
Rank 1
 asked on 13 Aug 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?