Telerik Forums
UI for ASP.NET AJAX Forum
11 answers
751 views
Hi,
I've have to radgrid binded from List in asp.net.
Each row in radgrid has action column, ImageButton which has VIEW|EDIT|DELETE
when Edit is clicked radwindow should display selected row details in popup and save button just displays modified row text on the radgrid back

Thanks
Krishna
Princy
Top achievements
Rank 2
 answered on 24 Apr 2012
2 answers
71 views
Can't get to the forums using Chrome. Had to use IE9 to post this thread!
Jeremy
Top achievements
Rank 1
 answered on 24 Apr 2012
2 answers
286 views

I have a rad menu with several items.  The menu items lead to different places depending on a few things, so i'm trying to implement an OnClick handler in the code behind to redirect appropriately.  I've tried all kinds of combinations and scoured the forums and nothing has worked so far.  

   My OnClick method is just a stub right now with a breakpoint so I can see when it gets called, only it isn't getting called, and I'm redirected to the default.aspx page. 

Ths is within a user control, if that matters.  Are you aware of anything that could cause this behavior? 

protected void RadMenu_ItemClick(object sender, RadMenuEventArgs e)
        {
            int i = 0;
            String s = e.Item.Value;
        }

<radM:RadMenu ID="RadMenu" runat="server"  OnItemClick="RadMenu_ItemClick" >
    <Items>
         <radM:RadMenuItem runat="server" ID="sampleItem" Text="Click Me" />
    </Items>
</radM:RadMenu>
Phil
Top achievements
Rank 2
 answered on 24 Apr 2012
2 answers
106 views
I have a link that looks like;

<a href="javascript:;" onclick="xlaAFMopenfaq(1);" class="HeaderLink">Customer Service</a>


How do I add it to a NavigateURL in a menu item?
Phil
Top achievements
Rank 2
 answered on 24 Apr 2012
1 answer
86 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
83 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
262 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
159 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
292 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
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
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
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?