Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
91 views
Hi,
im having grouping enabled on my radgrid. I want to format the totals like make bold etc.how to achieve it
Shinu
Top achievements
Rank 2
 answered on 23 Dec 2013
1 answer
105 views
hello I need to enable / disable some months in RadMonthYearPicker .. is it possible? not know where to start

thank you very much
Eyup
Telerik team
 answered on 23 Dec 2013
2 answers
101 views

I have a radtextbox which is used to enter text which is then laid out on a pdf form. The pdf form is multiline, limited to 55 characters per line.


Is there a way I can tell the radtextbox to automatically wrap at 55 characters, so what people see on the screen is more indicative of what will appear in the pdf form?





I've fiddled with hard-coding the width parameter, but this doesn't seem to work well, because people have different font sizes specified via control panel, and the control renders with different default fonts in various browsers. Unfortunately I didn't see a "WrapAt" property I could set to 55 :)



ToltingColtAcres
Top achievements
Rank 2
Veteran
Iron
 answered on 23 Dec 2013
4 answers
323 views
Hi telerik admins

our button background colors do not display correctly in some browsers. How can I solve this problem?

Chrome (http://prntscr.com/2bkbm4) = the most accurate and best display


-----------------------------------------------------
On Firefox and Internet Explorer latest version

Normal: http://prntscr.com/2bkcju
Mouse hover: http://prntscr.com/2bkcqb

This code: 

<telerik:RadButton CssClass="blur" ID="RadButtonSil" runat="server" Text="sil" OnClientClicking="RadConfirm" OnClick="RadButtonSil_Click" Height="40px" BackColor="#A52645" BorderColor="#A52645" Font-Size="15px" ForeColor="White">
    <Icon PrimaryIconUrl="/img/buton-sil.png" PrimaryIconTop="12px" PrimaryIconLeft="12" PrimaryIconHeight="18px" PrimaryIconWidth="18" />
</telerik:RadButton>
-----------------------------------------------------

chrome and opera are working correctly.
Shinu
Top achievements
Rank 2
 answered on 23 Dec 2013
1 answer
105 views
 I have Appointments with multiple resources. So how to display appointment with no resource asigned in group view ?
Plamen
Telerik team
 answered on 23 Dec 2013
1 answer
50 views
hi I created radbutton as radio button in one user control, when i deployed the solution radbutton is moving out of content, and also scroll bar got enabled for raddock zone. I dont need scroll bar for this Zone , radio button should place inside to my raddock content and Scroll bar should display only for Content not for Zone. I am using ASP .NET MVP pattern and internet explorer 8. I tried using postion absolute for radbuttons there also it is going out. Please help me on this.
Ianko
Telerik team
 answered on 23 Dec 2013
8 answers
226 views
Hello,

Is there is a way to communicate with Microsoft Exchange Server by using RadScheduler's ExchangeSchedulerProvider without using web services?

Could you please provide more examples of using ExchangeSchedulerProvider beside what you have on your demo site?

Thank you very much
Plamen
Telerik team
 answered on 23 Dec 2013
11 answers
299 views
Hello,

I have 4 RadListBoxes with an RadButton on the footer that on select changes the next one, so, the first changes the second, the second changes the third and so on, and all have scrollbar.

Now that I have configured the AjaxManager to ajaxify them, the button gets out of place when the listbox is updated, and when I pass the mouse over the button, it gets back to the right place. This happens in IE6, and I'm using the Q3 2010 release, as it is the only version available for now in the company I work.

Does anyone knows a solution for this?

Thanks!
Ianko
Telerik team
 answered on 23 Dec 2013
4 answers
239 views
Hi,

I am trying to create a radgrid that allows multiple rows to be updated before saving the changes. I found the following demo: http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/batchediting/defaultcs.aspx , but when I try to set the EditMode it does not give me "Batch" as an option. I am using RadControls for ASP.NET AJAX Q2 2013 so the 'new' Batch EditMode functionality should be available.

Can anybody give me advice regarding this issue?

Regards
Princy
Top achievements
Rank 2
 answered on 23 Dec 2013
7 answers
523 views
Hi,

I have a radgrid with nested hierachal records, which are rows belonging to parent rows in the grid.

I was about to group the parent rows with Group by Expression with the following code

<telerik:GridGroupByExpression>
  <SelectFields>
    <telerik:GridGroupByField FieldAlias="Submitter" FieldName="SUBMITTER_NAME" />
  </SelectFields>
  <GroupByFields>
    <telerik:GridGroupByField FieldName="SUBMITTER_NAME" />
  </GroupByFields>
</telerik:GridGroupByExpression>

I would like to added code in the ascx file to add addition information about the number of records under the parent row before the user expanded the nested parent rows. It is help to see 0 child records or more child records so they know when to expand.

Like so: Client Name: Joe Bank, Inc,  Deposit Records: 3, Withdrawal Records: 6, Acounts : 1

With the group by exression, I am not sure about to add the aggregate code to make this happen.
Can this be done in the c# code to do a query for the record count and add the label so that the user can see the number of child records before expanding the parent row?

Any help is appreciate. 

 

Eyup
Telerik team
 answered on 23 Dec 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?