Skip to content

Replies

0
Abhishek
Abhishek answered on Sep 17, 2011 11:07 PM

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

0
Abhishek
Abhishek answered on Sep 17, 2011 10:53 PM

Hi Everyone,

i found a workaround to get the current row in index in Server Side, Hope the following code will help

string currentRowIndex = this.WebDataGrid1.Behaviors.Activation.ActiveCell.Row.Index.ToString();

Regards,
Abhishek

0
Abhishek
Abhishek answered on Sep 16, 2011 10:52 AM

You can Use the following Code:

this.WebDataGrid1.Columns["ColumnName"].Hidden = true;

0
Abhishek
Abhishek answered on Aug 29, 2011 10:35 AM

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.

Regards,

Himanshu