-
21 Sep 2006 4:18 AM #1
Auto-Complete and Grid
Auto-Complete and Grid
Hi
Can any one give me a hint as to how can i bind my auto-complete control to the editable coloumn of the grid?
Thanks
-
21 Sep 2006 12:11 PM #2
I haven't tried this yet, but theoretically there's no reason it can't be done.
Suppose you create a TextEditor. You could bind the AutoComplete (AC) to the editors element.
I don't see why it wouldn't work. You will probably have to bump the z-index of your AC container.Code:var editor = new YAHOO.ext.grid.TextEditor(); var ac = new YAHOO.widget.AutoComplete(editor.element.dom, 'your-ac-container', yourDataSource);
Similar Threads
-
Complete Grid/mySQL/PHP example anyone?
By perlmonger in forum Ext 1.x: Help & DiscussionReplies: 10Last Post: 15 Jul 2007, 11:41 AM -
firefox error message w/ combo/auto-complete
By nbailey in forum Ext 1.x: Help & DiscussionReplies: 14Last Post: 2 Apr 2007, 11:38 AM -
Auto Resize Grid on Complex Layouts
By Recode in forum Ext 1.x: Help & DiscussionReplies: 3Last Post: 21 Mar 2007, 1:32 PM -
Detect moment data grid is complete loaded
By fnan11 in forum Ext 1.x: Help & DiscussionReplies: 1Last Post: 10 Mar 2007, 12:09 PM -
YUI:Auto Complete auto hide
By techno_adi in forum Ext 1.x: Help & DiscussionReplies: 9Last Post: 24 Dec 2006, 9:44 PM


Reply With Quote