Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
121 views
I have:
1. An user control: Pub.ascx. The user control has a RadAutoCompleteBox. I bind data for the RadAutoCompleteBox in Page_Load event of Pub.ascx.
2. A webpage: Test.aspx. The page has a button btnAdd and a panel pnlPubs. When I click on Add, the page load user control Pub.ascx then add it to the panel pnlPubs.

Now I can see the user control Pub.ascx on the panel. However, when I try to use the RadAutocompleteBox, it shows me error:
"The target 'ctl02$rbConf' for the callback could not be found or did not implement ICallbackEventHandler."

Would you please help me solving this problem? I really need to add AutoCompleteBox programmatically.

Thank you.
 
Dimitar Terziev
Telerik team
 answered on 10 Jan 2014
1 answer
465 views
Hi All -

I just downloaded the latest version of Telerik (Q3 2103)to take advantage of the new Virtualization features in the radgrid.  The scrolling works perfectly for 300,000 records!  However, I have a GridClientSelectColumn in my grid so that user can chose to select rows by clicking on individual rows, as well as to click the header to "select all".  With the virtualization, it can't select all, but selects only those records in the current view.  I did notice that the new version does support persisting row selections across pages.  I assume this is happening client side (because when I set the items per view to 500+, the performance goes way down). 

What's the best way to implement a select all and de-select all for a grid that is virtualized?


Thanks!

Christy
Antonio Stoilkov
Telerik team
 answered on 10 Jan 2014
5 answers
169 views
Hi,

I have succesfully connected a SSAS 2012 OLAP Cube with PivotGrid component with ADOMD connection. However, I'm having difficulties with displaying a parent-child hierarchy, which has a self-referencing field. PivotGrid seems to flatten my hierarchy and it's not showing hierachical summaries as Excel PivotTable component.

Should parent-child hierarchies work with PivotGrid? Will it be available in the future?

Best Regards,
Mikko Luukkonen
Antonio Stoilkov
Telerik team
 answered on 10 Jan 2014
2 answers
1.2K+ views
Is there a way to cancel the Insert (Add New Record) or Edit mode programmatically?

I am binding the RadGrid based on what the user selects in a DropDown. However, if they click on "Add New Record" or Edit in the RadGrid, even after the RadGrid is re-databound, it still maintains its Insert/Edit State. I want to start on a clean slate (RadGrid is neither inserting or editing).

~P
Faraz
Top achievements
Rank 1
 answered on 10 Jan 2014
1 answer
233 views
Hi

We are using RadCombobox autocomplete feature. When user is typing below text which having special characters then server side we are seeing different text
@ Pole                -- server side -- %40 Pole
ran & marry         -- server side  -- ran %20 marry
s/s/                      -- server side  -- s%2Fs%2F
Sun Rao              -- server side   -- Sun%20Rao

This is not happening consistently, but in debug mode we can see different values. It would great help if there a way to fix this.

Thanks,
Pradip

Shinu
Top achievements
Rank 2
 answered on 10 Jan 2014
1 answer
85 views
Hi all,


I have a  radlistbox and a radcombobox which includes checkboxes.  I'm populating the combobox items from a database table.
The checked items in combobox are listed in listbox after clicking a button. However when I add  EnableAutomaticLoadOnDemand="True" property to the combobox the checked items couldn't transfer to the listbox.
Do you have any idea about solution of this problem
 
 
Thanks
Seda
Shinu
Top achievements
Rank 2
 answered on 10 Jan 2014
1 answer
120 views
Hi All,

I'm using telerik asp.net controls to develop a dashbard. Here I met an issue that I cannot hide a chart(pie chart)'s seriesitem name. I'd like to not show the series name in chart but show it(name and vlue) in tooltip. Is there a way to now show the seriesitem name? Thanks.
Here is the code, I did not want to show "Available Machine" and "Unavailable Machine" in my chart.
<telerik:RadHtmlChart runat="server" Skin="Metro" ID="TestPurposePieChart" CssClass="telerikpiechart">
 
                        <ChartTitle Text="Ops Server Percentage">
 
                            <Appearance>
 
                                <TextStyle FontFamily="Segoe UI,Tahoma,Century" Color="White" />
 
                            </Appearance>
 
                        </ChartTitle>
 
                        <PlotArea>
 
                            <Series>
 
                                <telerik:PieSeries Name="Server Percent" DataFieldY="Data" NameField="Name" >
 
                                    <LabelsAppearance Visible="false" />
 
                                    <TooltipsAppearance DataFormatString="{0}%" Color="White" />                                   
 
                                    <SeriesItems>
 
                                        <telerik:PieSeriesItem Name="Available Machine" Y="30" BackgroundColor="Green" />
 
                                        <telerik:PieSeriesItem Name="Unavailable Machine" Y="70" BackgroundColor="Red" />
 
                                    </SeriesItems>
 
                                </telerik:PieSeries>
 
                            </Series>
 
                        </PlotArea>
 
                    </telerik:RadHtmlChart>
Jianjun
Top achievements
Rank 1
 answered on 10 Jan 2014
8 answers
298 views
How can I use filter expression to filter the master table colums so that I see only the rows concerning a specific loged in user?

The code to get the userid is below :

 

MembershipUser myObject = Membership.GetUser();

string UserID = myObject.ProviderUserKey.ToString();

I have made the userid column invisible in the grid.

Nahji
Top achievements
Rank 1
 answered on 09 Jan 2014
1 answer
50 views
Hi,

I want to print a radgrid from client side, and am using the code below. it is working fine.But, one of the column is having textarea control. So it is printing the textarea, instead i want to print text inside that control in that column. can we do it with some javascript?  Thanks in advance. 

var previewWnd = window.open('about:blank', '', '', false);
        var sh = '<%= Page.ClientScript.GetWebResourceUrl(GridData.GetType(),String.Format("Telerik.Web.UI.Skins.{0}.Grid.{0}.css",GridData.Skin)) %>';
        var styleStr = "<html><head><link href='" + sh + "' rel='stylesheet' type='text/css' /></head>";
        var htmlcontent = styleStr + "<body>" +  $find('<%= GridData.ClientID %>').get_element().outerHTML + "</body></html>";
        previewWnd.document.open();
        previewWnd.document.write(htmlcontent);
        previewWnd.document.close();
        previewWnd.print();
        previewWnd.close();
Viktor Tachev
Telerik team
 answered on 09 Jan 2014
2 answers
84 views
Right now we are storing filtering in the session so that whenever a user returns to the grid, their filter options are still preserved. Everything is working great, except for the values that were in the date range. For all the other columns, I was able to specify column.CurrentFilterValue = "something" and then the respective filter text box would reflect "something." However, when I try this same technique for my date range column, it does nothing, and the "From" and "To" textboxes are just blank, but the grid's filtering is still preserved.

How can I reset these values on date range columns?

Thank you for your help
Justus
Top achievements
Rank 1
 answered on 09 Jan 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?