Telerik Forums
Kendo UI for jQuery Forum
3 answers
174 views
Dear All,

We are currently developing a simple prototype as part of our evaluation for Kendo UI mobile.  We came across a strange problem when we implement it with RequireJS.  The UI is fairly simple, a list view with a "button" on the header which will launch a modal window.   However, when the app is loaded on the mobile phone (iPhone), the button fails to launch the modal window intermittently.

In addition to that, trying out the same code without RequireJS works perfectly fine.

Is this a know problem when integrating RequireJS with Kendo UI?  
Thank you so much in advance!

Regards,

Art

==================================================================================================
The declaration of the button goes like this:
    <a data-role="button" data-rel="modalview" href="#modalViewSample" data-align="right" data-icon="compose"></a>

While the definition of the modal window is in another html file which goes like this:
   <div data-role="modalview" id="modalViewSample" data-model="APP.modalViewSample.model" data-init="APP.modalViewSample.events.init" style="display:        none" data-width="80%">
       <div data-role="header">
           <div data-role="navbar">
               <span data-role="view-title">Shipment Order</span>
               <a data-role="button" data-bind="click: close" data-align="right" data-icon="close"></a>
           </div>
        </div>
      </div>
==================================================================================================




Petyo
Telerik team
 answered on 19 Feb 2015
2 answers
86 views
In the TreeView control, I understand that the functionality
for in-line editing of nodes is not supported, nor are there plans to support
it in the near future. As a workaround, we were thinking we would create a
content area to the right of the TreeView and upon selecting a node of the
TreeView, its content can then be edited in the content area.

I'm curious how users who are more experienced with Kendo
than us might have implemented a different workaround that this, if at all?

Thanks. 
Eric
Top achievements
Rank 1
 answered on 19 Feb 2015
3 answers
901 views
When I start to type text, I'd like the text to be by default set to a specified size. For example, let's say I want a default font size of 14px.
The rich text that is being generated should have the "font-size" attribute:
<p><span style="font-size:14px;">my text</span></p>

Thank you
Alex Gyoshev
Telerik team
 answered on 19 Feb 2015
1 answer
102 views
Hi

Is there a way to move the extra rows I have added in resources further up in the edit popup?

Note: I do not want to have a custom edit popup because I will through this loose all my default fields.

http://dojo.telerik.com/UkaxO/11

resources: [
    {
      field: "atendees",
      dataSource: [
       { value: 1, text: "Alex" },
       { value: 2, text: "Bob" }
      ]
    },
    {
      field: "typID",
      title: "Type of Food",
      dataSource: [
       { value: 1, text: "Lunch" },
       { value: 2, text: "Dinner" }
      ]
    }
  ]
});

Thanks
Georgi Krustev
Telerik team
 answered on 19 Feb 2015
1 answer
123 views
The titles for my charts are dependent on the data. I would prefer to create the data-dependent title on the server when the chart dataSource does a "read". Is there a way to add additional data in the JSON stream (in addition to the array of data items) that is sent down to the client and have the client process it properly? Off the top of my head, would it make sense to put that in the parse function of the dataSource schema? Would that work - how would I point the chart to the data.chartData and can I set the title in the parse function? I'm thinking the JSON from the server would be something like:

var data = {
  additionalData: {
    title: 'this is the data dependent title'
  },
  chartData: [] // typical chart data here
};

Currently, we are iterating through the received data in the dataBound. This function is getting unnecessarily complex and I want to move some of the processing to the server. This includes generating tooltips, the title, the axisCrossingValues, min, max, majorUnit, categoryAxis title, valueAxis titles, etc.

Thanks in advance,
--John
John
Top achievements
Rank 1
 answered on 19 Feb 2015
3 answers
148 views
In the filter row - is there any way to prevent the grid from showing the clear filter "X" buttons after each filter input box? On columns with a narrow width they are taking up too much space and the filter entry input gets squeezed to a horizontal width that's so small as to be completely unusable.
Dimiter Madjarov
Telerik team
 answered on 19 Feb 2015
3 answers
107 views
Hi,

    I am testing my kendo mobile app last few days. I found this  when i pull to refresh,  the spinner is not hiding if remote server response fails.
  I  was trying to hard to hide the spinner manually. I didn't find any methods for that.  

Kindly reply as soon as possible
Petyo
Telerik team
 answered on 19 Feb 2015
7 answers
2.2K+ views
So I've looked at the demos for implementing custom filters. I have a field which is numeric where the amount of significant decimals can be taken out to 5. When trying to filter on those fields to five decimal places of significance, the filter window truncates that to 2 decimal digits and rounds it. I know this is well known behavior, so I decided to do the same thing with the filterable ui parameter as I did in my editor for that column and create a kendoNumericTextBox. It seems to not be working however and still truncates down to 2 decimal places.


I've made a JSFiddle for this: JSFiddle

Steps to reproduce:
1. Filter on Override Mono Cost field
2. Set first parameter to "Is Equal To"
3. In the numeric field enter "0.74505"
4. Then click Filter/hit enter
5. Pulling back open the same filter shows the value rounded to "0.75" with no results.

I'm not sure if I've configured it wrong, but I followed it based on the example on the demo page.
Kiril Nikolov
Telerik team
 answered on 19 Feb 2015
1 answer
341 views
I believe I have found a bug with the Toolbar widget.  If I disable a button in the Toolbar, it is greyed out and clicking on the button does nothing.  However, if the window is resized and the button is moved to the overflow section (the hamburger menu), it will appear greyed out, but clicking on it will fire the associated click event handler.

I am using the Q3 2014 SP2 release of Kendo, and I see this behavior in Chrome as well as Internet Explorer 11.  You can see the behavior here: http://dojo.telerik.com/iSajA/3.  Run the sample, and click the "Click Me" button when it is visible in the main toolbar - the click handler will not fire.  However, when you resize the window to force "Click Me" to the overflow menu, the click event will fire, even though the button is disabled.

Please let me know if there is a workaround, or if a fix will be coming for this.

Thanks,
Sean
Petyo
Telerik team
 answered on 19 Feb 2015
1 answer
89 views
Is it possible (or it has to be proposed) a PanelBar that instead expanding, slides (substituting) and shows the sub content. Similarly to the hierarchical mobile listview or even like the demos navigation in the kendo-ui demos ( http://demos.telerik.com/kendo-ui/... )?
Petyo
Telerik team
 answered on 19 Feb 2015
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
Drag and Drop
Map
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
Licensing
ScrollView
Switch
TextArea
BulletChart
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
TimePicker
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
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
SmartPasteButton
PromptBox
SegmentedControl
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?