multiple selection for checkbox

1 reply. Last post: March 24, 2011 8:32 PM by Martin Lie
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

I create checkbox at server side.The problem is I can not check multiple checkboxes.when I check another checkbox,it will refresh.

Then, when I set grid.IsInProgress=true in update function, it works but other problem will occur-the webgrid will not update after that.


function DoResponse(gridId, action, lastrequestObj, xmlRespObj, rowIndex)

{   //alert(action);

  

   if (action == 'UpdateRow') 

{

       //alert("it flew update Row");

   

   var grid = ISGetObject("WebGrid1");

             grid.IsInProgress =true;

            

   //grid.Refresh();

}

All times are GMT -5. The time now is 3:47 AM.
Previous Next