protected void AppendGridColumns(SplendidGrid grd, string sGRID_NAME) { // 11/17/2007 Paul. Convert all view requests to a mobile request if appropriate. sGRID_NAME = sGRID_NAME + (this.IsMobile ? ".Mobile" : ""); grd.AppendGridColumns(sGRID_NAME); }