Hello, Luis,
RadGridView supports
sorting,
filtering,
paging out of the box. However, when you set the
DataSource property, the grid works with the whole data for achieving sorting, filtering, sorting. You need to extract the whole data and assign it as
DataSource. Additional information about the data binding is available in the following help article: h
ttps://docs.telerik.com/devtools/winforms/controls/gridview/populating-with-data/databinding-radgridview Having the whole data in the grid, the best-fitting functionality will consider all the rows when calculating the column's width.
Unlike
RadGridView,
RadVirtualGrid requests data on demand and it is not necessary to extract the whole data at once. However, thus, the best-fitting functionality will handle only the requested (visible) data.
Both controls provide different functionality depending on the specificity of the data management they offer. Feel free to use this approach which suits your requirement best.
Should you have further questions please let me know.
Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Get
quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.
Learn More.