EasyUI Forum
September 14, 2025, 06:03:35 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Combobox with pagination  (Read 12974 times)
mazvv
Newbie
*
Posts: 20


View Profile WWW
« on: March 09, 2014, 08:45:54 AM »

Hi.
I'm using comboboxes with search and retrieved datas often is too big. For some reasons i can't use cambogrid. Is it possible integrate pagination with combobox?

Thanks in advanced.
Logged

TravelCRM - opensource CRM for travel companies
ftmh
Newbie
*
Posts: 19


View Profile
« Reply #1 on: March 14, 2014, 11:09:17 PM »

yes,in data option:

pagination:true,
Logged
proffl
Newbie
*
Posts: 7


View Profile Email
« Reply #2 on: July 07, 2014, 07:40:27 PM »

hi, i've tried to add " pagination: true " to combobox, but it doesn't seem work~~`
first i add it in json:
Code:
\"editor\":{\"type\":\"cbcIcon\",\"options\":{\"valueField\":\"id\",\"textField\":\"name\", \"pagination\":\"true\", \"pageSize\":\"5\"}
it doesn't work, so i add it in options:
Code:
options.pagination = true;
                    options.pageSize = 10;
                    options.pageList = [2, 5, 10, 20];
bad luck, it doesn't work either.

can anyone help?
Logged
jarry
Administrator
Hero Member
*****
Posts: 2298


View Profile Email
« Reply #3 on: July 08, 2014, 12:07:30 AM »

The combobox has no 'pagination' property. Please use combogrid plugin instead.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!