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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...