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
220
"editable" column in ultrawebgrid
posted

Hi,

I am looking at somebody else's code and I saw this "Editable" column check, and this column is not added any where so I was wondering how it is getting added to the grid.

Private

 

Sub _uwgData_InitializeRow(ByVal sender As Object, ByVal e As Infragistics.WebUI.UltraWebGrid.RowEventArgs) Handles _uwgData.InitializeRow

If

 

 

e.Row.Cells.FromKey("EDITABLE").Value = True Then

end if

end sub

could you please tell me how this column is getting generated and what the use of this column?

is it to check whether column or grid is in editable state?

Thanks,

Mandeep.