Saturday 15 June 2013

jquery - How to set Wijmo scrolling? -


I need help for my grid There is no scrolling in it Anybody can help me add scrolling to the Wijmo grid

The jquery grid table is as follows:

  & lt; Div id = "tabs-1" & gt; & Lt; Table id = "all_grid" data-bind = "wijgrid: {data: allow edit: correct, allow paging: correct, allowcrolling: true, permission denting: true, showfilter: true, page size: 20, // Column: [Header Text: 'Title'}, {Header Text: 'Pub Date'}, {Header Text: 'Sent'}, {Header Text: 'Link'}],} "& gt; & Lt; / Table & gt; & Lt; / Div & gt;    

To enable scrolling, you need to set Wijgrid's scrollMode property According to your requirement "auto" or horizontal etc. By default, this is none, for more information about this, you can specify these links:

Sample:

Dock link: < / Div>

No comments:

Post a Comment