I’m at a basic loss and not sure what I need to do. What I need to end up with is a display of a data WITHOUT paging. I don’t know the height of the row because it could be 3 lines or 15. I need a vertical scroll bar with autoheight of the row. The container that the control is in is a popup window with a set height. I don’t need sorting, filtering or any other grid function, just the ability to show a checkbox in the row for selection and a couple of columns. I have tried paging and if the lines of data are too much to handle the bottom paging does not show.
Thanks