Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
67 views
Hi

Actually our projecy is working slow.

To improve the speed, we are thinking to review whole code and make changes wherever it is needed to improve the performance.

Could some one please suggest me what are things needs to consider.

we are using lightspeed in our project , to create loacal entitis to do the data manipulations, instead of performing data maipulation on db tables.

And our Infrastructure  is:

UI  =>  Presentation Layer- =>  BusinessLogicLayer ==> Lightspeed(DB)


we are using session variable  stored the data per user., Telerik grids & some other controls

and to loop through the data we are using foreach loops.

and need to know about the exception handling.

Please some one help me regarding these things to improve the speed.

Thanks in advance!!

Shinu
Top achievements
Rank 2
 answered on 11 Oct 2011
6 answers
2.2K+ views
Can we have a Link Button in RadGrid Column,
and LinkButton  on Click event to show DetailTable.... Can anybody help me in this issue. I need a clickable linkbutton in Radgrid column to show detailstable...
Princy
Top achievements
Rank 2
 answered on 11 Oct 2011
1 answer
33 views
When we upload any document its takes the full length of File path is displaying in File Name text box field, instead of file name while selecting file to upload.

Please provide the solution on this.

Thanks,
Venkata

Princy
Top achievements
Rank 2
 answered on 11 Oct 2011
1 answer
84 views
I have noticed when a new radTextbox is added, they all have the same width. I don't want to set the width property for each textbox, but would prefer to use a standalone CSS file. I would like to get the look of the Telerik skins, using the skin manager, but be able to controls the widths with a seperate CSS file. Can you use the Telerik skins and a standalone CSS file together, and if so, how?
Princy
Top achievements
Rank 2
 answered on 11 Oct 2011
6 answers
186 views
I'm adding a expand/collapse button for grouping in my grid.  I add this button on the ItemDataBound event and add the text (in this case it is a specialty) after the button by adding a literal control to the cell's controls collection.  On a postback the button and literal control that I added in the ItemDataBound event are not shown and only the text is displayed.

I tried adding code to the itemCreated event, but the DataItem property of the GridItem is nothing so I can't get to the specialty name in order to use it in the literal that I am adding as explained above.

How can I prevent my controls from disappearing from the grid cells?

Sean M. Severson
Iana Tsolova
Telerik team
 answered on 11 Oct 2011
1 answer
142 views
What could be causing this error?

Sys.InvalidOperationException: Type Telerik.Web.UI.RadComboBoxEventArgs has already been registered. The type may be defined multiple times or the script file that defines it may have already been loaded. A possible cause is a change of settings during a partial update.

You can see the error in Firebug  here
Brad
Top achievements
Rank 1
 answered on 11 Oct 2011
2 answers
216 views
Hi

This is the first post that I have made :)

I have tried many different options before asking and have searched high and low on the internet for a workable solution but cant find one so apologies if this has been addressed before

My radcomboboxes all function perfectly with a nice mouseover highlight to show which record is being hovered but when I make my radcombobox a multicolumn it no longer highlights

Can anyone point me in the right direction

Here is the markup for the combobox

<telerik:RadComboBox ID="RiskCriteriaRadComboBox" Runat="server" DataSourceID="RiskCriteriaDefs"
    DataTextField="RiskCriteria" DataValueField="RiskCriteria"
    DropDownWidth="400px" SelectedValue='<%# Bind("RiskCriteria") %>'
    Width="140px">
    <HeaderTemplate>
        <table text-align:left"="">
            <tr>
                <td style="width:100px;">
                    Criteria</td>
                <td style="width:300px;">
                    Definition</td>
            </tr>
        </table>
    </HeaderTemplate>
    <ItemTemplate>
        <table text-align:left"="">
            <tr>
                <td style="width:100px;">
                    <%#DataBinder.Eval(Container.DataItem, "RiskCriteria")%>
                </td>
                <td style="width:300px;">
                    <%#DataBinder.Eval(Container.DataItem, "Definition")%>
                </td>
            </tr>
        </table>
    </ItemTemplate>
</telerik:RadComboBox>


Dwight
Top achievements
Rank 1
 answered on 11 Oct 2011
2 answers
107 views
When subject too long, combobox and button out of dialog. (refer to attachment 'reminderdialog.jpg')
Can I change reminder dialog (popup) size?
Or is there max length of subject?

Thanks
Hee
Hee
Top achievements
Rank 1
 answered on 11 Oct 2011
5 answers
222 views

Hello,

We are experiencing a problem where the EditFormSettings modal popup is not being rendered the correct height. The contents of the form is a usercontrol that renders available actions based on the grid item you have chosen to edit. What seems to be happening is that the modal popup window's height is being rendered before the user control finishes its calculation of which actions to display. We have tried calculating the actions on the Init event but that doesn't seem to work.

This is only a problem on the first load of the page after your browser history has been cleared, or if you are visiting the page for the first time.

Other things to note is that our actions and grid are separate user controls. I have attached a screenshot of what the problem looks like.

Thank you,

Tzvetan Devnaliev

Jon
Top achievements
Rank 1
 answered on 11 Oct 2011
4 answers
256 views
Guys,

I am attempting to customize the way that Special Events are shown on the Calender.

Currently I can change both the Background and Border colors using the following code: -

        private void AddSpecialDay(List<RadCalendarDay> SpecialDays, DateTime Date)
        {
            RadCalendarDay specialDay = new RadCalendarDay();
            specialDay.Date = Date;
            specialDay.ItemStyle.BackColor = Color.Red;       \\ For example - Actual values are from the DB
            specialDay.ItemStyle.BorderColor = Color.Blue;
            specialDay.ItemStyle.ForeColor = Color.Yellow;
            specialDay.ToolTip = "TEST";
            SpecialDays.Add(specialDay);
        }

However I cannot get the ForeColor changes to take effect.

Has anyone any advice on how I can get this to work?

Thanks

Andrew

 

Heinz
Top achievements
Rank 1
 answered on 10 Oct 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?