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
close icon

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.
Live Chat Icon For mobile
Up arrow icon