I have a Radgrid and its columns are dynamically built at run time as it can have one to six columns.
It also has EditColumn and GridButton column and allowFiltering is set tot True.
I have two questions:
1)The radgrid seems to allocate equal width to each column.
If I try to allocate the width for editcolumn and Gridbutton column, the header/filter row doesnt seem to change accordingly.
How do I align the header/filter row with the rest of the rows?
2) As there are no templates used for columns, the edit buttons are displayed on the left side of the grid.
How can I move them to the right?
It also has EditColumn and GridButton column and allowFiltering is set tot True.
I have two questions:
1)The radgrid seems to allocate equal width to each column.
If I try to allocate the width for editcolumn and Gridbutton column, the header/filter row doesnt seem to change accordingly.
How do I align the header/filter row with the rest of the rows?
2) As there are no templates used for columns, the edit buttons are displayed on the left side of the grid.
How can I move them to the right?