Hi,
I would like to dynamically size the columns of a WebDataGrid to the width of the data. This would also require that I allow for horizontal scrolling in cases where this exceeds the width of the grid. Finally, this grid has paging enabled, so the footer would presumably need to remain stationary. It's my understanding from reading other posts on this forum that this behavior is not supported from the WebDataGrid api. However, would it be possible to accomplish this behavior through css modifications? I haven't had any luck so far. Any suggestions as to how to go about this would be appreciated.
Bumping this back up to see if anyone else has any suggestions. Infragistics support implied that this wasn't offically supported, but I was hoping there might be a css "workaround" to get the correct behavior.
Rob
Alex,
This works as expected when the data doesn't require any scrolling. However, when it overflows, the data is truncated so all the columns will fit within the width of the grid. Is there some other property that I need to set in order to allow for horizontal scrolling?