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

How to retrieve cell values in php before rendering

1 Answer 59 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
Tracy
Top achievements
Rank 1
Tracy asked on 04 Aug 2016, 12:00 PM

How can I retrieve cell values using the UI for php before the spreadsheet is rendered?

I am building a spreadsheet dynamically in php and need to read values from cells.

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 08 Aug 2016, 12:33 PM
Hello Tracy,

The Kendo UI Spreadsheet does not have an event which is fired before rendering. Depending on the implementation there may be another event, which can be utilised.

Also, the cell values can be retrieved using the values method of the Spreadsheet:

http://docs.telerik.com/kendo-ui/api/javascript/spreadsheet/range#methods-values

Could you please share more information about the current implementation:

- More detailed information about the scenario.

- Is the Spreadsheet bound to a Kendo UI DataSource instance?

http://docs.telerik.com/kendo-ui/api/php/Kendo/UI/SpreadsheetSheet#methods-dataSource

- Where is the data coming from?

Thank you in advance.
 
Regards,
Stefan
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
Tags
Spreadsheet
Asked by
Tracy
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or