Good Morning
I have a RadGrid inside a NestedViewTemplate. I want it to auto-size its height to match number of rows in the Grid. So if the grid is empty, it should show one row with 'No Records Found'. If there are more rows, it should resize the height to contain those. This is to avoid having a fixed size space with lots of blanks.
How can I do this?
Thank you
Raka