2009/4/24 Trevor DeVore <[email protected]> > Do the columns in your header exist in the table? If you pass in true the > data grid will not try to create the columns. It assumes the columns are > created already.
Yes - that's the issue. So now I'm trying to name the columns: set the uProps ["columns"] of the rev_DataGrid of me to columnNames works, but Im not clear on the internal workings, so some things go wrong. Fo instance trying to rename a column by script "clears" the column data - presumably because the link to the dgDataA is no longer valid - all I'd have to do is rename the keys in the dgDataA - or are their built ins for this? _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
