or
Hi,
I just want my user to to select a node and then use a button (up or down) to move in the treeview. I have seen example but they related to ASP.Net. I would like to do the same in WinForm.
I also tried using the radListbox and achived the desired functionality of moving Up and Down. However with radListbox I have different problem. The problem is, I want users to check and uncheck an item in the list. I can not figure out how I make radListbox items to appear with check box.
Any help in above to problem will be highly appreciated.
Dataset.DS.PianificazioneDataTable dt =
new
Dataset.DS.PianificazioneDataTable();
row[
"Base"
] = item.OFATH;
dt.Rows.Add(row);
rgvPianificazione.DataSource = dt;