We are buiding a telerik winforms application for the first time, and we can´t understand the radgrid event model.
There is no itemdatabound event, and although cellformatting seems to be the way to go we are not comfortable with it.
We have a very easy task (at least in Asp.net or even gridview), When a cell has a certain value, say 1, we want the grid to show 'Person'
in that same cell.
We debugged the cellformatting event and noticed that the event is fired many times. Is there an event to inspect/change cells in a row basis. Cellformatting is an awkward event to handle the task.
Thank you.,
There is no itemdatabound event, and although cellformatting seems to be the way to go we are not comfortable with it.
We have a very easy task (at least in Asp.net or even gridview), When a cell has a certain value, say 1, we want the grid to show 'Person'
in that same cell.
We debugged the cellformatting event and noticed that the event is fired many times. Is there an event to inspect/change cells in a row basis. Cellformatting is an awkward event to handle the task.
Thank you.,