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
235
how to remove the arrow in row selector?
posted

Dear experts,

I use the following snippet to set the row selector width:

gridBand.Override.RowSelectorWidth = 5;

But if I use default selector width(don't set RowSelectorWidth using above snippet), there will be one arrow always appeared, how to remove the arrow?

Any help will be appreciated,

Alfonzoe

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi Alfonzoe,

    If you don't want any of the symbols to appear in the row selectors, you can acheive this much more easily by setting the RowSelectorAppearance.ImageAlpha to Transparent.

Children
No Data