How set syncfusion Grid Control

How set GridControl read only.
This GridControl contaions a read only property . i set this Control property is true . but in a Cells we can change the values at run time. please give any cules.
Advancly Thanks
Regards
Venkat.


3 Replies

HA haneefm Syncfusion Team January 9, 2008 10:08 PM UTC

Hi VenKataRamu,

Please try this code and let me know if this helps.

this.gridControl1.TableStyle.ReadOnly = true;

Best regards,
Haneef



VC venkataramu c January 11, 2008 07:03 AM UTC




Dear Haneef,
so much Thank's . it is working. But in grid control automatically one new row added. i donot want that row. please give me some clue.
Regards
venkat.

>Hi VenKataRamu,

Please try this code and let me know if this helps.

this.gridControl1.TableStyle.ReadOnly = true;

Best regards,
Haneef





JS Jeba S Syncfusion Team January 17, 2008 07:02 AM UTC

Hi Venkat,

Sorry for the delay in response.

Please refer the below thread for details:
http://www.syncfusion.com/support/forums/message.aspx?&MessageID=70936

Regards,
Jeba.




Loader.
Up arrow icon