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>

Re: DataGrid editing Compact Framework. by jez

jez
Fri Jan 23 04:26:04 CST 2004

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.

"P" <patrik@objektor.se> wrote in message
news:eiijChZ4DHA.2404@TK2MSFTNGP12.phx.gbl...
> 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>
>
>



RE: DataGrid editing Compact Framework. by anonymous

anonymous
Fri Jan 23 05:41:06 CST 2004

Hi,
Take a look at this article:
http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=245
It may help you.

Regards,
Agus

Re: DataGrid editing Compact Framework. by P

P
Fri Jan 23 06:22:43 CST 2004

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>


"Agus Ayala" <anonymous@discussions.microsoft.com> wrote in message
news:6F3334B1-EE99-472A-8246-1357332241DC@microsoft.com...
> Hi,
> Take a look at this article:
> http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=245
> It may help you.
>
> Regards,
> Agus



Re: DataGrid editing Compact Framework. by P

P
Fri Jan 23 06:26:03 CST 2004

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>

"Agus Ayala" <anonymous@discussions.microsoft.com> wrote in message
news:6F3334B1-EE99-472A-8246-1357332241DC@microsoft.com...
> Hi,
> Take a look at this article:
> http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=245
> It may help you.
>
> Regards,
> Agus



Re: DataGrid editing Compact Framework. by John

John
Fri Jan 23 09:54:55 CST 2004

Did you download and try the solution at
http://www.alexfeinman.com/download.asp?doc=GridDemo.zip
as suggested in the article? This addresses the scrolling problem.

"P" <patrik@objektor.se> wrote in message
news:%23KIrbua4DHA.2304@TK2MSFTNGP10.phx.gbl...
> 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>
>
>
> "Agus Ayala" <anonymous@discussions.microsoft.com> wrote in message
> news:6F3334B1-EE99-472A-8246-1357332241DC@microsoft.com...
> > Hi,
> > Take a look at this article:
> > http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=245
> > It may help you.
> >
> > Regards,
> > Agus
>
>



Re: DataGrid editing Compact Framework. by P

P
Mon Jan 26 04:52:38 CST 2004

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

Regards

<P>

"Agus Ayala" <anonymous@discussions.microsoft.com> wrote in message
news:6F3334B1-EE99-472A-8246-1357332241DC@microsoft.com...
> Hi,
> Take a look at this article:
> http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=245
> It may help you.
>
> Regards,
> Agus