Telerik Forums
Kendo UI for jQuery Forum
4 answers
296 views
The panes and split bars within the overall splitter bar container all have absolute positioning set, which puts them outside the document flow. However, the container height is not set by the splitter bar, so markup after the container is positioned within the container area rather than below it.

I think it would be a good idea to manage the size of the splitter bar container in conjunction with calculating the pane and split bar positions.

Or, is there already a solution to this that I missed?

Regards,
Gary


Gary
Top achievements
Rank 1
 answered on 12 Jan 2012
2 answers
172 views
I'm having issues with a Datasouce when using a JSON service/data. I constantly get an error telling me that any of my fields are undefined. According to Fiddler, result is returned as JSON and is correctly formatted. This the same issue I'm having here: http://www.kendoui.com/forums/ui/autocomplete/weird-problem-with-autocomplete.aspx

As per the above post, the solution works fine in jsFiddle but NOT in the real world.

I'm creating my grid like this:
$("#gridTitles").kendoGrid({
            dataSource: {
                type: "json",
                transport: {
                    read: "../services/getTitles",
                    parameterMap: function (options) {
                        return $.extend(options, {
                            collection: collection
                        });
                    }
                },
                schema: {
                    model: {
                        fields: {
                            Title: { type: "string" },
                            OFLC: { type: "string" }
                        }
                    }
                },
                pageSize: 10,
                serverPaging: true,
                serverSorting: true
            },
            height: 250,
            sortable: true,
            pageable: true,
            columns: [{ field: "Title", title: "Title" }, { field: "OFLC", title: "Rating"}]
 
        });

Here is the data returned:
[{"Title":"Doctor Who and the Daleks","OFLC":"PG"},{"Title":"Doctor Who: Attack of the Cybermen","OFLC":"M"},{"Title":"Doctor Who: Battlefield","OFLC":"PG"},{"Title":"Doctor Who: Beneath the Surface - The Silurian Collection","OFLC":"PG"},{"Title":"Doctor Who: Black Orchid","OFLC":"PG"}]

I'm just guessing it is because the data isn't layed out like this:
{["SOME KEY": [{"Title": "something here...", "oflc":"something here..."}]
}

I could be wrong, but looking around these forums, everone who seems to have the 'undefined' issue on fields seem to have their JSON similar to how mine is returned. I have another datasource with data in the directly above format returned from a service that works...

Does the data returned need to be parsed or stringified before use? I'm using MS's JSON formattes which encode data and return as a string. This is being written directly to the response stream. Strange as Fiddler can understand it just fine.
Gabriel
Top achievements
Rank 1
 answered on 12 Jan 2012
4 answers
429 views
Can somebody provide me with sample to work with Kendo grid and Web Sql Database
Rich
Top achievements
Rank 1
 answered on 12 Jan 2012
2 answers
285 views
Hi,

Is it possible to assign a CSS class name to a header cell in a grid as I have some styling that is specific to a single cell that I want to apply with a style sheet?

Matt
Top achievements
Rank 1
 answered on 12 Jan 2012
1 answer
129 views
Is it posible to know the ids of input error through validator like error method? Or in the same error method get the respective id?
Rosen
Telerik team
 answered on 12 Jan 2012
9 answers
415 views
Hi,

I have a KendoUI grid that I am trying to populate with some JSON data.  Looking in Fiddler the grid is never attempting to access the JSON endpoint URL listed in the datasource filed.  I am sure I am missing something simple, but any help would be appreciated.  I have pasted the JQuery below:

$(document).ready(function () {
            $("#ktsMain").kendoTabStrip();
 
            $("#ktgMain").kendoGrid
            ({
                columns:
                [
                    { field: "ProjectName", title: "Project Name" }
                ]
                , dataSource:
                {
                    type: "json"
                    , transport:
                    {
                        read:
                        {
                            url: "http://localhost:7651/home/summaries"
                            , type: "GET"
                            , contentType: "application/json; charset=utf-8"
                        }
                    }
//                  , schema:
//                  {
//                      data: "ProjectSummaries"
//                  }
                }
                , editable: false
                , height: 500
            });
        });
Atanas Korchev
Telerik team
 answered on 12 Jan 2012
0 answers
215 views
Hi,

I found loading.gif and loading-image.gif in styles folder. So kendo treeview supports showing loading icon, right?
When a node is expanded, I will do some calculations which may take some seconds, and I want to show loading icon during that time.
How can I do that?

Thanks.
Thai
Thai
Top achievements
Rank 1
 asked on 12 Jan 2012
1 answer
1.2K+ views
If I'm getting data from a webservice and returning 10 at a time using server-paging, say there are 500 results, how do I return this so the datasource knows how many total pages there is?

Using Fiddler, it looks like: http://demos.kendoui.com/web/grid/remote-data.html has __count=830 under the key 'd'.

I'm not returning data like that but a simple JSON array. How would I go about it?
Nikolay Rusev
Telerik team
 answered on 12 Jan 2012
0 answers
120 views
Hello,

i have requirement like show the categoryAxis label in two lines.
presently i am showing on y axis of the chart like below.
Style: 1254ABGF, Color: 0018
I am expecting like.
Style:1254ABGF
Color: 0018 

can any one explain me how can i achieve this task, or is it possible with current version.
I hope i will get replay.
Ganesh
Top achievements
Rank 2
 asked on 12 Jan 2012
0 answers
134 views
Hi,
I am a newbie to kendo i just want to know whether we have include exclude controls in kendo.

Thanks,
Sathiz
Sathiz
Top achievements
Rank 1
 asked on 12 Jan 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
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?