Telerik Forums
Kendo UI for jQuery Forum
2 answers
110 views
It seems that the current filters are set up on dataSource to do an AND when I apply a filter across multiple fields. By this, I mean result rows shows up only if the data exists in all the fields specified in the filter.

Is it possible for results to be displayed if just one of the fields in the filter match?

Example: http://jsfiddle.net/ZpCAy/27

A search for 'Vins' does not present any results.
Joel
Top achievements
Rank 1
 answered on 28 Dec 2011
2 answers
499 views
Can someone supply a brief example of proper syntax for defining and accessing aggregates on a datasource?   I am unable to access any aggregates results (function keeps returning UNDEFINED).   I must be missing something trivial.  Modified fiddle sample I am experimenting with:

http://jsfiddle.net/divotfixer/QwQwF/
Andrew
Top achievements
Rank 1
 answered on 28 Dec 2011
2 answers
1.8K+ views
I know we can add custom buttons to toolbar of kendo grid but I coul not find how to add click event listener to these custom buttons ?

TIA
Cagatay
Top achievements
Rank 1
 answered on 28 Dec 2011
6 answers
212 views
I would like to have one kendo datasource that get its data from an ajax call that contains multiple arrays of data in one wrapper. The data in each array could be shaped differently and would be used for different tables/charts on the same page. So for example the data returned from the web service call would look like:
[
{ type: "names", name: "john", age: 12},
{ type: "names", name: "andy", age: 10},
{ type: "names", name: "sally", age: 11},
{ type: "toys", item: "bike", price: 69.99, color: "red"},
{ type: "toys", item: "yo-yo", price: 5.99, color: "blue"},
{ type: "toys", item: "football", price: 19.99, color: "brown"}
]

and I would like to have one table show the names and another table show the toys.  Is this possible?
Dmitry
Top achievements
Rank 1
 answered on 28 Dec 2011
0 answers
101 views
I've been trying to get the editable gird to work with my project, currently I have a telerik grid which uses ajax and is editable and works fine, I'd like to make a mobile editable table to edit the same sql database.

how would I go about this? Inoticed in the sample the table points to several URLs but I'm not usre how these URLs are generated based on the sql table.

Can anyone give me any pointers to get it to work?
Ahmed
Top achievements
Rank 1
 asked on 28 Dec 2011
2 answers
155 views
Hi telerik team,

I am new to kendo charts. Please tell me how to set the x and y axis' texts in kendo charts like the one in the attached file.
Jud
Top achievements
Rank 1
 answered on 28 Dec 2011
3 answers
1.1K+ views
Bug or Feature?
Kamen Bundev
Telerik team
 answered on 28 Dec 2011
0 answers
143 views
I have a grid that I use to display data in. I use my own paging and not the inbuilt method.

Is it possible to enable paging on a grid, then override it to show links to pages (e.g. site.com/stuff/page/2) that I specify?
Gabriel
Top achievements
Rank 1
 asked on 28 Dec 2011
0 answers
85 views
Anyone have any sample code of how to use the Grid in a multi column/wrap look?

I would like to be able to have 2 or 3 columns with x number of rows.
Voss
Top achievements
Rank 1
 asked on 28 Dec 2011
1 answer
204 views
I'm using the Kendo grid to display Elmah errors (test project to evaluate Kendo UI) from a remote data source that gets JSON data from an MVC application. 

I've put a calendar control on the form to filter the data. However, I can't seem to get the read operation to send the parameters. Can anybody figure out what I'm doing wrong? Here is the code:

var errSrc = new kendo.data.DataSource({
    transport: {
        read: {
            url: '@Url.Content("~/Errors")',
            dataType: 'json',
            type: 'post',
            data: function () {
                var d = { day: model.date() };
                return d;
            }
        }
    },
    schema: {
        parse: function (data) {
            if (data.length > 1000) {
                data = data.slice(0, 1000);
                model.tooMany(true);
            }
            var errs = $.map(data, function (item) { return new Error(item) });
            model.errors(errs);
            model.count(errs.length);
            return model.errors();
        }
    }
});

I have confirmed that the data function is getting called and the correct date is being returned. However, no data is being sent in the HTTP post (confirmed using Fiddler2).

I've tried a couple different approaches (such as calling errSrc.read({ day: model.date() })) but haven't gotten it to work yet.
Brian
Top achievements
Rank 1
 answered on 28 Dec 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
MultiColumnComboBox
Dialog
Chat
DateRangePicker
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Effects
Accessibility
PivotGridV2
ScrollView
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
TextArea
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
+? more
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?