Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. resources: [{
  2. field: "UtilizadorID",
  3. name: "Persons",
  4. dataTextField: "Name",
  5. dataValueField: "Name",
  6. dataSource: new kendo.data.DataSource({
  7. transport: {
  8. read: {
  9. url: 'Service/JSON/GetPersons'
  10. },
  11. schema: {
  12. type: "json",
  13. data: "GetPersonsResult.RootResults"
  14. }
  15. }
  16. ),
  17. multiple: true,
  18. title: "name"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement