hi all,
I am using Groupby Row and within that i need to allow the user to enter some value for each group of breakup .. so i wud like to place a editable text box in the GroupbyRow summary description place .. if possible how to do it . .
thnaks in advance
There's is no functionality in the grid for editing a GroupByRow.
You might be able to position a TextBox over the row in code, but this would not be a trivial undertaking.
Mike if possible to place a textbox over the row ...that will do a lot ....any samples is there ..
That might work, but no, I don't know of any samples. This would not be a trivial task, you would have to handle a lot of different events, like scrolling, expanding and colllapsing, deleting - anything that could possible cause a row to move.