button in DataGrid

  • Thread starter Thread starter Daniel Man
  • Start date Start date
D

Daniel Man

Hi,
I have big problem: I would have button in datagrid
component, but this feature is not supported in .NETCF.
Is tehere any solution? Some FREE component or something
like that?

Can you advise me, please?

Thanks in advance. Dan.
 
The technique described here shows how to float a textbox over a cell to
imitate an editable cell, you could use a similar technique to float a
Button over a specific cell:-
http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=245

Another solution would be to create your own custom control - this article
may give you an idea of how to start
http://www.opennetcf.org/Articles/ownerdrawnlist.asp

I'm not aware of any third-party grid solutions, you may be able to achieve
something similar with Resco's AdvancedList
(http://www.resco-net.com/developer/advancedlist.asp)


Peter

--
Peter Foot
Windows Embedded MVP

In The Hand
http://www.inthehand.com
 
Yes. That's it. But I thaught there is some simple
solution how to create real button column.

Thanks a lot.
 
Back
Top