Hello,
Sorry, what I mean to say is that once the SfDataGrid is rendered on screen, can it be configured such that the user can grab the corner of the grid with their mouse (or fingers), and expand the size of the control. Much like how one normally expands the size of the window to any arbitrary size, but in this case specific to the grid control itself
The result would be that the user can resize the grid to show more columns or rows depending on how big they resize the grid. Note, this is not about adjusting the individual heights/widths of the rows/columns, but the whole table itself.
Thank you.