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
145
width of the UltraWebGrid RowSelector column
posted

How can I reduce the width of the UltraWebGrid RowSelector column ?

Parents
No Data
Reply
  • 7694
    posted

    Hello,

    You can use the Width of RowSelectorStyleDefault tag and set with.

    Please take a look at the code below:


     <DisplayLayout>
       <RowSelectorStyleDefault Width="300" BorderWidth="1px" BorderColor="red" BorderStyle="Solid" BackColor="Red" Height=90></RowSelectorStyleDefault>

     

    Hope this helps.

     

Children
No Data