Hello,
I have a GridView that I am converting to radGrid, but I'm having trouble with some of the syntax.
Can someone 'translate' these below 2 lines for me (to the correct syntax for a radGrid)?... I currently have this code in the ItemCreated event where it dynamically adds a new row to the grid...
GridView oGridView = (GridView)sender;
GridViewRow oGridViewRow = new GridViewRow(0, 0, DataControlRowType.Header, DataControlRowState.Insert);
Thanks!
Matt
I have a GridView that I am converting to radGrid, but I'm having trouble with some of the syntax.
Can someone 'translate' these below 2 lines for me (to the correct syntax for a radGrid)?... I currently have this code in the ItemCreated event where it dynamically adds a new row to the grid...
GridView oGridView = (GridView)sender;
GridViewRow oGridViewRow = new GridViewRow(0, 0, DataControlRowType.Header, DataControlRowState.Insert);
Thanks!
Matt