Telerik Forums
Kendo UI for jQuery Forum
3 answers
150 views
Hi,

Is there a way I can achieve a logarithmic scale on a barchart? I am trying to solve an issue that I currently have with a pie chart where there are large values and small values in the same chart (example attached).

If there's no way to achieve a logarithmic scale, do you have an alternative solution for what I am encountering?

Thanks.
Iliana Dyankova
Telerik team
 answered on 31 Jul 2013
1 answer
93 views
I'm trying to add an EditorTemplate to my grid and it's not selecting the correct value on edit.

Any suggestions?
AspenSquare
Top achievements
Rank 1
 answered on 31 Jul 2013
1 answer
87 views
Hi,

I would like to change the position and modify the display of input field as text, which class should I apply the custom CSS to?
I follow the following demo to add the input fields:

http://demos.kendoui.com/mobile/forms/index.html#/

Moreover, the link to the documentation page is broken.

Thanks.

BR,
Ralph
Iliana Dyankova
Telerik team
 answered on 31 Jul 2013
1 answer
90 views
hi

  I am using calendar control Type="date".How can i give validation to check whether the given date is in correct format or not.


<div style="margin-top:2px; width:98%;">
      <div class="black-lbl-text-mid"  style="width:55%; padding-left:0px; float:left; text-align:left;">Start Date </div>
    </div>
<div style="float:left; width:98%;" >
      <input id="txtLabourStartDate" type="date"  name="txtLabourStartDate" class="textbox-3" style="width:50%;  float:left; text-align:left;"/>
  </div>
Atanas Korchev
Telerik team
 answered on 31 Jul 2013
1 answer
1.4K+ views
I'm binding to genders collection DataSource that is exposed through ViewModel
 
var genderDataSource = new kendo.data.DataSource({
       transport: {
           tbl: azureService.client.getTable('XconfigGender'),
           read: function (options) {
               console.log('read');
               //{ FirstNameEn: options.data.filter.filters[0].value }
               this.tbl.read({ SearchString: "*" }).done(
                   function (d) {
                       options.success(d);
                   });
           },
           update: function (options) {
               console.log('update');
               //var mod = kendo.stringify(options.data.models[0]);
               this.tbl.update(options.data.models[0]).done(function (d) {
                   options.success(d);
               }, function (err) {
                   options.error(err);
               });
           },
           create: function (options) {
               this.tbl.insert(options.data.models[0]).done(function (d) {
                   options.success(d);
               }, function (err) {
                   options.error(err);
               });
           },
       },
       schema: {
           model: { id: "id" }
       }
   });
Html:

<select data-role="dropdownlist" data-text-field="GenderEn" data-value-field="id" data-bind="source:genders, value: selectedItem.GenderID"></select>
But when a try to save selectedItem.GenderID its not bound to the value of dropdown list but to the object that is selected (instead selectedItem.GenderID to be example 2 it is the object with id and a description  so is it example {id:2, GenderEn:"Male"} ).

So my question is how do i bound to the data-value-field and not the object.

Sorry for my bad Englisht
Atanas Korchev
Telerik team
 answered on 31 Jul 2013
2 answers
157 views
Hi all,

I am looking for some best practice ideas before diving in. We have an existing ASP.Net MVC app which we will be providing a mobile front end for. We'll be using the Kendo mobile controls in an ASP.Net MVC project. Here are the questions I have so far:

1. Is it best to create a new ASP.Net MVC project for the mobile view, or so you keep them in the same project and then in the _Layout page check for mobile?
2. Is it best to put the app init in the _Layout page? (I'm talking about this script: var app = new kendo.mobile.Application();)

Thanks in advance!
Trent
Top achievements
Rank 1
 answered on 31 Jul 2013
2 answers
211 views
Hi,

I am trying to workout how to use cascade feature with this hierarchical data set.

Object Type  of Brand with fields of  Id, Name
Object Type of Product with fields of Id, Name, BrandId

As you can see the Parent and Child objects have the same Primary Key name, and the parent key is the object name with Id  suffix,

From the examples I have seen and various other posts etc, I think the primary key name is is the object name with Id suffix.

I did set up with the various Id names etc and my odata call uses the Id in the filter on the Products.

/odata/products?$inlinecount=allpages&top=100&$filter=Id eq 1 

where it should have been

/odata/products?$inlinecount=allpages&top=100&$filter=BrandId eq 1 

So my question is can you specify the parent field name.  If not I think this should be an additional feature for this widget.

Regards

Richard...

 
Richard
Top achievements
Rank 1
 answered on 31 Jul 2013
5 answers
122 views
Hi there,

The dataBound event used to fire before Q2 and not any more. I am still with free trial version . Does that matter?

Also dataSource calling remote odata service returns nothing with Q2. Is there any API changes to the dataSource?

Thanks
Jamie
Petyo
Telerik team
 answered on 31 Jul 2013
1 answer
91 views
views: [
{
type: "week",
eventTemplate: "#: kendo.toString(start, \"h:mm tt\") # - #:title#"
},

It seems if I set the eventTemplate the scheduler will no longer render any tooltip.  Can I define a custom toolTip template?  Is it preferred that I inject my own HTML to do this?
Rosen
Telerik team
 answered on 31 Jul 2013
3 answers
272 views
After updating to 716 I noticed that the kendo cultures folder is no longer included.

Is this intended? If so, what should we use instead and where is documentation about the change?
Sebastian
Telerik team
 answered on 31 Jul 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?