I set the fixed width of my radgrid but the last column is cut off.
these are the critical parameters I have set the radgrid:
AllowFilteringByColumn = true;
AutoGenerateColumns = false;
ClientSettings.Scrolling.UseStaticHeaders = true;
MasterTableView.TableLayout = Fixed;
I fixed all ItemStyle.Width and HeaderStyle.Width for each GridTemplateColumn,
and the sum has been reported in the width of radgrid
which property should I set to fix the width?
these are the critical parameters I have set the radgrid:
AllowFilteringByColumn = true;
AutoGenerateColumns = false;
ClientSettings.Scrolling.UseStaticHeaders = true;
MasterTableView.TableLayout = Fixed;
I fixed all ItemStyle.Width and HeaderStyle.Width for each GridTemplateColumn,
and the sum has been reported in the width of radgrid
which property should I set to fix the width?