Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
659
RowSelectorAppearance.Image
posted

Hi guys,

I have a grid which updates to source on CellChange, so the Pencil indicator in the RowSelector dissapears on leaving the row. I'd like to have it stay there until I actually send the changes to database, so the user can see which rows were edited.

So, I plan to set the RowSelectorAppearance.Image back to the Pencil image in AfterRowUpdate and reset it to null when I save to database.

My question is how do I get the exact same Images Infragistics uses internally?

Thanks,

Anca