-
Notifications
You must be signed in to change notification settings - Fork 80
Add Grid and TreeList interface binding docs #494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
dimodi
commented
Sep 13, 2021
- Moved the Grid data binding info from Overview to a separate article.
- The Grid and TreeList interface-related stuff is currently documented differently, in the way, which made most sense to me (Interface section in the single data binding article for the Grid, separate Interface article for the TreeList).
|
Hello @dimodi, Check the below option if you would like to automatically generate PR to production. The automation uses the branch for the cherry-pick, and then will delete the branch. Please, do not delete it manually.
|
|
I think the column data binding articles link the data binding section in overview, maybe that link should now go to the new dedicated article. |
|
Hm, I assume you are talking about the Grid. I can't find a link from any Grid docs page to the Data Binding section in Overview. Can you point it out? |
|
I thought this one does https://docs.telerik.com/blazor-ui/components/grid/columns/bound but it seems I'm wrong. But it should :) |
|
OK, I added a link. It looks a bit like a patch, but the whole article needs restructuring, which will be done after the release. For example, it should be split to "Overview" and "Bound columns". |
* Add interface binding docs * Add link to general data binding article * Fix page title and nullable int * Fix page title * Fix TreeList id-parent relationship Co-authored-by: Dimo Dimov <dimo@Dimos-MacBook-Pro.local>