we have column wise grid users wants it in row wise grid how can we implement
Discussion posts and replies are publicly visible
You'd need to implement this logic manually - generally, you'd transform the original data into columns given the (presumably constant) original rows, then feed it into the grid as usual.