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 John,
I don't understand what you are asking. What kind of delay are you referring to? There should not be any delay when typing in a cell. If there is, then something is wrong. But without a sample or some more information about what you are referring to, I don't know how I can help.
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
Hello,
Could you please let me know if you were able to solve your issue and if not - could you please if possible explain in details your requirements in text or/and with pictures attached to your post.
Please do not hesitate to contact us if you need any additional assistance.
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?