I have a RadGrid control (Q1-2010 version), that uses the FormTemplate feature to create a custom editor. In this template I'm using a RadUpload control that is in a standard HTML table (used for control alignment). If the grid is set to use static headers, the table markup that the upload control lives in is given a colspan of 11, which completely ruins my layout. If I remove the upload control, the problem goes away, so it's definitely related to that control, but it only happens if I've got static headers enabled for the RadGrid. Is there a reason it's doing this, and is there a known fix?
Thanks.