I'd like to configure RadGrid as follows:
- if there are no records to display, the grid should display only the header-row and maybe "no records to display" . Consuming no other space.
-if there are records to display, just show all records.
No fixed heiht, no paging.
Is this possible with RadGrid ??
Thanks for any help.
<
telerik:RadComboBox
ID
=
"cmbNotificationUsers"
runat
=
"server"
CheckBoxes
=
"true"
EnableCheckAllItemsCheckBox
=
"true"
Width
=
"100%"
OnClientItemsRequesting
=
"OnClientItemsRequestingForUser"
EmptyMessage
=
"Select"
MarkFirstMatch
=
"true"
EnableLoadOnDemand
=
"true"
>
<
WebServiceSettings
Path
=
"../../WebServices/ControlObjects/ComboBoxes.asmx"
Method
=
"GetUsersByCompany"
/>
</
telerik:RadComboBox
>
foreach
(Telerik.Web.UI.RadComboBoxItem item
in
cmbNotificationUsers.CheckedItems)
{
messageUsers.Add(item.Value);
}
We are using Telerik Grid control in our application.
The Grid is getting constructed dynamically, i.e the columns to be shown in the grid is dynamic so we have created custom ItemTemplate and CustomFilterTemplate to implement this.
We have also implemented Column filtering in the Grid with combo box option.
Now, we need to make the filtering to have multiselect option. i.e. the Filter dropdown will show check box items so that user can choose multiple items to filter the Grid.
Could you please assist in this regard.
Attached file contains the screen shot of what we are trying to achieve.
Appreciate your assitance here.
.RadImageGallery .rigThumbnailsList {
background-color: white;
}
Hi...
i'm not bale to get the Date formate in 07-Apr-2015 i want this formate in X axis with Date and my Date is Overlapping each other sometime and line is also Not coming in middle of the Date