Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
158 views
Hi,
I am working on an application set to ES culture. The decimal separator for that culture is ",".
I have a grid with AllowFilteringByColumn="True" and a Decimal column defined as:
<telerik:GridNumericColumn DataField="TestDecimalField" HeaderStyle-Width="80px" HeaderText="Columna decimal" SortExpression="TestDecimalField" UniqueName="TestDecimalField" DataType="System.Decimal" DataFormatString="{0:###,##0.00}" FilterControlWidth="50px"></telerik:GridNumericColumn> 
The grid shows correctly, with the decimals contained in that column with the correct format (example: 0,32). When I try to filter by that column, the filter textBox does allow me to enter data in that format, and does not allow me to enter other separators, like ".". If I enter "0,32" and filter by any criteria, after the postback the filter value appears as "32" and no values are returned. (in the DataSource there are values with 0,32 but not with 32).
Do you know what could be happening? Is this a bug or am I missing something?
I am using RadControls_for_ASP.NET_AJAX_2009_2_701
Thanks,
Guillermo
Pavlina
Telerik team
 answered on 12 Nov 2013
2 answers
260 views
I set the appsetting for the temp folder of the AsynchUpload control in my machine.config file.  It does not seem to work there.  By cutting/pasting into my web.config, the setting seems to be picked up.  So, I know the setting is valid.   It looks like the snippet below.

 <add key="Telerik.AsyncUpload.TemporaryFolder" value="\\SomeDevServer\e$\SomeFolder\temp\" />

While I can leave it in web.config, we find that "unfortunate."  All our file system settings are set in machine.config!  That way we can copy our website files across dev/test/production servers, including web.config without modification.  Now we will have to make custom edits as deploy to different servers.

Any reason why the appsetting can't be inherited from the machine.config value?
Margo Noreen
Top achievements
Rank 1
Iron
Veteran
 answered on 12 Nov 2013
4 answers
156 views
I have implemented the RadHTMLChart as a user control (.ascx) and am adding it to the aspx page on a TabStrip control.  The grid renders just fine, however when I try adding either of the two client side events, OnClientSeriesClicked and OnClientSeriesHover, when the page loads, I receive the following Javascript error:  Microsoft JScript runtime error: 'OnClientSeriesClicked' is undefined.

I have extracted the HTML and C# code onto a separate .aspx page implementing the RadHTMLChart directly with the page and the client event work in that scenario.

What is it about implementing the chart as a user control or having it with a tabstrip control that could be causing the Javascript error?  Is there an attribute/property on the chart control that I need to set?

Thanks.

Joe
Danail Vasilev
Telerik team
 answered on 12 Nov 2013
7 answers
328 views
Help needed.  

  I am having trouble with a the pager on a rad grid. The pager for some reason will not work correctly when using the page arrows to move between pages. It works fine going from page one to page two but it will not go past page two. When I press the next page arrow, the grid flickers as if it is loading the next set of records but returns to showing page two.
  I can click on another page beyond page two, such as page three or page ten, and the grid responds correctly loading that proper records. After clicking on a page beyond page two, such as page six, and then clicking on the next page arrow, the grid returns to showing page two.

Here is some info incase it is needed: 
  .PagerStyle.Mode = Telerik.Web.UI.GridPagerMode.NextPrevAndNumeric
   .PagerStyle.Visible = True
  
.PagerStyle.AlwaysVisible = True
  
  
.AllowCustomPaging = False
   .VirtualItemCount  = 1000

I built the grid in code behind. 

Thanks in advance for any assitance you can provide. 






 
Sue
Top achievements
Rank 1
 answered on 12 Nov 2013
2 answers
125 views

Hi,

I have a RadEditor that is created at runtime. Its forecolor and background fill doesn't response.

How to get it work? Do I have to reference RadEditor to RadEditorContenArea.CSS?

Thanks,

D.



d-cpt
Top achievements
Rank 2
 answered on 12 Nov 2013
1 answer
54 views
Hi,
i have hover style style for my grid, enablerowhover= true. That works fine, i want this effect in edit mode also. Im using inPlace edit, how to have the effect on editmode rows.?
Princy
Top achievements
Rank 2
 answered on 12 Nov 2013
1 answer
160 views
1) Is it possible to change the color of a line chart depending on the value?
e.g If the value is less than a threshold value it is green. Once the line passes the threshold the color should be red.

2) Is it possible to show a tooltip between the PointMarks. My X-axis is time and depending on the hover location i want to show an image on the tooltip.


Thanks
Danail Vasilev
Telerik team
 answered on 12 Nov 2013
3 answers
94 views
Hi ,

How to create GridFooterTemplate programmatically for autogenerate column is true?  

For the below type of aspx code

<GroupFooterTemplate>
                          Total Refund Amount:
                          <asp:Label runat="server" ID="lblTotalSum" Text='<%# Eval("RefundAmount") %>'></asp:Label>
                           Total Count:
                          <asp:Label runat="server" ID="Label1" Text='<%# Eval("Id") %>'></asp:Label>
                      </GroupFooterTemplate>

Best Regards,
Satz
Satz
Top achievements
Rank 1
 answered on 12 Nov 2013
1 answer
58 views
Hi,
I am using the radscheduler with WCF service and MVC.When i load the bulk of appointment data at once my rad scheduler got hang up.
Please help me.

Thanks 
Gaurav Rana
Shinu
Top achievements
Rank 2
 answered on 12 Nov 2013
1 answer
71 views
Hi,
I have a Radgrid with many columns. I have set AllowSorting=true , but the template columns are not sorting. Why? 
Princy
Top achievements
Rank 2
 answered on 12 Nov 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?