Sample dashboard designer application description:
I have a data table in my sql server which contains more than 50000 records. For
example, data table contains column like OrderId, Orderdetails, Productname,
Product price, Product Id.
I have a Windows Forms dashboard designer of version 15.1.3. I connected this
data table as a data source in the dashboard designer. Please refer the image.
My dashboard designer application looks like as above image.
Form this data source wizard , I selected the data table from the my sql server
and set as a data source for the dashboard designer.
I selected a grid view from the dashboard designer and enabled the server mode
option.
Then, with the help of this data source I created the grid view. I just drag and drop
some of the elements from this data source into the columns.
Grid view displayed the data related to the selected elements.
When the server mode is enabled, grid view fetch only limited amount of data
from the data source initially and then based on the scrolling, it displays the
remaining data from the data source.
But, I found that the grid view fetched all the records from the data table initially.
I need a sample example that shows how to bind a data table with the server mode
enabled in the grid view.