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
590
Code Column visible true/false
posted

Hi Team,

We are using ultrawebgrid to change column style  visible=true  but it's showing error

 

i wanted to visible coumn based on the my conditions

 

please help me to find the solution

code:

 Protected Sub uwgTransfer_InitializeLayout(ByVal sender As Object, ByVal e As Infragistics.WebUI.UltraWebGrid.LayoutEventArgs) Handles

uwgTransfer.InitializeLayout

Try

uwgTransfer.Columns(0).Visible =True

Catch PromisEx As

Exception

Throw

PromisEx

End

Try

End

Sub

Parents Reply Children