Login
Latest Development Blogs
Forum Topics Post
Browse By Tag
Hi,
I have integrated my WebCombo control into Webgrid using the way shown in sample codes.
Now i have set the EntryMode = Instantlookup and the control working great in Form.
but in grid when i write some text in combo and press tab the grid column switches from editable mode to read mode. Now as this happens the Combo is not able to select the value for the text i have entered.
Can you please tell how can i achieve InstantLookup with Combo in WebGrid.
Thanks,
Huzefa
Unfortunately, pressing the Tab key inside WebGrid cell object will move the focus to the next editable cell. This should explains why does the WebCombo switches from editable mode into read mode and not able to select the value for the text you have entered.
I’d like to suggest you to use the “AutoComplete” EntryMode instead of “InstantLookup” in order to have better result.
Then this is a bug you mean.
Is there any work around?? I can't use AutoComplete
I have forwarded this to WebGrid development team for further investigation.I’ll keep you updated with any news I heard from the team regarding this topic.