Hello, for my latest assignment, I need to put linkbuttons above certain columns of my radgrid. In my viewpoint, this could best be done by adding these to the commanditem of the grid, but I run into 2 issues with this that I can't seem to find the solution for:
1) Is it possible to add linkbuttons dynamically to the commanditem of the radgrid in the code behind of the .aspx page it is on? I've seen and used examples where you can retreive existing linkbuttons in the itemCreated event by checking for CommandItems there, but with that option you can seemingly only edit the existing items, and not add new ones.
2) Is it possible for commanditems to be alligned to certain columns of the radgrid it belongs to? Since the page my radgrid is on can be resized, I can't just use static spaces to have a commandbutton above a certain column all the time.
1) Is it possible to add linkbuttons dynamically to the commanditem of the radgrid in the code behind of the .aspx page it is on? I've seen and used examples where you can retreive existing linkbuttons in the itemCreated event by checking for CommandItems there, but with that option you can seemingly only edit the existing items, and not add new ones.
2) Is it possible for commanditems to be alligned to certain columns of the radgrid it belongs to? Since the page my radgrid is on can be resized, I can't just use static spaces to have a commandbutton above a certain column all the time.