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
235
The Column-Captions-Values changing inexplicable
posted

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!!!!

Parents Reply Children
No Data