This is a migrated thread and some comments may be shown as answers.

custom cell type

1 Answer 77 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Mateo
Top achievements
Rank 1
Mateo asked on 10 Sep 2009, 06:12 PM
I've created a custom cell type and i'm creating it in the CreateCell event.
This cell must look at some values of the databoundItem to adjust itself.
What event should i register to be able to update those cells ?

thanks

1 Answer, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 16 Sep 2009, 08:47 AM
Hi Mateo,

Thank you for writing. In order to adjust/format cells you need to subscribe to CellFormatting event. It fires for each cell which means that you will have to check the cell type that the event is firing for is your custom type. Write again if you need further assistance.

Regards,
Victor
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
Mateo
Top achievements
Rank 1
Answers by
Victor
Telerik team
Share this question
or