I have a RadGrid which can wrap the text in cells. The end result is that some rows are one line high while others are taller. How can I determine, server-side, the height of a given row?
Thanks Patrick. I wasn't sure if it was possible to get the height of an autosized row server side but feared that wasn't gonna happen.
I ended up setting the height server side so that two rows of text would show. It's a little tall if there's only one row of text but it's not too bad.