[progress Communities] [progress Openedge Abl] Forum Post: Re: How To Define Initial...

  • Thread starter Thread starter p4m
  • Start date Start date
Status
Not open for further replies.
P

p4m

Guest
Hello Edsel, I am using the Kendo UI Builder 1.0. The view is named Ortsliste in the KUIB but $scope.Ortsliste.options.dataSource.sort={field: "obez"}; throws the reference error. $scope.ortsliste.options.dataSource.sort={field: "obez"}; doesn't throw an it works fine for clientside processing - not for serverside paging, but that is ok. So there is a difference between the name of a view as it is defined and the internal KUIB use. In an other example the view-name is "Land-List" and $scope.landList.options.dataSource.sort={field: "ldplz", dir: "asc"}; is working. This I found out by trial and error. Defining an other view which is a copy of "Ortsliste" with name "Ortex" I get the reference error again. How can I find out the internal name of the view? Is it a bug fixed in Version 1.1? thanks & cheers Wolfgang

Continue reading...
 
Status
Not open for further replies.
Back
Top