Telerik Forums
Kendo UI for jQuery Forum
1 answer
139 views
Hey There, quick question

Video: http://screencast.com/t/FcBAyj1xG0

Why is the callback only happening initially and subsequent searches only filter on those 5 returned results...?

$("#search-box").kendoAutoComplete({
        minLength: 3,
        filter: "contains",
        dataTextField: "Title",
        dataValueField: "Title",
        dataSource: new kendo.data.DataSource({
            type: "jsonp",
            severFiltering: false,
            serverPaging: false,
            pageSize: 5,
            template: '<dl>' +
                        '<dt>Title:</dt><dd>${Title}</dd>' +
                        '<dt>Date:</dt><dd>${Date}</dd>' +
                        '<dt>By:</dt><dd>${Speaker}</dd>' +
                      '</dl>',
            transport: {
                read: {
                    cache: true, // to prevent jQuery from adding cache buster
                    dataType: "jsonp",
                    url: alfresco.BaseURL + "/alfresco/service/medportal/autocomplete",
                    data: {
                        alf_ticket: alfresco.Ticket,
                        format: "json"
                    }
                }
            }
        }),
        change: function () {
            callbackToAlfresco();
        }
    });


***EDIT*** My Bad, needed to turn these on
severFiltering: true,
serverPaging: true,


(Also, the templates for some reason are not being applied if you notice)
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 21 Sep 2011
1 answer
117 views
I just wanted to say that I'm very excited about Kendo UI for building the interfaces we usually create in Flash.  In doing our research to meet our clients' needs, we already knew JavaScript was the way to go. 

We don't build Flash games and we don't rely on it for video deliver, so we don't fit tidily into all of the debates about why Flash is bad for users.  Kendo UI is the first cross-platform replacement that seems to have everything we need.

Thanks!  And keep up the good work!
Sebastian
Telerik team
 answered on 21 Sep 2011
2 answers
212 views
I dont want the autocomplete to expand up and down, how can I kill that?
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 21 Sep 2011
1 answer
166 views
Ok, here's my URL

http://<DOMAIN>:8080/alfresco/service/medportal/media?format=json&alf_ticket=TICKET_15459ecdc200aabc88c62d094902e32ddc741f2c

And here's my definition:
$("#search-box").kendoAutoComplete({
    minLength: 3,
    filter: "contains",
    dataTextField: "Name",
    dataValueField: "Id",
    dataSource: {
        type: "jsonp",
        severFiltering: false,
        serverPaging: false,
        pageSize: 5,
        transport: {
            url: alfresco.BaseURL + "/alfresco/service/medportal/media",
            data: {
                alf_ticket: alfresco.Ticket,
                format: "json"
            }
        }
    },
    change: function () {
         
    }
});

The result ends up being this error (nothing happens on the page)
-------------------
f is undefined
(from firebug)


This service isn't publicly accessible so I can't jsfiddle it.
Georgi Krustev
Telerik team
 answered on 21 Sep 2011
0 answers
109 views
Since my page will potentially have many UI widgets that run on different datasources, I'd like to be able to load some initial data with the page, then once the page is loaded, switch the datasources so that they get any further information (such as additional pages) from the server. How would I go about doing this? I just don't want my page to need to wait for ajax requests to finish before the user sees any data..
Kelly
Top achievements
Rank 1
 asked on 21 Sep 2011
0 answers
183 views
Hello,

I am using bValidator to validate the form.  But since the elements in the tabstrip are hidden they are ommited from validation.  Is there  way to validate all the fields properly? 

I was also wondering if there is a way to extend tabstrip to include onAFTERSelected event.

Thanks
Hendra
Top achievements
Rank 1
 asked on 20 Sep 2011
2 answers
72 views
...just curious (anxious) :)
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 20 Sep 2011
13 answers
260 views
I have my returned JSONP object, which I normally pass into my jQuery template, but I'd like to attempt to throw it into the KendoUI grid if possible....how do I go about that?

I don't want to CALL the service via the datasource, I just want to pass the grid the resulting data

Steve
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 16 Sep 2011
2 answers
94 views
Hi,

Is there nya chance put into this framework, the datepicker and dialog from jQuery UI? Then I could stop using jQuery UI, and start using Kendo;-)
Jarosław
Top achievements
Rank 1
 answered on 16 Sep 2011
2 answers
427 views
Hi:
I'm using the insertBefore method to insert new items to a panel bar group. After browse rendering you can see the following:
<li class="t-item t-state-default">
<span class="t-link t-header">item1</span>
</li>
My question is:
Is there a way that you can add and "id" and an onclick event to this new panels ?

Regards and congratulations this is a great job !
Luis Miguel
Top achievements
Rank 1
 answered on 15 Sep 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
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?