Hi,
I have a Hierarchical Grid. The master one has a data source tied with a stored procedure.
I have created the nested/hierarchical data with another data source tied with a stored procedure.
Both stored procedures have a common fields which I did a relation. The master view data is displaying correctly. No issues here. But, when I clicked on expand of master grid, I don't get the child items. No child records to display is the message I see. But, it has data in database and see when I individually run the stored procedures.
I followed this video but wasn't successful. http://tv.telerik.com/watch/radcontrols-for-aspnet-ajax/radgrid-using-the-designer-to-create-a-hierarchical-grid
I am not sure what I did wrong. Can anyone please give me an example to bind data sources using stored procedures?
Thank you.
I have a Hierarchical Grid. The master one has a data source tied with a stored procedure.
I have created the nested/hierarchical data with another data source tied with a stored procedure.
Both stored procedures have a common fields which I did a relation. The master view data is displaying correctly. No issues here. But, when I clicked on expand of master grid, I don't get the child items. No child records to display is the message I see. But, it has data in database and see when I individually run the stored procedures.
I followed this video but wasn't successful. http://tv.telerik.com/watch/radcontrols-for-aspnet-ajax/radgrid-using-the-designer-to-create-a-hierarchical-grid
I am not sure what I did wrong. Can anyone please give me an example to bind data sources using stored procedures?
Thank you.