Telerik Forums
Kendo UI for jQuery Forum
1 answer
130 views
I'm trying to initialize a filterable listview using:

            <div data-role="listview" data-filterable="true" data-style="inset" data-pull-to-refresh="true" data-template="messages-template" data-header-template="messages-group-template" data-data-bound="hideLoading" id="messages-list" ></div>

But - no luck. Is there a way to initialize a filterable listview in html?

Thanks.
Kenneth
Top achievements
Rank 1
 answered on 27 Mar 2013
2 answers
69 views
Can I find out, if a route is changed by means of browser buttons or by clicking a link or by explicit navigate call?

Michael G. Schneider
mgs
Top achievements
Rank 1
 answered on 27 Mar 2013
2 answers
439 views
hi all:
i hava some question
1.how How to determine tabs exist TabStrip,if  exist select it,else create a new tabs?
2.as extjs,allow close a tabs show a 'x' close button?
please help me ,thanks
Seaman
Top achievements
Rank 1
 answered on 27 Mar 2013
3 answers
142 views
Hi,
I am having two kendo charts displaying side by side on a page.

Issue is,
If I show only one chart then Chart Tooltips appear but if display both charts then no chart shows Tooltips.
I guess this is some sort of bug. If it is please can you have me some fix or workaround for it?

Snaps are attached.

Thanks
Charles
Hristo Germanov
Telerik team
 answered on 27 Mar 2013
2 answers
158 views
I have created a fiddle.

Is there any way to configure the date time picker so that
it doesn’t behave this way?
Ernest
Top achievements
Rank 1
 answered on 27 Mar 2013
3 answers
97 views
What would be the quickest route to binding a detailRow grid with the corresponding edit event of the parent grid row?
Petur Subev
Telerik team
 answered on 27 Mar 2013
1 answer
137 views
Hi,

I've been going through the bullet chart documentation and figure out how to manipulate different parts of the chart including the target line. What I have not found is how to set the target in the chart parameters. For instance if my values go from 0-8 and I want me bullet graph target to be 7.7 is there a way to set it right inside of the target :{} parameters and now inside of the JSON as I would have to add this field to the current database, or add formatting after the request. So to keep it simple I would like to set the target: in the Kendo JQuery chart params. Thanks.

Alex
Daniel
Telerik team
 answered on 27 Mar 2013
1 answer
96 views
On the destroy event in a grid, I need to have it remove it from the grid and set a delete flag so that when I hit sync it will remove it from the remote database. Right now it saves to localstorage (so they can close the browser and come back to it) then you can sync it up. Problem is that deleting it from the local database means it doesn't send anything to the server to tell it should be deleted. If there is a way to change the "Venue" line to read "deleted" or something then I can parse that out, but I'd want it to not show.

Hopefully that makes some sense.

Here is the delete in the grid call.
command : [{
    name : "delete",
    text : "Del",
    click: removeLine,
}],

Here is the removeLine function:
1.function removeLine(e) {
2.  console.log('removeLine');
3.  e.preventDefault();
4.  var dataItem = $(e.currentTarget).closest("tr");
5.  console.log(dataItem);
6.}
Here is my datasource:
01.dataSource = new kendo.data.DataSource({
02.    change : function() {
03.        var dataSourceJson = JSON.stringify(dataSource._data);
04.        console.log(dataSourceJson);
05.        // Set Datasources into localstorage
06.        localStorage.setItem('dataSource', dataSourceJson);
07.    }, data : products, pageSize : 20, schema : {
08.        model : {
09.            id : "ID",
10.            fields : {
11.                ID  : {
12.                    Type: "number"
13.                },
14.                Venue : {
15.                    type : "string"
16.                }, Match : {
17.                    type : "number"
18.                }, Team : {
19.                    type : "number"
20.                }, Alliance : {
21.                    type : "string",
22.                }, DO : {
23.                    type : "string"
24.                }, CP : {
25.                    type : "number"
26.                }, AP : {
27.                    type : "number"
28.                }, AF : {
29.                    type : "number"
30.                }, TP : {
31.                    type : "number"
32.                }, TF : {
33.                    type : "number"
34.                }
35. 
36.            }
37. 
38.        }
39.    }
40.});
Alexander Valchev
Telerik team
 answered on 27 Mar 2013
1 answer
108 views
I get this error when using the kendo window. It’s odd because that’s how the examples show on the Telerik Kendo demos (http://demos.kendoui.com/web/window/index.html) and it works, but it will throw this error anyways. I had to download the latest script files for Telerik Kendo UI Web (http://www.telerik.com/account/your-products/internal-builds.aspx) just to even get the window to work.

Error occurs on the .open() in the script to open the kendo window.

What do I need to do to stop having the run time error pop up?

Partial View:
@{
    ViewBag.Title = "User Preferences";
}
 
<h2>User Preferences</h2>
@(Html.Kendo().Window()
    .Name("winPreferences")
      .Content(Html.Partial("_UserPreferences").ToHtmlString())
      .Title("Edit User Preferences")
      .Draggable()
      .Resizable()
      .Width(500)
 )
<script>
     
        
    $("#winPreferences").data("kendowindow").open();
        
    
</script>
Additional info: 
Using jquery-1.9.0, kendoui.web.2013.1.325.commercial
Kamen Bundev
Telerik team
 answered on 27 Mar 2013
1 answer
133 views
I'm trying to rebind grid to a different datasource and would like to update the header columns .

Tried the follwoings but not workign
$('#grid')..data("kendoGrid").columns=columnStringArray;

Thanks.
Dimiter Madjarov
Telerik team
 answered on 27 Mar 2013
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
Chat
DateRangePicker
Dialog
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Effects
Accessibility
PivotGridV2
ScrollView
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
Wizard
CheckBoxGroup
TextArea
Barcode
Breadcrumb
Collapsible
Localization
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
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?