Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
180
Best control(s) to create a discussion thread?
posted

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?

  • 13438
    posted


    Hello
    eych

    Hello 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.