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
425
How to suppress the Row Selector icon but still display the errorprovider icon
posted

Hi,

I would like to suppress the triangular row selector icon.  However if Override.RowSelectors is set to False then errorprovider icons will not appear.  It looks like the errorprovider icon is contained within the rowselector column.

I have a workaround which is to set Override.RowSelectorAppearance.Image to a little 1 x 1 pixel (effectively null) image jpeg.

Is there a better way to do this?

Thanks,

Bill

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi Bill,

    What version of the grid are you using? We added new properties for these images in NetAdvantage 2009 Vol. 2 so you can set the image to null.

    Or, in any version, instead of specifying a small image, you could make the image hidden like so:

    Override.RowSelectorAppearance.ImageAlpha = Alpha.Transparent;

Children