It is likely that your datagrid data has nulls in it. If LC encounters a null in the array data, it will think that there is no more array to work with. If you are getting your data from a sql database, make sure that all your columns are defined with not null as an easy way to prevent this.
Bob On Oct 3, 2012, at 2:28 AM, James Hale wrote: > I am still having datagrid problems. > I am unable to get the datagrid to display all the records I populate it with. _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode