I want to use the DropDown list in a UltraWinGrid cell. I have gone through following KB article.
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=7841
I want to allow user type in grid cell to allow AutoComplete functionality. At the same time, I want to prevent the invalid values.
I tried by setting Style property of UltraWinGrid column to DropDownValidate. Now Autocomplete is working.
But user still can enter the invalid values. I want to prevent this. What is the way for doing this ?
--- Sambhaji
Hi Sambhaji,
There's nothing built-in to the grid that will prevent them from typing in an invalid value. But the DropDownValidate style will prevent the user from leaving the cell if the value they entered is not on the list.
Hi Mike,
I thought that there may be some property of the grid which would prevent the user from entering invalid value.
Any way, Thanks for the reply.
It would love to have such functionality in next version of UltraWinGrid.
-- Sambhaji