Title: Combobox with pagination Post by: mazvv 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. Title: Re: Combobox with pagination Post by: ftmh on March 14, 2014, 11:09:17 PM yes,in data option:
pagination:true, Title: Re: Combobox with pagination Post by: proffl 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\"} Code: options.pagination = true; can anyone help? Title: Re: Combobox with pagination Post by: jarry on July 08, 2014, 12:07:30 AM The combobox has no 'pagination' property. Please use combogrid plugin instead.
|