I have a simple grid bound to a UltraDataSource. I would like to assign different appearances to rows depending on row values. I prefer to do this in code, not in the designer by declaring conditions.
I tried to do it in AfterRowInsert but this event is never fired. What would be the best way to change row properties before the grid becomes visible?
RegardsBurkhard
I think InitializeRow is the event you are looking for.
Thank You.
Burkhard