Changing Cell Style in DataBoundGrid

I want to change the style(like ChoiceList) of a cell in GridDataBoundGrid without using any event like queryCellInfo etc.

Please suggest me.

Thanks in advance.


1 Reply

AS Athiram S Syncfusion Team March 19, 2013 06:16 AM UTC

Hi Pavan,

Thanks for your interest in Syncfusion Products.

You can make use of the following code to achieve the behaviour:

this.customerGrid1.Model[RowIndex, ColIndex].BackColor = Color.Red;

Please let me know if you have any concerns.

Regards,
Athiram S


Loader.
Up arrow icon