Very urgent

hi Iam using GGC with 3 columns.2textbox cols & 1 combo.Iam loading data in combo from XML.Now based on my selection in combo ,I''ve to change the type of the next cell. ie if I select ''A'' in combo ,the textbox cell should change to type checkbox,else if I select some other value ,it should be of type textbox only for ''A'',it should be checkbox. Thanks Prethi

2 Replies

AD Administrator Syncfusion Team February 3, 2006 05:00 AM UTC

Hi Prethi, By handling the TableDescriptor.QueryCellStyleInfo event you can get the intend behavior. Here is a sample. Regards, Calvin.

40388.zip


PR prethi February 4, 2006 04:57 AM UTC

Thanks I got it >Hi Prethi, > >By handling the TableDescriptor.QueryCellStyleInfo event you can get the intend behavior. Here is a sample. > >Regards, >Calvin.

40388.zip

Loader.
Up arrow icon