G greg_chu Apr 19, 2005 #1 Hi, is there a way to disable the insert of the last row of datagrid? I do not want it even show up. Thanks! Greg
Hi, is there a way to disable the insert of the last row of datagrid? I do not want it even show up. Thanks! Greg
K Ken Tucker [MVP] Apr 19, 2005 #2 Hi, Dataset.Tables(0).DefaultView.allownew=false Ken ----------------- Hi, is there a way to disable the insert of the last row of datagrid? I do not want it even show up. Thanks! Greg
Hi, Dataset.Tables(0).DefaultView.allownew=false Ken ----------------- Hi, is there a way to disable the insert of the last row of datagrid? I do not want it even show up. Thanks! Greg