Hello,
I was going through the course documentation and searched through the forums a bit but can't find anything telling how to do basic cell manipulation of the radgrid (which means I probably overlooked something or this is so basic, it's not covered).
So, if in vb.net I wanted to move something from column 1 row 4 to column 2 row 5 of a grid we'll call "VoltageGrid", is there an easy command to do that? Do I have to give each cell a unique name in order to do this? I know in basic gridview (the standard grid), it would look like this:
VoltageGrid.Rows.Item(2).Cells(5).Value = VoltageGrid.Rows.Item(1).Cells(4).Value
Could someone let me know a) how to do this and b) where I can find this info so I don't have to bug anyone with basics of these grids? I can go back to using just the standard vb.net but it sounds like there are a lot of good features in telerik's grid. I just need to learn how to use them. Thanks!
-Jay
I was going through the course documentation and searched through the forums a bit but can't find anything telling how to do basic cell manipulation of the radgrid (which means I probably overlooked something or this is so basic, it's not covered).
So, if in vb.net I wanted to move something from column 1 row 4 to column 2 row 5 of a grid we'll call "VoltageGrid", is there an easy command to do that? Do I have to give each cell a unique name in order to do this? I know in basic gridview (the standard grid), it would look like this:
VoltageGrid.Rows.Item(2).Cells(5).Value = VoltageGrid.Rows.Item(1).Cells(4).Value
Could someone let me know a) how to do this and b) where I can find this info so I don't have to bug anyone with basics of these grids? I can go back to using just the standard vb.net but it sounds like there are a lot of good features in telerik's grid. I just need to learn how to use them. Thanks!
-Jay