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

Event CellFormatting in GridView not firing

0 Answers 66 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Nickolay
Top achievements
Rank 1
Nickolay asked on 31 Jul 2017, 05:20 AM

I'm using GridView in Telerik 2017.2

CellFormatting event doesn't firing when my GridView is Updating:

myGrid.TableElement.Update(GridUINotifyAction.StateChanged);

when i'm changing my DataSource:

myGrid.DataSource = currentRaces;

but RowFormatting is firing on this events. What can i do? I need to change color of my cells!

 

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Nickolay
Top achievements
Rank 1
Share this question
or