R
Ralf
Hi NG,
if there a way to Clear a DataGrid
dataGrid1.TableStyles.Clear(); or
dataGrid1.TableStyles.Remove(tblStyle); or
dataGrid1.TableStyles.RemoveAt(intDG); or
not work!?
dataGrid1.TableStyles[0].GridColumnStyles.RemoveAt(0);
this work fine but i need to remove the rows an after
remove fill with new data
Thanxs for Help
Ralf
if there a way to Clear a DataGrid
dataGrid1.TableStyles.Clear(); or
dataGrid1.TableStyles.Remove(tblStyle); or
dataGrid1.TableStyles.RemoveAt(intDG); or
not work!?
dataGrid1.TableStyles[0].GridColumnStyles.RemoveAt(0);
this work fine but i need to remove the rows an after
remove fill with new data
Thanxs for Help
Ralf