Simple question about datagrid row

  • Thread starter Thread starter Sajid
  • Start date Start date
S

Sajid

Hello!!!

I have a datagrid with multiple rows in it. One way to put any row in
edit mode (which displays a pencil mark) is to click on any row and
then edit by manually typing in it. But I want to change the values in
the rows programmatically. So my question is how can I put any row in
edit mode (programmatically) so that I can see the same pencil like
mark in the beginning of a row.

Thanks in advance

cheers

SY
 
Hi Sajid,

When you want to do it programmatically you would do that doing the
underlaying datasource, use the dataview and the currencymanager for proper
positioning.

I hope this helps, and if you have further questions feel free to do that.

Cor
 
Back
Top