Jump to content

uniDbGrid and uniDblookupComboBox


jeans_larghi

Recommended Posts

hello... :rolleyes:

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)

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...