I've searched and looked up on how to hide Expand/Collapse but seems to only work if you already have all the data.
there a way to do it with ServerOnDemand loading?
If I try this http://www.telerik.com/help/aspnet/grid/grdhideexpandcollapseimageswhennorecords.html
All the expand/collapse buttons go away. I'm assuming because the grid doesn't know if the row has child items or not. I have a dataset with three tables loaded already, there a way to check to see if each row will have child items and then hide/show the expand?