码迷,mamicode.com
首页 > Web开发 > 详细

js循环GridView判断CheckBox是否全部未选中

时间:2014-08-05 13:36:59      阅读:225      评论:0      收藏:0      [点我收藏+]

标签:io   数据   ar   cti   new   c   table   js   

  function isQueryPriceReplyProduct() {            

       var gridItem;            

     var itemIndex = 0;            

         var IDS = ‘‘;            

     while (gridItem = dgQueryPriceReplyProduct.Table.GetRow(itemIndex)) {                

         itemIndex++;

                  if (!gridItem.Cells[0].Value) {                    

          continue;               

                      }

                  IDS += gridItem.Cells[1].Value + ‘,‘            

       }

              if (new String(IDS).length == 0) {                

        messageTips("请选择至少一行数据", ‘e‘);                

        return false;            

          }            

               return true;        

  }

js循环GridView判断CheckBox是否全部未选中,布布扣,bubuko.com

js循环GridView判断CheckBox是否全部未选中

标签:io   数据   ar   cti   new   c   table   js   

原文地址:http://www.cnblogs.com/lijie20111015_20140708/p/3891869.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!