Hi folks,
i was using RowState and DataControlRowState in my datagridview.
I have migrated it into Radgrid. Can any one tell wht can be the alternative code for the below code with respect to RadGrid
:-
Awaiting for your response.
Thanks
Satya
i was using RowState and DataControlRowState in my datagridview.
I have migrated it into Radgrid. Can any one tell wht can be the alternative code for the below code with respect to RadGrid
Dim grdrow as GridViewRow |
For Each grdrow In gvProductBOM.Rows |
If ((grdrow.RowState And DataControlRowState.Edit) <= 0) And Not (isBOMFirstRow) |
Awaiting for your response.
Thanks
Satya