Search results for query: *

  1. M

    Question Treeview - allow edit only some part of whole word in selectednode.text (label)

    Hello. I need some help when i edit text in selected node in treeview. Let say, that i'd like to edit node text "E1 PARENT, E2 PARENT....", or. "P1 Child, P2 Child.......". This task is simple, but let go further. When i click node "P1 Child", my goal is to allow edit only second part of node...
  2. M

    DataGridViewComboBoxColumn - action on selection form comboBoxColumn

    Heloo. I have a few simple questions. I have a datatable "Voda", which is bind to comboboxcolumn - column1. When i select some value in this comboboxcolumn, then current cell in column2 need to be populated with apropriate number from datatable "Voda", column "Gostota". In practise, i'd like to...
  3. M

    Datagridview with comboboxcolumn

    Hello. I have one problem. I have put DataGridView onto the form. In design time i created 10 columns, from wich one is comboboxcolumn, so i have 9x textboxcolumns and 1x comboboxcolumn. I also give "bound" names to every column (DataPropertyName). "Bound" name of comboboxcolum is...
Back
Top