Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
DropDown list in a UltraWinGrid
posted

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

 

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    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.

Children