This question is locked. New answers and comments are not allowed.
Hi,
I am using version 2010.3.1111.235 and have a grid with 3 columns. Each column has a combo box in the header. The grid and the combo boxes are using Ajax binding and in order to have the combo box in the header, I am adding the Telerik Combo Box settings to the .headerTemplate() method.
1)
Would you please tell me do the grid columns support Sorting and Re-ordering after having the combo boxes in the headers?
I have added the .Sortable() into the grid but there is nothing happened when I clicked on the column header area.
I have also added the .Reorderable(c => c.Columns(true)) into the grid. None of the column can be re-ordered. Also when I clicked on the text box area of the combo box, the list does not drop down as usual (except on IE8).
I am not sure are they bugs or the gird just simply does not support Sorting and Re-ordering after adding the combo boxes in the headers.
2)
Would you please also tell me how can I re-size the arrow (select) button of the combo box when I use it in the grid header?
From my attached image, I do not add any new style on the combo box in the first column header. For the second combo box in the second column header, I have added .HtmlAttributes(new { style = "padding: 0px; border: none;" }) but the arrow (select) button does not change.
And at the bottom of my image, there is a combo box with the same settings as the first one in the first column header. The arrow (select) button from this combo box looks perfect but not the one when I added to the grid column header.
I am using version 2010.3.1111.235 and have a grid with 3 columns. Each column has a combo box in the header. The grid and the combo boxes are using Ajax binding and in order to have the combo box in the header, I am adding the Telerik Combo Box settings to the .headerTemplate() method.
1)
Would you please tell me do the grid columns support Sorting and Re-ordering after having the combo boxes in the headers?
I have added the .Sortable() into the grid but there is nothing happened when I clicked on the column header area.
I have also added the .Reorderable(c => c.Columns(true)) into the grid. None of the column can be re-ordered. Also when I clicked on the text box area of the combo box, the list does not drop down as usual (except on IE8).
I am not sure are they bugs or the gird just simply does not support Sorting and Re-ordering after adding the combo boxes in the headers.
2)
Would you please also tell me how can I re-size the arrow (select) button of the combo box when I use it in the grid header?
From my attached image, I do not add any new style on the combo box in the first column header. For the second combo box in the second column header, I have added .HtmlAttributes(new { style = "padding: 0px; border: none;" }) but the arrow (select) button does not change.
And at the bottom of my image, there is a combo box with the same settings as the first one in the first column header. The arrow (select) button from this combo box looks perfect but not the one when I added to the grid column header.