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
315
localtion of column in UltraGridview
posted

i have UltraGridview and insert 3 column new

UtraGridview.DisplayLayout.Bands(0).Columns.Insert(0, column_name1)

UtraGridview.DisplayLayout.Bands(0).Columns.Insert(0, column_name2)

UtraGridview.DisplayLayout.Bands(0).Columns.Insert(0, column_name3)

but when insert  in to Gridview then localtion of column not localtion

 

Parents Reply Children
No Data