![]() |
Clip number : |
Copy-Paste anything you want, then get it from anywhere.
|
Clip number : XZI Direct URL : http://www.heypasteit.com/clip/XZI Date : 2011-05-15 07:46:05 |
Download as file |
protected void ASPxGridView1_CustomUnboundColumnData(object sender, ASPxGridViewColumnDataEventArgs e)
{
if(e.Column.FieldName == "Variance")
{
double total = 0;
for(int i = 1; i < ASPxGridView1.VisibleRowCount; i )
{
total = Convert.ToDouble(ASPxGridView1.GetGroupSummaryValue(0, ASPxGridView1.GroupSummary["IPOTEK"]));
}
}
}
|
|
| © 2013 HeyPasteIt.com - All rights reserved. |
