If I understand your question correctly, wouldn't setting the columns Visible property to false provide you with the solution you seek (Visible="false"). This is a very common technique.
Regards, Gary
Bandanenilima wrote:
I want to add items from one table and can add year and month value from another tables
If your both datatables follow same structure, you can use DataTable.Merge[^]. But it looks like you have different structure. Obvious method would be to get a single data structure which has all the data required for binding. :)
Navaneeth How to use google | Ask smart questions