Hi,
Firstly, I would like to apologize if this question is a repeat(which I am sure it is), but I went through few pages and also the search function and I couldnt find any satisfactory answer.
I am using C1 Studio Enterprise 2.0 with VS2008 & C#.
I am using True DBGrid for the first time and i would like to know how to do the following:
1. Get the cell value in GroupBY mode (if I group on certain column then it doesnt show the correct value, I have MaintainRowCurrency = True).
2. AutoSize all columns.
I am getting data from the database into a DataTable and binding it to the tdg with
tg1.DataSource = datatable;
Thanks for you help.