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
125
Problem getting ultrwingrid data back to a table after column interchange
posted

hi

   I want to get ultrawingrid data int a datatable after sorting and interchaning colmn and hiding colmns

but when i do

dTable = (System.Data.DataTable)dataGrid.DataSource;

i get data without column interchange,sorting and it shows hidden columns

Could u tell me how to do it

 

Thanks

Parents
No Data
Reply
  • 71886
    Suggested Answer
    Offline posted

    Hello gourav21,

    Something similiar to what you are looking for could be found in the attached sample.

    Please note, we are making efforts to ensure all posts are addressed by an Infragistics expert. We believe that the other community members could benefit from this thread as well.

    Please do not hesitate to ask if something comes up.

    GridBackToTable.zip
Children
No Data