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

[Doc] Documentation\Feature requests

2 Answers 64 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 14 May 2012, 09:20 PM

New documentation portal feature requests....

MVVM:

  1.  Popup edit window: Ability to click a button and have that dataitem popup in an edit window to change the properties…and save them back.  Difficulty: no grid.
  2. Complex remote binding: events\changes auto-save to a webservice instead of a “Save” button after many changes.  So I can’t image if you add an item to an array you’d send the entire array back to the service to merge\delete\insert the changes?  How does one keep the model synced to the remote data safely.
  3. Refreshing an array and\or the entire model with $.ajax response data.
  4. Sorting arrays
  5. Subscribing to change events on observables
  6. Binding to functions…like Knockout computed observables?...I don’t know when this works, doesn’t work…HOW it works, etc etc.  Like I have a template bound to parent().parent().functionName seems okay, but then in a fiddle if I try and bind to a function and change the data, it doesn’t update.  Need more insight into the framework.
  7. Nested template binding (with interaction)
  8. Complex interaction

 So I do know the answers to some of these, I just would like docs\samples on these scenarios…I’m trying to move a couple people onto MVVM, but the current docs are pretty bad (please, no offense intended).

 ------------

UNRELATED (the best kind of related):

Feature request: KnockoutJS has the mapping plugin to plug remote data into the model…right now we have to do an $.each loop…

//Lame
for (var field in jsonData) {
        viewModel.set(field, jsonData[field]);
    }

I was hoping we could get something like 

//Awesome
viewModel.load(jsonData)

and it’d handle it internally….or load\refresh whatever…

 ------------

Wishlist: Each doc sample contains a fiddle to play with\fork so we can help flesh out demos\samples…

2 Answers, 1 is accepted

Sort by
0
Brandon
Telerik team
answered on 23 May 2012, 01:45 PM
Hi Steve,

 Thanks for the feedback on the documentation effort. I'm keeping a content plan for the items we'll be documenting in the short and long-term, and I'll be sure to consider those items that are relevant to Kendo UI.

For the unrelated item, please feel free to submit that as a new feature request on UserVoice and we'll take it into account for future planning.

Regards,
Brandon
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
answered on 23 May 2012, 02:02 PM
...can't...I'm out of votes :/ :)
Tags
General Discussions
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Answers by
Brandon
Telerik team
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Share this question
or