How to click or select a row in gridview using c# code?

Questions by marypremaa

Showing Answers 1 - 1 of 1 Answers

Netaji

  • Feb 7th, 2007
 

We should use the Currency CurrencyManager cmGrid = (CurrencyManager)this.BindingContext[gridview.DataSource, gridview.DataMember];
cmGrid.Position = iIndex;

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions