How can I reduce the width of the UltraWebGrid RowSelector column ?
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.