Click here to Skip to main content
15,888,279 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,

I want to get a row index of selected row in DataGrid.There is no any property like Rowindex in windows mobile Datagrid.So, how to get rowindex?

any one have idea? pls share

Thanks,
balu.
Posted
Comments
Slacker007 27-Dec-11 6:04am    
Are you able to get the selected item's index in Windows Mobil datagrid?

1 solution

dataGrid1.Select(dataGrid1.CurrentRowIndex);
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900