ISPrincess
Programmer
I have successfully implemented Denis Bauer's Hierargrid for imbedding a datagrid within a datagrid it works great.
My new problem is that I must imbed a datalist as the child control inside the Hierargrid now in order to use it's Horizontal Repeater.
I can not seem to cast the datagrid item into a datalist item and have extremely limited experience with datalist's.
Here is the code in the child template that errors:
Dim dli As DataListItem = CType(Me.BindingContainer, DataListItem) (me.bindingcontainer is datagrid)
Can anyone either help me cast a datagrid item to a datalist item type or has anyone had experience imbedding a datalist inside Hierargrid?
Thanks
PH
I was walking home one night and a guy hammering on a roof called me a paranoid little weirdo.
In morse code.
-Emo Phillips
My new problem is that I must imbed a datalist as the child control inside the Hierargrid now in order to use it's Horizontal Repeater.
I can not seem to cast the datagrid item into a datalist item and have extremely limited experience with datalist's.
Here is the code in the child template that errors:
Dim dli As DataListItem = CType(Me.BindingContainer, DataListItem) (me.bindingcontainer is datagrid)
Can anyone either help me cast a datagrid item to a datalist item type or has anyone had experience imbedding a datalist inside Hierargrid?
Thanks
PH
I was walking home one night and a guy hammering on a roof called me a paranoid little weirdo.
In morse code.
-Emo Phillips