Hello,
I have WebGrid that displays data in two bands; I want at the InitializeRow to update a value of a cell in the inner Band (BandIndex = 1); however the initialize Row gets fired only for the first band.
The first band has 6 rows and the inner band has two rows under each row. The event gets caleld only six times and when I check the e.Row.Band.Index; it always returns 0.
Any ideas of why it is not getting fired for the rows in the sub bands?