Hi There
I have a question with regard to being able to populate the Grid view dynamically using the DemandLoad event and being able to assign a RowEditTemplate to the new Bands added to the Grid.
We are loading child records dynamically for parent rows in the WebGrid. The child rows are created within Columns dynamically assigned to a new Band in the WebGrid. (Similar to the LoadOnDemand Manual Sample).
Now we need to be able to edit the rows within the new created Band using a RowEditTemplate.
How does one go about assigning a RowEditTemplate to dynamically created Bands?
Many Thanks
Brian