Musings of a Manchester Drupal guy

Drupal, Open Source, Analytics, Social Media.

Thursday, August 12, 2004

Datagrids not drawing properly

If you have a datagrid which is not drawing columns in the crrect manner (text is missing) the following code corrects the issue

on(load){
this.invCheckCols=true;
this.invalidate();
}