Reg: GridDataBound Control

Hi, Please find attached zip file for sample GDBC. Q1: I want read only data bound control. Q2: If user selects two(n) rows and press delete button, the rows should not disappear from the view. Q3: If user clicks (0,0) position and press delete button, the rows should not disappear from the view. Kindly help me on this. Regards, Anna

GDBG0.zip

1 Reply

AD Administrator Syncfusion Team April 4, 2006 05:20 AM UTC

Hi Anna, Please try setting the Model.ReadOnly property to true. Here is the code snippet. this.gridDataBoundGrid1.Model.ReadOnly = true; Best regards, Madhan

Loader.
Up arrow icon