Is it possible to add a new table row in UltraWebGrid after the current row is bound? In other words, after each row is bound I want to add a new row that spans all columns so I can display a large amount of data:
[databound column][databound column][databound column][new row with colspan 3 and data from current row of data][databound column][databound column][databound column][new row with colspan 3 and data from current row of data]
The best solution I could come up with was to make a hierarchy out of the flat data and bind the new row as a child band. Seems like I must be missing something...
Unless you are doing everything completely unbound, you won't be able to do this.
If you can describe the use case a little more, we can see if this is a feature request for the new WebDataGrid. You can also shoot me an email at jasonb@infragistics.com.
Thanks
Jason