or
| protected void Grid_OnRowEditing(object sender, ???args e)????? { |
| string primaryKey = e.Item.OwnerTableView.DataKeyValues[e.Item.ItemIndex]["PrimaryKey"].ToString(); |
| BusinessObject ob = MyDataManager.GetBusObjectByPrimaryKey(primaryKey); |
| e.Item.DataItem = (object)ob; |
| //// The EDIT form would then bind to the above object and NOT the Dataset used to display the grid data. |
| } |
.GridRow_Default
{
background: #f7f7f7;
height: 22px;
}
.GridAltRow_Default
{
background-color: #eeeeee;
height: 22px;
}
Right now I got the alternate color in the detals row but I want it to look like it's MasterView

Hi..
I have finished a report passing a single parameter through web form.. Now i am trying to pass multiple parameters
in a single report.I need your help...
By Suriya Narayanan
If
e.SeriesItem.YValue < e.ChartSeries.PlotArea.YAxis.MinValue Then
e.ChartSeries.PlotArea.YAxis.MinValue = e.SeriesItem.YValue
End If