Beispiel #1
0
 public void CostForecastBListUIFormWebPart_GridHeadClicked(object sender, GridHeadClickEventArgs e)
 {
     //AssociationControl assocControl = new AssociationControl();
     //assocControl.SourceServerControl = this.DataGrid1;
     //assocControl.SourceControl.EventName = "GridHeadClicked";
     ////((IUFClientAssoGrid)assocControl.SourceControl).FireEventCols.Add("Gift");
     //CodeBlock cb = new CodeBlock();
     //UFWebClientGridAdapter gridAdapter = new UFWebClientGridAdapter(this.DataGrid1);
     //gridAdapter.IsPostBack = true;
     //gridAdapter.PostBackTag = "GridHeadClicked";
     //cb.TargetControls.addControl(gridAdapter);
     //assocControl.addBlock(cb);
     //UFGrid itemGrid = this.DataGrid1 as UFGrid;
     //itemGrid.GridCustomerPostBackEvent += new GridCustomerPostBackDelegate(GridCellOnChanged_DoCustomerAction_Grid);
 }
Beispiel #2
0
 void ShipPlanFromSOBListUIFormWebPart_GridHeadClicked(object sender, GridHeadClickEventArgs e)
 {
     //throw new NotImplementedException();
 }