I made this topic once, but the information I had was a bit hard to follow and I did not get much help, so I am trying again after spending the day making a JSBIN sample.
I have a situation where I am using KendoUI to make a view model, and also to make some items within it, and when you click on sub-items that are drawn, it opens up a `
KendoWindow` to let you edit them more specifically.
However, there is a problem with the `dataSource` concept, I think. When I try to bind to a `
dataSource` on my page it works fine; But when I try to bind a kendo control to a `
remote` datasource within a rendered window, it refuses to fetch.
If I bind only to local data, hard coded data, it works; So I know the `
dropdownlist` is working. But I really need to be able to bind to remote data.
I have prepared a
jsbin to show this behavior (or lack thereof)
Any help would be greatly appreciated. To see the behavior, click on the button to `Create Socket Rail`, then use the `NumericTextBox` to increase the size to any number higher than 0, then click on one of the drawn boxes.