HA
haneefm
Syncfusion Team
August 3, 2007 11:07 PM UTC
Hi Jenny,
Try setting the Clickable property of the column to false in a grid and let me know if this helps.
gridPrice.TableDescriptor.Columns[i].Appearance.AnyRecordFieldCell.Clickable = false;
Best regards,
Haneef
YA
yan
August 6, 2007 03:58 PM UTC
>Hi Jenny,
Try setting the Clickable property of the column to false in a grid and let me know if this helps.
gridPrice.TableDescriptor.Columns[i].Appearance.AnyRecordFieldCell.Clickable = false;
Best regards,
Haneef
Hi Haneef,
Thanks for your help. I have tried to set the clickable to false. However it still does not work.
Jenny