Questions tagged [kendo-view]

Use this tag to describe questions about the Kendo-UI View class, which is part of Kendo-UI's single-page-application framework and works hand-in-hand with the Router and Layout classes.

For more information please see the documentation.


Related tags

3 questions
2
votes
1 answer

Get start and end dates of selected view in kendo scheduler to filter events in database query

I am wanting to filter events in my kendo scheduler from local database, not remote. Kendo website has examples on how to filter events by date using remote data... but not really local. My plan was only to pull in the current scheduler view's…
Tyler Dahle
  • 817
  • 1
  • 8
  • 37
1
vote
0 answers

How to bind nested JSON to Kendo Vue grid?

The below JSON is returned by a URL. JSON: { "numberOfTransactions": 2, "transactions": [ { "Id": "1000497", "officeShortId": "DRSD", "procedureCode": "1234" }, { "Id": "1000497", "officeShortId": …
0
votes
1 answer

Kendo SPA View not updating with MVVM when updating ViewModel after Ajax call

I'm working on a SPA app based on Kendo UI but having trouble with Views not updating. The main layout has a grid filled with Quotes and a load action allowing the user to load the quote for viewing/editing Loading the quote is done using Ajax,…
Jacques
  • 6,936
  • 8
  • 43
  • 102