I have a WebGrid with data rows. For each row, I would like to create something like a discussion thread where people can comment about the datarow info, and those comments can have comments, etc.
Something to the effect of a heirarchical webgrid where each row can have its' own discussion thread.
Any ideas/advice?
Hello eychHello I know it has been a while since you asked this questions, but in case you still need an advice I would be glad to help. A possible solution is to add a band for every row in which discussions to be kept as rows – every row will contain 2 columns Date and Comment (varchar(max)) so when user expand he will be able to add comment and on row adding event Date will be filled automatically with DateTime.Now and user will fill only the text cell.