Hi,
I want to temp turn off the little icon that shows up when a row is editied. I am doing a loop where I want to edit a certain colleciton of rows. I suppose i could go out to the datatable that is the underlying datasource but I was just wondering.
Thanks.
Hello melegant,
A possible approach to achieve this might by using the following code:
ultraGrid1.DisplayLayout.Override.RowSelectorAppearance.ImageAlpha = Infragistics.Win.Alpha.Transparent;
Please feel free to let me know if a question about our toolset comes up on your mind.
Worked out great thanks.