User Profile & Activity

Jocelyn Rendulic Member
Page
of 6

Thanks, can you please show me some example code of accessing the HiddenDataMember value in the BatchUpdate method server side.

 

protected void WebGrid1_BatchUpdate(object sender, BatchUpdateEventArgs e)

{

foreach (WebGridRowChanges rowChanges in e.PendingChanges)

{

}

}

Posted: March 8, 2010 10:03 AM

I tried this example.  The problem is that when I have set it to .visible = false on the server side, I can not access the column on the client side to update the value.  Is there abother way to access the column's value without showing the column on the grid?

Posted: March 4, 2010 3:53 PM

How would you set the column to hidden on the client side for a child grid column?

How do I request this as a new product feature?

I ran your example and it does not set the cell back to the orginal value at all when I enter a value greater than 10.

 The pending changes also shows the new changes.

It does not set the cell back to the orginal value at all when I enter a value greater than 10.

 The pending

It does not set the cell back to the orginal value at all when I enter a value greater than 10.

 The pending changes

It does not set the cell back to the orginal value at all when I enter a value greater than 10.

 The pending changes also shows

It does not set the cell back to the orginal value at all when I enter a value greater than 10.

 The pending changes also

It does not set the cell back to the orginal value at all when I enter a value greater than 10.

 
All times are GMT -5. The time now is 7:23 PM.
Previous Next