Telerik Forums
Kendo UI for jQuery Forum
1 answer
63 views
hi,

i have some thing like date d'échéance as column header title, then it is failing. I tried replacing the single codes with 96 & it is displaying correct. But, when i drag that column header for grouping, it is getting truncated  to date d.

Please help me on this.  
Nikolay Rusev
Telerik team
 answered on 03 Feb 2012
4 answers
406 views
Hi.

Is it possible to use HTML 5 local storage as a backend of the Kendo UI datasource? I couldn't find any examples on how to do this.

If it isn't possible, is this considered in the roadmap?

Br,
Timo Westkämper
raj
Top achievements
Rank 1
 answered on 03 Feb 2012
3 answers
861 views
I have created a grid and I have needed to use a template to create the toolbar. I want to be able to batch edit then save back to the server.

If I weren't using a template I could simply use
  toolbar: ["create", "save", "cancel"],

To do what I need, however I need the template as I have a dropdown box in the toolbar and some other html.

How do I tap into these events from a control inside my custom toolbar?

Any help would be great!

Rosen
Telerik team
 answered on 03 Feb 2012
1 answer
193 views
I want to bind the data object written from the Sharepoint BCS to KendoGrid used in Sharepoint webpart. Also, according to my knowledge to bind kendo grid the data should be in json format. If this is correct then how to convert the data from BCS into JSON and then bind it to KendoGrid on client side?
Atanas Korchev
Telerik team
 answered on 03 Feb 2012
0 answers
443 views
Hello
     I have a requirement where I ll do a $.ajax call and then store the ajax call response to a kendo datasource...like below
   $.ajax({
                url: url,              
                type: 'POST',
                contentType: 'application/json',
                dataType: 'json',
                success: function (responsedatas) {
                     ///I got datas here..If i put debugger im able to see the datas
                      var KendoSource = new kendo.data.DataSource({ data: responsedatas});
                       $("#grid").kendoGrid({
                    dataSource: {
                        data: KendoSource
                    },
                    height: 360,
                    groupable: false,
                    scrollable: false,
                    sortable: false,
                    pageable: false,
                    columns: [{
                        field: "ContactID",

                        title: "ContactID"
                    }]
                });
                }
            });

If i do the above code...My grid doesn't have datas... If i give the responsedatas directly to the grid data..IM able to get the grid properly..But i wanna use kendosource..I was testing this kendosource to work..I have lots of requirements on kendosource...

raj
Top achievements
Rank 1
 asked on 03 Feb 2012
3 answers
1.3K+ views
How do I select the first first node in a kendo treeview?

Thanks!
Rafi
Top achievements
Rank 1
 answered on 03 Feb 2012
0 answers
92 views
Hi All, 

Can it be possible to add a "search" toolbar in Grid. It will have and text input and will search through data source. 

Thanks.
Greffin
Top achievements
Rank 1
 asked on 03 Feb 2012
1 answer
137 views
My json response has a string returned as HTML, for example
"Names":"<bold>bold<\/bold>"

This is stored in a kendo datasource and then applied to a grid.
How can I get my grid to display bold instead of
<bold>bold<\/bold>
Dimo
Telerik team
 answered on 02 Feb 2012
1 answer
201 views
Hello all,

Is there any way to use a conditional statement inside of Kendo Template? I want to show one thing if a variable is true and another when it is false.
Miroslav
Top achievements
Rank 1
 answered on 02 Feb 2012
0 answers
137 views
Hi
I have a json file in the following format.
[{"collection_id":"1","collection_name":"Titles",
"properties":[{"property_id":"2","property_name":"name",
"property_data_type":"string","property_column_order":1}],
"values":[{"row":1,"row_values":[{"property_id":"3","property_value":"Mr."}]},
{"row":2,"row_values":[{"property_id":"4","property_value":"Ms."}]},
{"row":2,"row_values":[{"property_id":"5","property_value":"Missus"}]}]}]

I want to display it in following format in the kendo grid(just one column "name")

name
Mr
Ms
Missus

What would be the best way to map this.

Thanks In Advance.
Mahesh
Top achievements
Rank 1
 asked on 02 Feb 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
Drag and Drop
Application
Map
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
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?