button in DataGrid

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.
 
P

Peter Foot [MVP]

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
 
D

Daniel Man

Yes. That's it. But I thaught there is some simple
solution how to create real button column.

Thanks a lot.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top