DataGrid editing Compact Framework.

  • Thread starter Thread starter P
  • Start date Start date
P

P

Hi.

I hope someone out there has any ideas on how to implement editing
capabilities in the DataGrid as it is not implemented in the
Compact Framework. Any help would be appreciated.
Also is editing DataGrid functionality something that is planned in upcoming
versions of the Compact Framework.

Regards

<P>
 
You can't edit the DataGrid directly but you can do so with the help of
textBoxes that change a DataGrid's cell content. I think there was a similar
post this week - have a look at the archives.
 
Yes, it seems a lot like what I want to do. The problem im seeing now is
scrolling while in edit mode. How can you dissalow scrolling of the grid
given some condition. I dont see any properties or methods on the grid to
control the scrolling. It seems to be automatically built in with no
possibilty to control.

Regards

<P>
 
Yes this is kind of what im looking for.
However the problem I see with this solution, as described in the article,
is when scrolling. How can you disallow scrolling of the grid given some
condition. Such as a row being in "edit" mode. There are no properties or
methods I see on the DataGrid class to control the scrolling.

Regards

<P>
 
Hi does anyone know any third party suppliers who can provide a datagrid
class with built in editing capabilities?

Regards

<P>
 
Back
Top