AD
Administrator
Syncfusion Team
August 22, 2006 05:11 AM UTC
Hi John,
By Default, the Static CellType will display text that cannot be edited. You can select it to make it the current cell but, the cell cannot be activated for editing. Static cells can be deleted by the user if the static cells are part of the selection when the delete key is pressed. (To prevent this deletion behavior, set static cells to Read-only.) Static cells may also include an image in addition to the text. Try the below code snippet.
this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.CellType="Static";
Here is a sample.
http://www.syncfusion.com/Support/user/uploads/GGCArrayList_f06c2b68.zip
Let me know if this helps.
Best Regards,
Haneef
JP
John Patterson
August 22, 2006 12:55 PM UTC
Hi Haneef,
That seems to resolve my issue. Thanks for your help!
>Hi John,
By Default, the Static CellType will display text that cannot be edited. You can select it to make it the current cell but, the cell cannot be activated for editing. Static cells can be deleted by the user if the static cells are part of the selection when the delete key is pressed. (To prevent this deletion behavior, set static cells to Read-only.) Static cells may also include an image in addition to the text. Try the below code snippet.
this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.CellType="Static";
Here is a sample.
http://www.syncfusion.com/Support/user/uploads/GGCArrayList_f06c2b68.zip
Let me know if this helps.
Best Regards,
Haneef