This is a migrated thread and some comments may be shown as answers.

Syntax error, unrecognized expression: #

3 Answers 650 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
Daní
Top achievements
Rank 1
Daní asked on 13 Feb 2017, 08:54 AM

Hi,

I'm using the "aurelia-kendoui-bridge" tool to integrate kendo with aurelia, and I have no problem with other widgets such as Calendar or Button. But when I try to create a kendoSpreadsheet, I'm getting a "Syntax error, unrecognized expression: #" when loading the widget. I tried with and without sheets property. So it seems the problem is loading the widget, although I can see it in my template.

My kendo version is 2016.2.714.

 

This is my HTML code:

<template>
  <require from="aurelia-kendoui-bridge/spreadsheet/spreadsheet"></require>

  <div id="example">
    <ak-spreadsheet k-sheets.bind="sheets"></ak-spreadsheet>
  </div>
</template>

And my TS code is attached below.

Any clue why I'm having this problem?

3 Answers, 1 is accepted

Sort by
0
Joana
Telerik team
answered on 15 Feb 2017, 09:52 AM

Hello DanĂ­,

I created an aurelia sample containing the Spreadsheet component based on your code. I am not able to reproduce such an issue and the widget is rendered correctly. I have attached the project, so that you could use it as a reference and find out what's interfering the widget on your side.  

If you need further assistance, you might send us a sample project to investigate the issue.

Regards,
Joana
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Daní
Top achievements
Rank 1
answered on 01 Mar 2017, 08:42 AM
Thanks!, I'll try to get a look to it as soon as possible.
0
Veselin Tsvetanov
Telerik team
answered on 03 Mar 2017, 07:31 AM
Hi Dani,

Take your time to review the sample and let us know if you reproduce the issue observed.

Regards,
Veselin Tsvetanov
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Spreadsheet
Asked by
Daní
Top achievements
Rank 1
Answers by
Joana
Telerik team
Daní
Top achievements
Rank 1
Veselin Tsvetanov
Telerik team
Share this question
or