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

Kendo Grid Sortable and Filteable Does not work

4 Answers 58 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Rohullah
Top achievements
Rank 1
Rohullah asked on 24 Nov 2018, 01:22 PM

Hi

I'm Using Asp.net Core 2.1 and Reactjs and i completely copy this example

but Filterable, Sortable dose not work

4 Answers, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 26 Nov 2018, 11:17 AM
Hi Rohullah,

The documentation that you are reading is not related to the KendoReact Grid and it is not using ReactJS at all.

Here is the documentation if you are using the react suite: https://www.telerik.com/kendo-react-ui/components/grid/core-template-integration/

Regards,
Vasil
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
Rohullah
Top achievements
Rank 1
answered on 27 Nov 2018, 05:41 AM

hi

thank you for answer...

OK,i used this source code   my project and my project correctly executed.

but @progress packages  of this source code is outdated. and when i upgrade these packages, the problem i mentioned earlier, repeated

"@progress/kendo-react-dateinputs": "^0.5.0",
"@progress/kendo-react-dropdowns": "^0.5.0",
"@progress/kendo-react-grid": "0.5.0",
"@progress/kendo-react-inputs": "^0.5.0",
"@progress/kendo-react-intl": "0.5.1",

 

 

 

0
Stefan
Telerik team
answered on 27 Nov 2018, 09:15 AM
Hello, Rohullah,

Thank you for the clarification.

The issue occurs, because we had a breaking change for the event names.

The event is called "dataStateChange" in version 0.5.0, but in the latest versions is called "onDataStateChange"

Please try updating the event name as well.

Regards,
Stefan
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
Rohullah
Top achievements
Rank 1
answered on 27 Nov 2018, 10:49 AM

Thank You Very Much...

My problem Completely Solved...

Tags
General Discussions
Asked by
Rohullah
Top achievements
Rank 1
Answers by
Vasil
Telerik team
Rohullah
Top achievements
Rank 1
Stefan
Telerik team
Share this question
or