Telerik Forums
Kendo UI for jQuery Forum
2 answers
288 views
We have the requirement to conditionally hide and show the footer nav bar (based on whether anything is selected in a list view). We've tried various approaches to this but have not yet found a 100% working solution. Currently we are setting "display: none" on the footer element but the footer still shows during slide transitions. Do you know of a way to prevent it showing during tranisitions?

Petyo
Telerik team
 answered on 12 Nov 2013
1 answer
420 views
Hello,

I do have a Kendo UI Mobile app which I created with the VS Icenium extension. My question is if it is possible to open remote pdf documents with the native pdf viewer which is installed on a mobile device.

Currently, I'm using this code in order to open a document:
        < ... >
        if (device.platform === "Android") {
            window.open(data.uri, '_blank');
        }
        else {
            window.open(data.uri, '_system');
        }
        < ... >
This opens the browser and downloads the file, which is retrieved from a wep.api .NET MVC webservice. On iOS it works quite well. But on Android it opens the browser and starts the file download in the background and the document is not opened in the browser. It is necessary to pull down the message center in order to open the file.

But like I said, it would be great if I could check if a pdf viewer is installed on iOS / Android and ask the user to open the document with it otherwise opening the file in the browser using the code from above.

Additional, I don't know how to pass the autherize accesstoken which I'm using to secure my MVC webservice. Personally, I don't like the idea to pass the accesstoken in the querystring parameter. Is there a better way something like using ajax?

Searching the internet the only option I was able to find was pdf.js (which I wasn't able to implement into my app).

I'm an absolute beginner with HTML5, jquery, Kendo UI Mobile etc. and it would be great if you guys could give me your help!

Thank you in advance!

Regards,
Martin
Iliana Dyankova
Telerik team
 answered on 12 Nov 2013
2 answers
109 views
Hi,

I am looking for a list of good iOS-KendoUI apps that are currently offered in the Apple App Store.

My boss wants to see that some KendoUI based apps have made it through the Apple acceptance process.

Can anyone help?

Thanks,
Eric
Kiril Nikolov
Telerik team
 answered on 12 Nov 2013
5 answers
458 views
Hello everyone,

    I would like to know how to config tooltip message when mouse is over an event in day, week and month views.

   Also how I could show tooltip message in editor event template when validating dates like in demo.

    Currently on my scheduler I can see tooltip but without message, only it shows exclamation icon. Additionally as I show a dropdownlist with resources the tooltip is displayed below this dropdownlist and I can't see the tooltip.

Thank you very much
Regards
Vladimir Iliev
Telerik team
 answered on 12 Nov 2013
1 answer
98 views
Hello,

I'm using the javascript implementation for kendo ui grid - kendo version: 2013.1.319.

I added a column menu to my grid that contains 6 column .

My columns definition is this: 

 columns: [
                     {field: 'WorkOrder().Name()', title: 'Work Order'}, 
                     {field: 'Product().Name()', title: 'Product Name'}, 
                     {field: 'Customer().Name()', title: 'Customer'},
                     {field: 'Operations', title: 'Operation'  }, 
                     {field: 'WorkOrder().PercentProduced()',  title: 'Percent Produced' }, 
                     {field: 'WorkOrder().DueDate()',type: 'date', title: 'Due Date' },
                     ],

for some reason while opening   the menu  there are  7 columns displayed when the last one's title is undefined (see the attached image).

while trying to figure out where the extra  column came from, I checked my columns attribute in the grid object using this function:

    var grid = $("#grid").data("kendoGrid");
     alert(grid.columns.length); 

the result was only 6 .

Where to look for the expendable column and how to delete it? 

Thanks

Eran




 
Nikolay Rusev
Telerik team
 answered on 12 Nov 2013
4 answers
1.3K+ views
hi,

I set the scrollable false of the grid. so that it resize according to the data size.
(the pager position changed according to the data size)

but, i want to fixed height grid.

In other words, the need for a solution.
 - grid vertical scroll does not exist and fixed height grid.

thanks.
Junseo
Top achievements
Rank 1
 answered on 12 Nov 2013
3 answers
91 views
When moving items between grids, if i bring back item that has been previously removed it is not working. However, if i set the _destroyed to null it is working but later a null exception is thrown. Is there a more intelligent way of handling this situation.

Thanks
Svetlin
Top achievements
Rank 1
 answered on 11 Nov 2013
1 answer
395 views
Hi all,

For a large data, i use a model with a little fields for display. In case, customer click one row in grid and choose update button the edit popup will show up. In this popup dialog, i want to use another model with full fields (from database) to change information but i dont know how and where to swith to new model for edit popup.

Please, help me to solve this problem.

Regards,
Lee
Atanas Korchev
Telerik team
 answered on 11 Nov 2013
1 answer
94 views
In using jsut the basic method of building html (ul/li) and then setting:

$(

 

"#treeview").kendoTreeView({
checkboxes: {checkChildren:
true},
});

Is there a way via Html tags to set what items have a checkbox or not?

 

Dimiter Madjarov
Telerik team
 answered on 11 Nov 2013
1 answer
135 views
Hi, 

we are using the declarative way to create the view. I found a problem that the data binding is not working on the grid when I want to use the server grouping on the underlying data set. When we are using client-side grouping, it works without problem.

It looks like that when I am using server side grouping, data-binding crashes with an error, that the method get (which is normally on an ObservableObject instance) is not defined on the "items" element of the group (download the example and run it).

I am sending simple example. In this example there are two datasets. One that represents the server-side grouped data and the second that is used for client-side grouping (is commented out but you can uncomment it and verify that it works fine).

The example is using kendo.all.js file but I removed that file because of licence. If You would like to try it out, please, add there this script (should be no problem).

Could You, please, point me to the problem?

Thank You for Your time.

Sincerely,


Lukas Vyhlidka
HP
Alexander Valchev
Telerik team
 answered on 11 Nov 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?