Hi , Following code can help in getting the Current selected Row Index in Server Side
string currentRowIndex = this.WebDataGrid1.Behaviors.Activation.ActiveCell.Row.Index.ToString();
Thanks,
Abhishek
Hi Everyone,
i found a workaround to get the current row in index in Server Side, Hope the following code will help
Regards,
You can Use the following Code:
this.WebDataGrid1.Columns["ColumnName"].Hidden = true;
Hi All,
I am also facing the same issue. I tried by uninstalling and re installing the Infragistics tools but still it is giving the same error.
Please suggest a solution for the same ASAP.
Himanshu