Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
95 views
Hi Telerik,
We are using radFileExplorer and when I'm compiling my code I'm getting a compiler warning.
d:\Integrations\XXXXX\FileUpload\Default.aspx(130): warning CS0618: 'Telerik.Web.UI.RadToolTipBase.M
anualClose' is obsolete: 'This property is obsolete. Please use HideEvent="ManualClose" instead.'
Here is my code:
 <telerik:radfileexplorer runat="server" id="ruFileExplorer" skin="Office2007" width="502px" height="464px" treepanewidth="150px"
onclientdelete="OnClientDelete" onclientload="OnClientLoad" OnClientItemSelected="OnClientItemSelected">
<configuration MaxUploadFileSize="1073741824" />
</telerik:radfileexplorer>
Dobromir
Telerik team
 answered on 18 Jun 2012
4 answers
133 views
Hi,

Iam using telerik grid with self-heirarchy feature. Here i need to have PAGINATION on child items instead of Parent Items. Please provide solution to do the same.

Ex: (See Attachment)
Pagination should be like: st - st (1st child item of 1st parent item - last child item of last parent item)
instead of: Do - Do
Ankit
Top achievements
Rank 1
 answered on 18 Jun 2012
2 answers
110 views
Hi
I am using telerik UI controls(2008) in my project.I need to upgrade the version of my telerik RADEDITOR from 2008 to 2012 rest should be in 2008.Is that possible??.

Thanks,
Sandeep
Sandeep
Top achievements
Rank 1
 answered on 18 Jun 2012
3 answers
202 views
Hey all

I was wondering how you can copy a value as text from one combo box to another (as text on the destination combobox) using javascript, and concatenating additional values as a text string.

Thanks!
Princy
Top achievements
Rank 2
 answered on 18 Jun 2012
10 answers
555 views
When a user edits a row in my RadGrid, a popup form is used to edit it. The WebUserControl that is used will vary depending on what is being edited. I set the WebUserControl as follows:

e.Item.OwnerTableView.EditFormSettings.UserControlName = "PropertyListsNumber.ascx"

In PropertyListsNumber.ascx I have another user control. This nested control is a RadComboBox. The combobox is populated with checkboxes and javascript is used to concatenate the checked selections, as shown in one of the Telerik demos. The combobox does get populated but when you go to check off an item in the dropdown, a run-time error occurs indicating that the object could not be found. I have verified that my Javascript code is correct.

It isn't even possible to set a breakpoint or open any script in VS to set one. Even using "debugger;" will not work. After playing around with the code, I moved the javascript outside of the nested control and put it into a normal javascript file and had the script registered from the page hosting the control that was hosting the nested control. I was able to get a breakpoint to work although this really didn't help to solve my problem. What it did tell me is that if the script is not registered, it cannot get executed. I was under the impression that any user controls, no matter how nested they are, all get merged and the scripts get executed. That does not seem to be the case. If you look at the code I am showing above, the user control gets set at run-time, so it appears that ASP.NET is not even aware of the script since it could not have gotten registered at runtime, which might explain why it isn't getting executed.

I also tried using RegisterScriptBlock and RegisterCodeBlock inside the nested control but that did not help either.

So how can I get the script in the nested control to get executed? Or maybe even more to the point, how can I get it registered?

Thanks
Johann

Maria Ilieva
Telerik team
 answered on 18 Jun 2012
1 answer
193 views
I have an entity with values and bind it to a RadGrid that uses GridBoundColumn for all columns.

everything comes back great.

i need to add a custom row.   in that custom row the first cell needs to have a colspan of 3  then the rest can follow in order.

Below is the simple bind I do and it brings back the detail rows from the entity.

How can add a new row........

colspan the cells I want within that row

apply a total from the column i want from the GridBoundColumn within that custom row cell.

                grdInfo.Setup(false, true, true);
                grdInfo.ClientSettings.Selecting.AllowRowSelect = true;
                grdInfo.DataSource = Solution.Detail;
                grdInfo.DataBind();

Thanks In advance
Radoslav
Telerik team
 answered on 18 Jun 2012
1 answer
101 views
hi,
i have a RadListBox in a GridTemplateColum with a different datasorce of radgrid.

can I apply filter on this column? 


Andrey
Telerik team
 answered on 18 Jun 2012
3 answers
118 views
Hi all,
i need to fire a javscript event when the all item is checked or unchecked???

i need to do that to be used when validating the combobox has one at least item checked...

the all item is not considered as and RadComboBoxItem as i read from the documentation...

please help....

thanks
asa'ad...
Ivana
Telerik team
 answered on 18 Jun 2012
1 answer
165 views
Hi,

I need to create a rasScheduler dynamically from code, I need to change the header template is it possible to replicate the below snippet in code and assign it to the scheduler dynamically.


<ResourceHeaderTemplate>
    <asp:Panel ID="ResourceWrapper" runat="server">
        <asp:Label ID="AgentLabel" runat="server" Text='<%# Eval("Text") %>' />
    </asp:Panel>
</ResourceHeaderTemplate>

Thanks

Arvind
Peter
Telerik team
 answered on 18 Jun 2012
2 answers
1.2K+ views

Hello all

I've been diagnosing a problem with a grid control being slow to respond to user input for a sister company.  This is using the trial version of 2012 Q1 (this sister company does have a license, but I don't have access so installed the trial version).

Row selection in a grid with just over a 1000 rows in now quicker, but it still too laggy (taking about 0.2 seconds for selection to change).  This software generates grids on the fly from user designs in the database, and the grids can be quite complex with check boxes and drop down lists in the table elements, which if there are a number of controls on there seems to slow everything down to a crawl (which to be fair I'd sort of expect, with a DOM with 20,000 drop down lists in it).

I was just wondering if there is a suggested maximum number of rows to populate in a grid?  Is paging always recommended to make the control act in a controllable manner disregarding the number of rows it has to display?

Cheers.

Ian C
Ian
Top achievements
Rank 1
 answered on 18 Jun 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?