Ajax DataGrid Support Product Page

Show all option

Asked 07 Mar 2011 23:57:22
1
has this question
07 Mar 2011 23:57:22 Nelson Therrien posted:
Is there a way to show all the results at a time?

I want to use the datagrid with Universal Data Exporter. The problem is that it only export what is currently visible "on screen". So, if I have 50 records shown at a time, it will only export those 50, even if we have more... I could create a recordset, but it will mean 2 recordset for the same thing, and what will be printed will not necessarily be what's in the grid (if filters or order has been changed)...

I tried to put 0 or *, but it doesn't work...

Replies

Replied 08 Mar 2011 13:17:45
08 Mar 2011 13:17:45 Miroslav Zografski replied:
Hello Nelson,

You can edit the results per page options in Details tab.

You can enter there a single enormous number and this way sow all records. Or you can have a dynamic value set in
rpOptions: [<server side code returning a number of current total records>],

In ajax data grid script which is located in the <div id="dmxgrid"> element.

Regards,

Reply to this topic