CF - DataGrid onClick event (or similar) for the cell / row ?

Posted by no9 on Stack Overflow See other posts from Stack Overflow or by no9
Published on 2010-06-15T10:49:24Z Indexed on 2010/06/15 10:52 UTC
Read the original article Hit count: 223

Filed under:
|
|
|

I want to use DataGrid. I parse the data from an XML. In the XML for each row i have a tag that holds a specific command.

I want that the user can click on any cell of the row (or a specific one), and i need to catch the click event execute the command and redirect to another form...

I can do this with custom control made of panels and buttons and such ... but can u use DataGrid to achieve this?

Also i tested Datagrid and i noticed that on some emulators (like 6.5 VGA) clicking the cells dont work. I can click the first cell in a row, but i cannot click the second... third... etc.

Any suggestions?

© Stack Overflow or respective owner

Related posts about c#

Related posts about datagrid