We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

unable to tab from disabled cells.

Hi,

I am selectively disabling a few cells in GGC grid. Following code will help you in understanding the way i am doing it.

if (columnCollectionView[i].IsEditable == false)
{
dgRangePlanGrid.TableDescriptor.Columns[i].Appearance.AnyRecordFieldCell.Enabled = false;
dgRangePlanGrid.TableDescriptor.Columns[i].Appearance.AnyRecordFieldCell.BackColor = Color.LightGray;
}

The grid loads up as expected but when i try to tab from one cell to other, its hanging up.

Please help in fixing this up.

Thanks

Dinesh

1 Reply

AD Administrator Syncfusion Team March 12, 2007 09:02 PM UTC

Hi Dinesh,

We were not able to reproduce the issue here. Is it possible for you to upload us a sample or modify the browser sample to reproduce the issue here? This will help us to analyse the issue further.

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon