Hi!
I am using a user control to edit the values within a grid using
Within the user control there is a table that is used to format the display and I want this table to be 100% of the width of the grid. Is there a way to access the width of the grid from within the user control so that it can be set in codebehind.
I am using a user control to edit the values within a grid using
.MasterTableView.EditFormSettings.UserControlName =
Within the user control there is a table that is used to format the display and I want this table to be 100% of the width of the grid. Is there a way to access the width of the grid from within the user control so that it can be set in codebehind.