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
589
Set column header and width
posted

Hi,

In the classic ultraWebGrid control, the following code (in code behind, Runtime, VB.NET language) changes the column header and  width

UltraWebGrid.Columns(0).Header.Caption = "Column Name1"

UltraWebGrid.Columns(0).Width = New Unit("32px")

How to do the above change for  the Webdatagrid in runtime?

Thanks, Karthik

Parents Reply Children
No Data