Hi Team,
I have a requirement of adding a text area in one of the cells in the ultragrid just like a button/dropdown.
Is there any property that can do this work for me???
Please reply asap. Its urgent!!!
Hi,
I'm sorry, but I do not understand your question. What do you want in a cell? Every cell in the grid display text by default.
If you want a button in a cell, there are many ways to do this, depending on what kind of button you want. You could set the Style of the column to Button or EditButton. Or you could use an editor with a button (or buttons) in the ButtonsRight or ButtonsLeft collection.
If you want a dropdown list in a grid cell, then once again, there are several ways to do that. You could us a ValueList or an UltraDropDown. Here's a KB article that will help you decide which is the best option for you:
HOWTO:What is the best way to place a DropDown list in a grid cell?
How to do open pop up Text area when click to ultragrid cell.Is it possible with ultragrid?
My grid has too many columns and large dataset. So when I try to edit text cell in the grid by type fast and long text there is delay. I guess the grid needs to redraw the text area when the text longer than cell text. That's cause the delay. I try to work around by open pop Text Area so users can type and save text back to the cell.
I open up to any suggestion way to work around with issue.
ThanksJohn