Telerik Forums
UI for ASP.NET AJAX Forum
9 answers
129 views
Hi,

I'm trying to establish a filter-drop-down as described in this demo.
It basically works out BUT as the combo contains > 10k of possible entries, LoadONDemadn became mandatory.

It basicall does work out with the following configuration:
<telerik:GridDropDownColumn DataSourceID="DataSource" ListTextField="name" ListValueField="kID"
                        DataField="cdf" FilterControlAltText="Filter cdf column" HeaderText="cdf"
                        SortExpression="cdf" UniqueName="cdf">
                        <FilterTemplate>
                            <telerik:RadComboBox ID="RadComboBoxCustomer" DataSourceID="Customers" DataTextField="name"
                                DataValueField="kID" EnableAutomaticLoadOnDemand="true" AppendDataBoundItems="true"
                                SelectedValue='<%# ((GridItem)Container).OwnerTableView.GetColumn("cdf").CurrentFilterValue %>'
                                runat="server" ItemsPerRequest="10" EnableVirtualScrolling="true" OnClientSelectedIndexChanged="TitleIndexChanged" Skin="Metro">
                                <Items>
                                    <telerik:RadComboBoxItem Text="All" />
                                </Items>
                            </telerik:RadComboBox>
                            <telerik:RadScriptBlock ID="RadScriptBlock1" runat="server">
                                <script type="text/javascript">
                                    function TitleIndexChanged(sender, args) {
                                        var tableView = $find("<%# ((GridItem)Container).OwnerTableView.ClientID %>");
                                        tableView.filter("cdf", args.get_item().get_value(), "EqualTo");
                                    }
                                </script>
                            </telerik:RadScriptBlock>
                        </FilterTemplate>
                    </telerik:GridDropDownColumn>


However, when i remove the text in the filter-dropdown (i.e.try to filter for another record). i get a "Parameter cannot be null exception" which is due to the intermediate filter entry having no value, but the filter tries to sort i think?

Is there a way to overcome this issue? Any hint is highly appreciated.
Michael
Top achievements
Rank 1
 answered on 14 Dec 2012
1 answer
57 views
Hi,

I would like to show radchart like this..

https://docs.google.com/document/d/1ctJSiySo2aXVNoUJKSwZJY_TWgndGUCYxxcowCNNy6U/edit
Please give to me any sample code that radchart will show same like as above.

Thanks in advance.
Princy
Top achievements
Rank 2
 answered on 14 Dec 2012
7 answers
551 views
Hello,

Is it possible in AjaxPanel same functionality as Update Panel having update mode=always

<telerik:RadAjaxPanel id="RadAjaxPanel1" runat="server" 
       EnableAJAX"True"
    </telerik:RadAjaxPanel> 


Thanks,
Amol
Maria Ilieva
Telerik team
 answered on 14 Dec 2012
2 answers
162 views
I want to write custom export to excel function . Is it possible without losing format, appearence and style?
Daniel
Telerik team
 answered on 14 Dec 2012
2 answers
98 views
I literally have a page with a script manager a calendar tag and nothing else. There is an extra column in there with weird numbers. Any idea what this is and how to get rid of it? I'm running version 2012.1.411.35
Vasil
Telerik team
 answered on 14 Dec 2012
5 answers
788 views
I am trying to implement Twitters Bootstrap into my web application.
When I add the Bootstrap CSS it screws up the radcombo.

Can you tell me what CSS is doing this?
Bozhidar
Telerik team
 answered on 14 Dec 2012
1 answer
81 views
In javascript, is there a way to keep appointment away from the AllDay row?
eg:
appointment reach AllDay row {
eventArgs.set_cancel(true);
}

Please refer to the PNG files

 

 

 

Plamen
Telerik team
 answered on 14 Dec 2012
9 answers
670 views
Background:
Recently upgraded a project that uses the AJAX toolkit to the bleeding edge version to get the radscheduler to work with resource grouping and have found that it broke the uploader that a different part of the project uses.

Currently the project is using v.2012.1.424.40

Issue:
When ever a user tries to select multiple files from the file browser, or tries to click on the select the browse button more than once per post back, anything past the first file will get stuck in Chrome and FF. It seems to work ok in IE9. Below is the tag declaration.

<telerik:RadAsyncUpload ID="RadAsyncUpload1" runat="server" MultipleFileSelection="Automatic" AutoAddFileInputs="true" />

Other things to note is the upload control is loaded in a fancybox window. It worked before the upgrade without issue, but might be causing an issue now with the newer control version.

I'm thinking its something to do with the File API not playing nice.
Genady Sergeev
Telerik team
 answered on 14 Dec 2012
7 answers
235 views
I have a radgrid inside a div set to overflow auto. If you scroll down and select a row the div's scroll position gets reset to the top. Tried using built-in scroll functionality but this didn't work (layout breaks and only background of template cells scroll without scrolling other elements). Tried JavaScript to reset scrollTop property of div on active row changed but this also didn't work. Help?
Maria Ilieva
Telerik team
 answered on 14 Dec 2012
3 answers
125 views
Hi
i am working on exporting grid data into pdf but if the column type is link button then the linkbutton text is exporting as blank.into pdf file
how could i rectify this issue without using any event(like itembound etc)
please suggest me it's really very urgent.

Note: my export setting is excelML  and  in case of excel exporting it's working fine.

Thanks
Santosh
Princy
Top achievements
Rank 2
 answered on 14 Dec 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?