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
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.
There is a column with a key value called Editable. It may had been generated by the designer or in code in the Initializelayout event. The column will behave as any column, Editable is just a name for it.
Magued