Rank: Newbie Groups: Member
Joined: 9/24/2011 Posts: 9
|
Dear sir,
In Grid i add a drop-down list and also fetch/retrieve from Database, its a huge list in drop-down list what i want is if I select a drop-down list and type the name what is in the drop-down the focus goes to that item. Is this possible.
Thanks Basit
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, That is possible but you will have to implement it yourself. It's not part of the Grid. The Grid allows you to put any UI inside the Grid cell through CustomColumn (even a simple drop down without auto lookup is implemented through a CustomColumn). You will then be responsible to implement everything about the custom column, in this case, the auto lookup feature. See here for more details: http://doc.essentialobjects.com/library/1/grid/custom_column.aspxThanks!
|