Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
195
How to get filtered data from Infragistics webdataGrid in to a Datatable
posted

Hi team,

We are using webdataGrid.We are trying to copy data form webdataGrid in to a Datatable  after a filter, but it will copy all data from the webdataGrid(we need only filtered data).

Code using for copy data : DataTable dt = this.wdgDataload.DataSource as DataTable;

How to copy filtered data only from Infragistics webdataGrid in to a Datatable(cod bebehind)

Version : 10, 2, 20102, 2158

Please do the needful.

Regards,

Narayanan.