GGC cell ReadOnly

Hi, I am using GGC.I have a grid with 5 columns.In the 4th column i have DropDown.Now on change in value of 4th column corrospondig cell in 5th column should be readonly or not. i dont want to make whole column readonly just one cell base on the value in 4th column. So i am using TableControlCurrentCellCloseDropDown event for that. But how to make a perticular cell Readonly from this event. i tried this e.TableControl.CurrentCell.Renderer.CurrentStyle.ReadOnly = true; but its not working.... Can you please giva any solution... Thank Vihar

1 Reply

AD Administrator Syncfusion Team March 8, 2006 05:12 AM UTC

Hi Vihar, The intent behavior can be achieved by handling the TableDescriptor.QueryCellStyleInfo event. Please refer the sample in the forum thread that deals with a similar issue. Let us know if you need any further assistance. Regards, Calvin.

Loader.
Up arrow icon