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

React Grid documentation missing?

2 Answers 99 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 28 Jun 2018, 05:25 PM
The way the API docs are setup it makes it seem like Column isn't a component. The GridColumnProps are documented but not Column itself. It makes it hard to determine which components are valid for serving as children of the Grid component. Also, it shows GridRow as a component but I don't see any examples using that. I know this is new and the API docs are probably just a work in progress but if I am overlooking something please let me know.

2 Answers, 1 is accepted

Sort by
0
Ryan
Top achievements
Rank 1
answered on 28 Jun 2018, 05:36 PM
By Column I mean GridColumn
0
Stefan
Telerik team
answered on 29 Jun 2018, 06:01 AM
Hello, Ryan,

Thank you for the feedback.

The component section is showing all of the different components that there available inside the Grid package and can be used inside the Grid. Indeed, we can agree that at least one example demonstrating its usage is necessary and we do start adding them.

The ComponentNameProps page is for showing the different options that a component can accept. The GridColumn is the component that can be used, and the GridColumnProps article is demonstrating the properties that the GridColumn can accept.

Currently, the Grid can have direct children as GridColumn and GridToolBar the other Grid components can be used via renders:

https://www.telerik.com/kendo-react-ui/components/grid/advanced-features/detail/

https://www.telerik.com/kendo-react-ui-develop/components/grid/styling/

I hope that we can improve it in the near feature so that it is more clear.

Thank you for understanding.

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
Tags
General Discussions
Asked by
Ryan
Top achievements
Rank 1
Answers by
Ryan
Top achievements
Rank 1
Stefan
Telerik team
Share this question
or