Hi!
I have a UltraGrid, with a datatable as Datasource:
DateTable dt = DataAccess.Test_Tree()
gvSearcheCarton.SetDataBinding(dt, null, true);
i have added manually one Band and some Colums.
But, if i set the column header caption via the wizzard, it works just one time...
example:
i have set the -> UltraGridDesigner -> Bands and Column Setting -> Band [0] -> Colums - Colum[doc_Name]-> Header -> Caption to "NAME"
now i debug my App...
after the debugging is the Cation value "doc_Name" and not "NAME"... why???
And, how can i set a group header via code???
THX!!!!
Hello banille,
Could you please review the sample attached to this post and see if it meets your requirements.Please feel free to let me know if I misunderstood you or if you have any other questions.
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.