I had set datasource of sfdatagrid to a datatable.
And set a syncfusion columnchooserpopup that hides/unhides column.
I have following issues facing right now.
1) How do I get list of columnnames that are selected or unselected?
Reason for this: I want to export sfdatagrid data to excel/pdf with the columns that are only selected in
columnchooserpopup. If there is any other way, please let me know.
2) How do I save the checked/unchecked columns in columnchooserpopup?
3) If I had list of columnnames to show or not to show, how shall I programatically apply in columnchooserpopup?
Please provide me code in VB.NET