This is a migrated thread and some comments may be shown as answers.

JSP: Kendo Grid pageable buttoncount is NOT working

1 Answer 269 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Shridhar
Top achievements
Rank 1
Shridhar asked on 19 Dec 2015, 01:41 PM

Dear Support Team ,

  I have simple grid where I am getting data from Java Controller in JSON format ( all data getting at glance no sever hits for pages ). The Gird shows DATA but no page buttons are displayed to do pagination. I have also included buttoncount=5 but no success. But the grid shows the some data on the screen as per settings pagesize=5. There are total 12 records in the JSON but its shows only 5.  We need your valuable support to go ahead further development. Thanks in advance...!

WE NEED YOUR SUPPORT TO RESOLVE THIS ISSUE. THANKS IN ADVANCE...!

Thanks
Shridhar 

 

Code Samples :

 

 <kendo:grid name="grid" style="height:380px;">
    <kendo:grid-pageable refresh="true" buttonCount="5">
    </kendo:grid-pageable>
        <kendo:grid-columns>
            <kendo:grid-column title="ID" field="id" width="90" />
            <kendo:grid-column title="Name" field="name" width="200"/>  
        </kendo:grid-columns>
        <kendo:dataSource pageSize="10">
             <kendo:dataSource-transport>
                <kendo:dataSource-transport-read url="${getnamesids}"/>
            </kendo:dataSource-transport>
        </kendo:dataSource>
    </kendo:grid>

1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 23 Dec 2015, 01:06 PM

Hello Shridhar,

 

The scenario which you describe is similar to this example (regardless of the fact that you using JSP wrappers) and the widget seems to be working properly. 

 

Regards,
Nikolay Rusev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Shridhar
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or