I am trying to use the RadGrid and the Self-referencing hierarchy concept and had success when pulling all my data from 1 table. When i put a where clause on the SQLDataSource (where managerid = @managerid (parameter that is passed thru querystring) ) that is attached to the RadGrid I get no results on the grid. Is the problem that the managerid i put in has a parentid? At the root level of my table the record does not have a parentid but i guess my question is can i show all children for a manger that does have a parentid? Are there any references for using the Self-referencing Hierarchy with SqlDataSource that uses a querystring parameter on the .aspx page?
Thanks.
Thanks.