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

schema-data

3 Answers 101 Views
Grid
This is a migrated thread and some comments may be shown as answers.
sangwon
Top achievements
Rank 1
sangwon asked on 02 Sep 2019, 06:56 AM

schemaData function not working.

My app use kendo datasource.

code>    export default { data(){ return { ds: new kendo.data.DataSource({ ...

              schema: { data: function(response){ ...}

But schema data function is not invoked when it call ds.read() fucntion.

How can i fix it?

It was working last week but not now. What's goning on my code?

Please let me know what is wrong.

 

 

3 Answers, 1 is accepted

Sort by
0
Petar
Telerik team
answered on 03 Sep 2019, 12:08 PM

Hi Junseok,

In order to be able to help you, I will need more information about your application. Can you send me a runnable project in which the reported issue could be reproduced? 

Based on the provided information I cannot say what is the reason for the ds.read() function to not be invoked. 

Please provide more details.

Looking forward to your reply. 

Regards,
Petar
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
sangwon
Top achievements
Rank 1
answered on 03 Sep 2019, 02:43 PM
It's solved. It was authorization problem. I bounded error callback function on grid and it throws error about that. Thanks for asking.
0
Petar
Telerik team
answered on 04 Sep 2019, 07:01 AM

Hi Junseok,

It's great you've managed to resolve the issue!

If there is anything related to the current case we can help with, please let me know. 

Regards,
Petar
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
sangwon
Top achievements
Rank 1
Answers by
Petar
Telerik team
sangwon
Top achievements
Rank 1
Share this question
or