I have a filter dropdown as you can see in the attachment and my filter options are quite wide and they either drop to two lines or add a scrollbar which is not what I want.
I have tried adding FilterControlWidth="300px" to the GridBoundColumn in the definition of the RadGrid but it is being ignored.
What is the correct way of expanding the width of the filter dropdown?
Hi,
In the ImageGallery the thumbnails for SVG files are shown OK.
When I use DisplayAreaMode="ToolTip" the SVG is not shown in the Tooltip.
Is this by design?
Marc

| I have installed the Trial Version of Telerik ASP.NET Ajax and my installation files are under ProgramFiles folder. |
| I am not able to find the SchedulerData.mdb in the Programfiles/telerik/readcontrolsforaspnetajax/livedemos/app_data |
| Does it come only with the full version of this product? |
I am not able to use a Web Service or Page Method (using Model View Presenter framework), so I am trying to implement a AutoCompleteBox with Server-Side Binding.
My data is coming back in a class that I want to bind a contact Name and ID to AutoCompleteBox and I am trying to figure out how to do it without much luck. So basically I have:
var contacts = Presenter.GetContactData(searchText);
I was hoping i could do something like this but having no luck:
protected void Page_Load(object sender, EventArgs e)
{
Presenter.OnLoad();
acbInsured.DataTextField = "FullName";
acbInsured.DataValueField = "ClientKey";
acbInsured.DataSource = Presenter.Presenter.GetContactData(acbInsured.Text).ToArray();
acbInsured.DataBind();
}
Is there I way to bind to just an IEnumerable<SomeClass>?
I have few charts
Is there a way to align charts/legends to be same size across all graphs?

I have a TreeList inside a RadMultiPage and using a RadTabStrip to select the pages. When the tab is first selected the TreeList loads as expected. But after clicking the tab a second time, the TreeList shows the hidden columns. I believe that it may be related to the view state not being passed to the server on post back. Ideally, i would like the OnNeedDataSource event to fire again to rebuild the TreeList but I'd still like to maintain the view state as well.
I've attached the source files as images.
Thanks
As i am responsible to make our site 508 compliant, i used Wave (chrome) to check the pages for any potential issues. It turns out that Wave flagged the page because the generated HTML contains a <th> tag without a text.
<caption style="display:none;">
RadDatePicker
</caption><thead style="display:none;">
<tr>
<th scope="col"></th>
</tr>
</thead>
1- Why does Telerik generates a <th> tag without a text. It should have been
<caption style="display:none;">
RadDatePicker
</caption><thead style="display:none;">
<tr>
<th scope="col">RadDatePicker</th>
</tr>
</thead>
2- The same issue occured with the title Navigation bar- Was a property not properly set?
<caption>
<span style="display:none;">Title and navigation</span>
</caption><thead>
<tr style="display:none;">
<th scope="col"></th>
</tr>
</thead>
Kindly advise
<div id="ctl00_ContentPlaceHolder1_txtBirthDate_wrapper" class="RadPicker RadPicker_Default" style="display:inline-block;width:160px;"> <input style="visibility:hidden;display:block;float:right;margin:0 0 -1px -1px;width:1px;height:1px;overflow:hidden;border:0;padding:0;" id="ctl00_ContentPlaceHolder1_txtBirthDate" name="ctl00$ContentPlaceHolder1$txtBirthDate" type="text" class="rdfd_ radPreventDecorate" value="" title="Visually hidden input created for functionality purposes."><table cellspacing="0" class="rcTable rcSingle" summary="Table holding date picker control for selection of dates." style="width:100%;"> <caption style="display:none;"> RadDatePicker </caption><thead style="display:none;"> <tr> <th scope="col"></th> </tr> </thead><tbody> <tr> <td class="rcInputCell" style="width:100%;"><span id="ctl00_ContentPlaceHolder1_txtBirthDate_dateInput_wrapper" class="riSingle RadInput RadInput_Default" style="display: block; width: 100%;"><input id="ctl00_ContentPlaceHolder1_txtBirthDate_dateInput" name="ctl00$ContentPlaceHolder1$txtBirthDate$dateInput" class="riTextBox riEnabled" type="text"><input id="ctl00_ContentPlaceHolder1_txtBirthDate_dateInput_ClientState" name="ctl00_ContentPlaceHolder1_txtBirthDate_dateInput_ClientState" type="hidden" autocomplete="off" value="{"enabled":true,"emptyMessage":"","validationText":"","valueAsString":"","minDateStr":"1900-01-01-00-00-00","maxDateStr":"2099-12-31-00-00-00","lastSetTextBoxValue":""}"></span></td><td><a title="Open the calendar popup." href="#" id="ctl00_ContentPlaceHolder1_txtBirthDate_popupButton" class="rcCalPopup">Open the calendar popup.</a><div id="ctl00_ContentPlaceHolder1_txtBirthDate_calendar_wrapper" style="display:none;"> <table id="ctl00_ContentPlaceHolder1_txtBirthDate_calendar" summary="Calendar control which enables the selection of dates." cellspacing="0" class="RadCalendar RadCalendar_Default" border="0"> <caption> <span style="display:none;">Calendar</span> </caption><thead> <tr> <td class="rcTitlebar"><table cellspacing="0" summary="Title and navigation which can change and show the current year and month." border="0"> <caption> <span style="display:none;">Title and navigation</span> </caption><thead> <tr style="display:none;"> <th scope="col"></th> </tr> </thead><tbody> <tr><
telerik:RadAsyncUpload runat="server" ID="AsyncUpload1" MultipleFileSelection="Automatic" UseApplicationPoolImpersonation="true" TemporaryFolder="E://Applications//SPC Folder"/>
Please let me know how can I get this resolved.