Telerik Forums
Kendo UI for jQuery Forum
1 answer
105 views
Hello,

Is there a way to customize the filter?
For instance, can we remove the mulitiple operatior and set the default to be contains? This is more standard search like google/bing.

For string type, a single text box.

Thx,
David
Lukasz
Top achievements
Rank 1
 answered on 24 May 2012
3 answers
169 views
Is there any quick and dirty (or clean) way to convert/use one of the themes that comes with Telerik MVC extensions into a KendoUI theme. Since I might be using both toolsets in the same app it would be nice to have a matching theme.

thanks,
BOb
Alex Gyoshev
Telerik team
 answered on 24 May 2012
1 answer
129 views
I'm curious, is there any information on the Time to Live for a version of KendoUI in the CDN? How long to you host any specific version?

Is there any simple fallback code I could use incase the CDN is down or the version is removed?

BOb
Alexander Valchev
Telerik team
 answered on 24 May 2012
0 answers
143 views
Hi ,

Is there any way to validate multiple control like below.
    // Initialize kendo validator 
    var tValidator = $("#feildUserName,#feildPassword,...").kendoValidator().data("kendoValidator"); 

In my scenario I have to validate few control for save operation and other set of control for update.

Ambica
Top achievements
Rank 1
 asked on 24 May 2012
0 answers
136 views
Hi friends,


I have created a tabstrip having five tabs with last tab with + symbol.
when i am clicking the + tab i have to create a new pop up window with details like input : tabname and ok button.
And when i enter in the  input box the entered text has to be the name of new tab.Can i do this using kendo ui

If possible please give me a example


Thanking you
srinivas
Top achievements
Rank 1
 asked on 24 May 2012
6 answers
441 views
Hi All,

What i have understood after going through some of the documents on Kendo UI in web is we need to use phonegap to get use of the native features of any operating system.However,i can not understand how Kendo mobile is helping us in deploying phonegap.
Petyo
Telerik team
 answered on 24 May 2012
2 answers
126 views
I have a URL link to a single packet non-array JSONP data.  I am having trouble configuring the Kendo DataSource to read it correctly.  I know it has something to do with the schema, but I am not finding a lot of documentation on the configuration parameters.  My JSON data looks like this:

{"results":{"data1":0.928287,"data2":0.966691,"data3":0.897367,"adataA":0.329710,"adataB":0.818630,"adataC":0.667666,"adataIA":0.983468,"adataIB":0.726931,"adataIC":0.848747,"active":0.616980,"active1":0.616980,"factor":0.553658,"efficiency":1.454451,"system":true,"alarm":true,"connect":false,"state":21.815668,"online":true},"timeoday":"5/4/20127:50 AM"}

I have verified that the JSON data is valid using JSONLint.  I have created a simple test HTML file to read this data from the service which looks like this:

<!DOCTYPE html>
<html>
<head>
    <title>datasource test</title>
    <script src="../../../js/jquery.min.js"></script>
<script src="../../../js/kendo.data.min.js"></script>
<script src="../../../js/kendo.dataviz.min.js"></script>

</head>
<body>  
        <div id="example">
            <script>
var dataSource = new kendo.data.DataSource({
transport: {
read: {
//url: "http://search.twitter.com/search.json?q=HTML5",
url: "http://localhost:8080/APEI_Snap/APEI_Data_Snapshot/1",
dataType: "jsonp",
type: "GET"
}
},
schema: {
data: "results"
},
change: function() {
var view = this.view();
alert(kendo.stringify(view[0]));  //I know view[0] is wrong since I don't have an array....
}
});
dataSource.read();
            </script>
        </div>
</body>
</html>

I need to be able to pulls out the individual data points, which I will eventually bind to the dataviz objects.  Can someone help me figure out how to setup the datasource?  Thanks for any help you can provide.

Mark
Alex
Top achievements
Rank 2
 answered on 24 May 2012
1 answer
146 views
I waste a lot my time on internet just to find a tutorial bind data php with combobox, I don't know why have just a few of tutorials combobox and can't did something I want.

Someone help me please, the combobox not show any data, this is my code. Thank you for reading my topic

var pCate=new kendo.data.DataSource({
                  
                    transport:{
                        read:{
                             
                            url:"../data/product_cate.php",
                            dataType:'json'
                        }
                    }
                      
                      
                 });
 $("#cbProductCate").kendoComboBox({
                      index:-1,
                      dataTextField: 'name',
                      dataValueField: "id",
                      dataSource:pCate
                      
                  });
               
Quang
Top achievements
Rank 1
 answered on 24 May 2012
0 answers
339 views
It would be nice if there was a way to have Auto-complete fire when the text box is cleared.  I found the following example which shows clearing the filter using a button but it would be cleaner if once the textbox was empty if auto-complete cleared the filter.

http://jsfiddle.net/krustev/5f3x4/4/ 

Thanks,
Shane
Shane
Top achievements
Rank 1
 asked on 23 May 2012
2 answers
228 views
Is there an easy way to add a custom drop down to the editor tool menu?

Thanks!

EDIT - To be more clear, I want to add a new combobox to the menu in the same style as the defaults.
Jeff
Top achievements
Rank 1
 answered on 23 May 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
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?