jeans_larghi Posted October 24, 2012 Posted October 24, 2012 hello... I'm using version 0.90 uniGUI. Two questions: 1) the property "buffered" in unidbgrid allows me to run a grid with an infinite scroll. I would like to know when it will be implemented or if there is another way to achieve the same result. 2) I would like to accomplish the same thing with point 1 in a unidblookupComboBox with remote store. I tried to set the following properties: unidblookupComboBox.clientEvents.uniEvents function OnAfterCreate(sender) { sender.editable = true; sender.typeAhead = true; sender.queryMode = 'remote'; sender.pageSize = 15; sender.triggerAction = 'query'; sender.remoteFilter = true; } Something is missing? I still can not get something like http://examples.extjs.eu/ combo with remote store Thanks advance. Francesco (jeans_larghi) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.