Hi everyone,
My DTO has a string field, ultragrid automatically assigns a textbox to the column.But I want to combine a textbox and a button for this column. It will show a picker dialog when clicking on that button in order to select a specific value. Is this possible?
Kind regards,
Niels
Hi Boris,
First I want to thank you all for the suggestions.
I've used the UltraControlContainerEditor in orde to use a custom control as the editor control.
Mvg,Niels
Hi Niels,
I wanted to know if you were able to solve your issue based on these suggestions or you still need help. Please let me know.
Or, if you want to do this the easy way, you just set the Style property on the column to EditButton.
Then you handle the ClickCellButton event of the grid.
You could this by assigning an 'UltraTextEditor' control to a column/cell and adding a 'DropDownEditorButton' for example. Please refer to the following links:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=10062
and
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=2361.
Feel free to let me know if a question about our tool set comes up on your mind.