bugs in setting cell grids from combo adv

Hi,
I don't see any consitency in getting the following to work.

this.myGGC.Table.GetTableCellStyle(rec, "columnName").CellValue = this.combo1.Text;

Thanks,

1 Reply

AD Administrator Syncfusion Team March 15, 2007 11:33 PM UTC

Hi,

We tried to reproduce the problem in the following sample. But we could not able to reproduce it.
Sample

If possible, colud you please modify our sample to reproduce the issue and update us.

You can also set the value to a record using the SetValue() mthod.
Here is the code snippet.

record.SetValue("columnName", combo1.Text);


Regards,
Saravanan

Loader.
Up arrow icon