Exemple #1
0
 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);
 }
 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);
 }