<
telerik:GridButtonColumn
CommandName
=
"Delete"
Text
=
"Delete"
UniqueName
=
"DeleteColumn"
></
telerik:GridButtonColumn
>
ButtonType="ImageButton"
How can I arrange the following rad combo box items into two columns so that the expand down is not so huge as its now. Is it possible?. I would like to keep the list items to two separate columns with checkboxes being on both the columns. This rad comboxbox is part of radgrid edit template.
Ps: I need the checkboxes on both the columns unlike the example in Telerik demos for multi column. Thank You
<telerik:RadComboBox ID="rcmbFormsAndDimensions" runat="server" CheckBoxes="true" Text='<%# Bind("Form_Dimensions") %>' Width="650px" CheckedItemsTexts="DisplayAllInInput" >
<Items >
<telerik:RadComboBoxItem Text="single pen" />
<telerik:RadComboBoxItem Text="shotgun" />
<telerik:RadComboBoxItem Text="double-shotgun" />
<telerik:RadComboBoxItem Text="camelback" />
<telerik:RadComboBoxItem Text="double pen" />
<telerik:RadComboBoxItem Text="hall-parlor" />
<telerik:RadComboBoxItem Text="saddlebag" />
<telerik:RadComboBoxItem Text="creole cottage" />
<telerik:RadComboBoxItem Text="dog trot" />
<telerik:RadComboBoxItem Text="central-hall" />
<telerik:RadComboBoxItem Text="gable-ell" />
<telerik:RadComboBoxItem Text="bungalow" />
<telerik:RadComboBoxItem Text="pyramidal cottage" />
<telerik:RadComboBoxItem Text="Queen Anne cottage" />
<telerik:RadComboBoxItem Text="central-hall, 2 pile cottage" />
<telerik:RadComboBoxItem Text=" bluffland cottage" />
<telerik:RadComboBoxItem Text="central-hall I-house" />
<telerik:RadComboBoxItem Text="double-pen I-house" />
<telerik:RadComboBoxItem Text="hall-parlor I-house" />
<telerik:RadComboBoxItem Text="Creole house" />
<telerik:RadComboBoxItem Text="central hall, 2 pile house" />
<telerik:RadComboBoxItem Text=" Queen Anne house" />
<telerik:RadComboBoxItem Text="four square" />
<telerik:RadComboBoxItem Text="minimal tradition cottage" />
<telerik:RadComboBoxItem Text="split level" />
<telerik:RadComboBoxItem Text="ranch" />
<telerik:RadComboBoxItem Text="row house" />
<telerik:RadComboBoxItem Text="warehouse" />
<telerik:RadComboBoxItem Text="depot" />
<telerik:RadComboBoxItem Text="skyscraper" />
<telerik:RadComboBoxItem Text=" commercial row bldg." />
<telerik:RadComboBoxItem Text=" freestanding commercial" />
<telerik:RadComboBoxItem Text=" single-crib barn" />
<telerik:RadComboBoxItem Text="transverse-crib barn" />
<telerik:RadComboBoxItem Text="other" />
</Items>
</telerik:RadComboBox>​
Hi!
Is it possible to set the greater value on the center of the donut? The goal is to reach something like picture attached. Thanks in advance for any help
I have a series of detail tables (3 deep) within a radgrid.
I have defined HierarchyDefaultExpanded="true" to automatically expand all the detail grids.
Screen real-estate is at a premium. I wish to remove the expand/collapse column, and prevent the detail grids from indenting.
I have attempted to use CSS to defined a left-margin of 0px. I have attempted to replace the default images w/ very small GIFs. I've tried about every solution I've been able to google, but nothing appears to work.
The best I can do is "hide" the column, but, when I do that, the child grids are then indented by one column of its parent grid, which is even worse in terms of real estate.
How can I remove the expand/collapse column completely, and make it so the master/child grids are all left-justified to the left-most side of the window?
I'm using a slider with a tab control inside the slider, and i'd like to turn off the 1px border that runs along the top of the slider, but keep the side and bottom borders. thanks!