Search results for query: *

  1. V

    Allowing only rowselection in a datagrid

    Hello Mario, If you would want to add a list box or any other controls. Please visit this link: http://www.codeproject.com/vb/net/SelectionCtlsDataGrid.asp Become a member of this site.It's free.
  2. V

    Allowing only rowselection in a datagrid

    Did you set the read only prpty in tdgird as false. But you cannot use current cell changed event. Is that ok?
  3. V

    combobox in datagrid

    Insert a button in datagrid .. To dominico . I am trying to insert combobox in a datagrid. instead of cbox i will be pleased to have any control in dgird Here is the full code(vb.net) Dim WithEvents myTextBoxColumn As DataGridTextBoxColumn Dim WithEvents myGridTextBox As DataGridTextBox...
  4. V

    combobox in datagrid

    I am trying to insert combobox in a datagrid. Here is the full code(vb.net) Dim WithEvents myTextBoxColumn As DataGridTextBoxColumn Dim WithEvents myGridTextBox As DataGridTextBox Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load...
Back
Top