Telerik Forums
Kendo UI for jQuery Forum
2 answers
297 views

Hi,

I'm using the ListView with Angular and when I set the selectable property to multiple the ListView is not showing anymore. When I set selectable back to true, it works correctly( setting it to single doesn't work either). Any ideas what the issue might be?

<div kendo-list-view
     class="productList"
     k-data-source="$ctrl.products"
     k-selectable="multiple">
    <div class="product" k-template>
        {{ dataItem.productName }}
    </div>
</div>

 

Thanks in advance,

Christian.

Dimiter Topalov
Telerik team
 answered on 03 Apr 2017
1 answer
137 views

Hi there;

Is it still the case that Kendo RangeBar can't deal with dates/times on its x axis?  Do we still need to convert to numbers?

Thanks,

Jason

Stefan
Telerik team
 answered on 03 Apr 2017
1 answer
540 views

I have a stacked bar chart which displays correctly as per the attached ChartStackBar.zip file.  I'd like to add the score as a label at the end of each bar, as per the attached ScoreDisplay.png file.  Can you help with this?  I haven't been able to find any examples which do this.

Thanks very much for your help.

Chris

Stefan
Telerik team
 answered on 03 Apr 2017
1 answer
218 views

Hello,

I have implemented a kendo Treeview using angularjs integration. I have a situation where i have to drag and drop items. I have limited the height of my div and enabled scroll vertically. So now when i drag items up or down auto scroll isn't working. Is there any property that i am missing or any sample that i have to look into? Attaching the screenshot.

Thanks in advance.

Veselin Tsvetanov
Telerik team
 answered on 03 Apr 2017
1 answer
467 views

Hello,

I need a code example on kendo grid dragdrop rows from a grid that has a server datasource. 

Thanks in advance,

Konstantin Dikov
Telerik team
 answered on 03 Apr 2017
1 answer
82 views

I've defined Models for all my data entities especially to assign date data types. When I use them inside a DataSource everything works fine. However if I try the model as stand-alone to create a model from JSON parsed data, the dates are not parsed.

Am I doing this wrong?

Here's a dojo:

http://dojo.telerik.com/olOce/2

Code:

var MyModel = kendo.data.Model.define({
      id: "id", // the identifier of the model
      fields: {
        myDate: { type: "date" }
      }
    });
        
    var inst = new MyModel({
    id: 10,
      myDate: "2017-03-30T00:45:11.804"
    });
    // should be "Date"
    alert(typeof inst.myDate);

Veselin Tsvetanov
Telerik team
 answered on 03 Apr 2017
1 answer
81 views

Hi,

 

I work with GridKendo but I want to make copy-and-paste a column into the same grid like as in excel file.

Someboby can help me please.

 

thanks a lot

Dimiter Topalov
Telerik team
 answered on 03 Apr 2017
5 answers
282 views

I clicked on the export button while looking at my site in Safari and instead of downloading the file it just reloaded the page. I tried to look around and find an answer to this but didn't find anything. If I open my page in Chrome I get the export I expect. 

 

I downloaded 2015.1.429 to make sure it wasn't an update. 

 

I was using Safari because of Chromes battery life behavior, but I know the users of the site I'm working on do use Safari. 

Otto Neff
Top achievements
Rank 2
 answered on 03 Apr 2017
1 answer
896 views

I want add html tag or custom css in Numeric TextBox Input.

For example, it is like an attached image.

 

If not, should I inherit Kendo View?

Please answer about my question

Thx.

Stefan
Telerik team
 answered on 03 Apr 2017
2 answers
247 views
Hi Guys,

I have just tripped over the following reproducible console error

    Uncaught TypeError: Cannot read property 'expanded' of undefined
        at init._toggleChildren (kendo.all.js:101203)
        at HTMLSpanElement.d (jquery-1.12.3.min.js:2)
        at HTMLDivElement.dispatch (jquery-1.12.3.min.js:3)
        at HTMLDivElement.r.handle (jquery-1.12.3.min.js:3)
    
when using a 'k-i-expand' or 'k-i-collapse' icon in a TreeList toolbar button.

To replicate the problem please run the following dojo

    http://dojo.telerik.com/ERUwiz

and click on the icon within either of the toolbar buttons.

Having a quick trawl through the code shows the problems stems from the TreeView _attachEvents function which is attaching the _toggleButtonClick event to the k-i-expand/k-i-collapse class irrespective of where it is being used.

Therefore I suspect similar problems might be experienced in other controls i.e. TreeView, Grid etc.

Regards
Alan
Alex Hajigeorgieva
Telerik team
 answered on 03 Apr 2017
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?