Hello, Clara,
Note that
RadGridView exposes two collections that contain data rows:
-
Rows - contains all data rows that belong to
RadGridView. Data operations such as grouping, sorting, filtering, etc. do not change the content of the collection or the order in which the row objects exist in the collection.
-
ChildRows - returns the data rows that are currently represented by
RadGridView in the order in which they appear. The collection is modified every time a data operation (grouping, sorting, filtering) occurs.
You can iterate the
ChildRows collection where each data row has a
DataBoundItem property storing the source record of the associated collection as
DataSource. Thus, you can fill a
DataTable with the filtered data.
Off topic, note that most of the forum threads are reviewed by Telerik representatives and sometimes we address the questions asked by our customers in the forums as well. However, a post in the forum doesn't guarantee you a response from the Telerik support team. Moreover, threads are handled according to license and time of posting, so if it is an urgent problem, we suggest you use a support ticket, which would be handled before a forum thread.
I hope this information helps.
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.