VB.net Flexgrid?
-
Hi! Is there a flexgrid conrol in vb.net as in vb?if it is not,what should i do to get the same functinality. Regards Roshan
de silva wrote:
Is there a flexgrid conrol in vb.net as in vb?if it is not,what should i do to get the same functinality.
Try the DataGridView. It is similar functionality once you have got your head round how to use it.
David Loring !! Keep Music Live !!
-
de silva wrote:
Is there a flexgrid conrol in vb.net as in vb?if it is not,what should i do to get the same functinality.
Try the DataGridView. It is similar functionality once you have got your head round how to use it.
David Loring !! Keep Music Live !!
-
Can we insert data into the DataGrid without connecting it to a table in the database?(selecting a row/column/cell) Roshan
Yes absolutely. It does not have to be connected at all. The only thing I found difficult was getting my head round the way you go about doing this. You can also have columns with combo box drop downs or check boxes. I could try an help you out if you get stuck with some examples, but I don't guarantee that I am doing it the right way! I have worked it out over a period of time, and it works for me. I am away from my email at present so do not be surprised if there is a delay in replying.
David Loring !! Keep Music Live !!