Exemple #1
0
 public static void SetUnboundColumnData(CustomColumnDataEventArgs e, IDynamicPropertyList propertyList,
                                         bool allowNullValue)
 {
     DynamicGridHelper.SetUnboundColumnData(e, propertyList, allowNullValue);
 }
Exemple #2
0
 public static void SetUnboundColumnData(CustomColumnDataEventArgs e, IDynamicPropertyList propertyList)
 {
     DynamicGridHelper.SetUnboundColumnData(e, propertyList, true);
 }