Is anyone using a datagrid for data entry?

  • Thread starter Thread starter Randy Fraser
  • Start date Start date
R

Randy Fraser

Is anyone using a datagrid for data entry?

All I am trying to do is create a grid where the user enters an Item Number
and the rest of the grid displays the information such as

Description. Is anyone else doing this? If so, I would love it if you
could point me in the right direction.



Best Regards

Randy
 
I have done this using the Extended data grid control
http://dotnet.leadit.be/extendeddatagrid/CategoryView.aspx?category=Hom

You need to create your own control for the entry of the item number, do the lookup when controls leave event fires

Hope this helps
Chris

----- Randy Fraser wrote: ----

Is anyone using a datagrid for data entry

All I am trying to do is create a grid where the user enters an Item Numbe
and the rest of the grid displays the information such a

Description. Is anyone else doing this? If so, I would love it if yo
could point me in the right direction



Best Regard

Rand
 
Back
Top