Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
80 views
When i enable grid view state unable to see any size reduction on the Fiddler when the browser posts back the Data in Ajax panel (Sent Bytes) are the same.
We have 300 rows and 16 columns on the Grid and so its a,lot of Data. But why my Page size has not reduced on doing a  Grid Sort (ajax).
Richard
Top achievements
Rank 1
 answered on 23 Apr 2012
1 answer
79 views
How Can I do to write a datetime to the XAxis? And how to attach to the Xaxis the value of my variable? 
Richard
Top achievements
Rank 1
 answered on 23 Apr 2012
3 answers
256 views
I have a RadGrid. I want to make it UI accessible. In this grid I am using checkboxes for row selection like this:

   
<telerik:GridClientSelectColumn UniqueName="headerSelectAll" ItemStyle-Width="40px"
ItemStyle-HorizontalAlign="Center" HeaderStyle-Width="40px" HeaderStyle-HorizontalAlign="Center"  />          


 
Each checkbox is clickable and I want that it will be 508 UI Accessible. Please suggest for it.

Thanks.
Martin
Telerik team
 answered on 23 Apr 2012
1 answer
150 views
Hi all,

I have  RadNumericTextBox with 3 Decimal Digits. I would like to show any trailing zeros and also don't want rounding feature in textbox

AllowRounding
="false"

If value is 0.14, I want to display 0.140

how can i achieve this functionality
Richard
Top achievements
Rank 1
 answered on 23 Apr 2012
17 answers
288 views
Hi. I've just cut across to Q2 2009 controls. The pager at the bottom of the grid and any other RadComboBox within the grid appears to have what looks like part of another RadComboBox at the bottom of it. This only happens if an ajax postback is performed. I've tested it on IE6 & IE7 with the Vista skin. I can't seem to replicate the problem outside of my webapp though.

Daniel
RBarnes
Top achievements
Rank 1
 answered on 23 Apr 2012
4 answers
1.2K+ views
In general RadButton supports custom Width and Height, except when using ButtonType="StandardButton " the height is fixed to 22px and cannot be modified. The implementation of custom height and support for rounded corners, requires rendering of additional HTML elements and makes the control heavy on the client.

In the future releases, we plan to introduce a way to make RadButton more flexible when it comes to using different height.

If custom height is indeed required, try the solutions below:
  • Use RadButton as an ImageButton - see Image Buttons demo.
  • or use RadButton as a LinkButton - see First Look.
  • or use RadButton as a StandardButton with EnableBrowserButtonStyle set to true. Note that this property will render RadButton as a standard input type=[submit|button].


Note that the button's dimensions can be set not only in pixels, but also in different System.Web.UI.WebControls.Unit types.
Slav
Telerik team
 answered on 23 Apr 2012
18 answers
955 views
Hello,

In my site i am using Rad Grid,Rad Contex menu and  Rad popup features.
 
i am facing some problems :-
 1.    while i am inserting some through the Rad Popup , i am not being able to  rebining it.so newly inserted data are not showing in
        the Rad grid.Rad grid and Rad popup are  2 diiferent  Aspx page.
 2.    After inserting data through Rad popup  i want to close it automatically,How can i do this?


Thanks.
Denny
Robin
Top achievements
Rank 1
 answered on 23 Apr 2012
4 answers
122 views
Hi support,
I have a trial version of RadControls for ASP.NET AJAX
I have developed a file explorer control into sharepoint web part and i use into configuration a network path share.

The control have a problems with upload.
1)sometimes the upload form show empty if i change the page and return in file explorer file upload show correctly.

2)in load method i set the property of fileexplorer

FileExplorer1.Configuration.ViewPaths = paths.ToArray()

 

FileExplorer1.Configuration.UploadPaths = paths.ToArray();

FileExplorer1.Configuration.DeletePaths = paths.ToArray();

FileExplorer1.Configuration.SearchPatterns =

 

new[] { "*.*" };

FileExplorer1.Configuration.ContentProviderTypeName =

 

typeof(CustomFileSystemProvider).AssemblyQualifiedName;

but when i try set FileExplorer.Upload.MaxFileInputsCount
FileExplorer.Upload is null

why?

Thx


Raffaele
Top achievements
Rank 1
 answered on 23 Apr 2012
2 answers
100 views
I had a aggregate foot row in the grid, how can I set a tooltip for the aggregate value in the foot row? 

for example, one column is showing the sum of the value in the aggregate foot, I want to show a tooltip when user cursor hoover over that aggregate.

thanks.

Henry
Top achievements
Rank 1
 answered on 23 Apr 2012
7 answers
171 views
Hi,

I have a issue while working with the editor in Google Chrome and reproduced this in the latest version of the Editor (demos).
Juist add this simple HTML:

<table>
    <tbody>
        <tr>
            <td style="font-family: arial; font-size: 11px;">
            This is a text <br />
This is a bigger text
            </td>
        </tr>
    </tbody>
</table>

At design, change the fontsize of the second rule.
You'll see Chrome will delete font-family: arial from inline CSS.
Sometimes (with older version), the font-size will be removed also.

This will cause problems when the user adds extra texts outside changed font-size.
The font-familty will not be added to the second text 

Is this a browser related problem or can this be fixed?
This don't happen in IE and FF.

Edit:
It seems happen to all WebKit based browsers: Chrome, Opera and Safari.
I've tested other wysiwyg editors, this dont happens in other editors.
Seems a bug in your editor.
Rumen
Telerik team
 answered on 23 Apr 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?