any ideas for an alternative to the datagrid?
Hiya
Basically what i'm after is the ability to select a row and column and then insert a value (as far as i can tell the datagrid in .net doesn't let you do this) and also present all this in a grid like format.
My inital thoughts were to use a listview and add the necessary rows and columns (listitems and subitems) first and then add the data values.
Alternatively i could attempt to write my own control!!
But me thinks i'd be nicely out of my depth...right up to my eyeballs! :eek:
Any other ideas folks? or what do you think about my listview idea, have any of you used it in the same manner?
cheers