Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
103 views
As we have fixed image formats for some images I would like to control the cropping from outside the control with javascript and disable the crop option from the toolbar or maybe the whole toolbar. Is this possible?

Rumen
Telerik team
 answered on 10 Aug 2011
3 answers
754 views
Hi,

i have a radgrid created programatically in code (.cs) file.
now i want to prompt user when trying to delete records in grid..done in below example.
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/alleditablecolumns/defaultcs.aspx

now as my grid is generated dynamically so i didnt able to add ItemDataBound event throgh code as i added itemupdated event...

grid.ItemUpdated +=

new GridUpdatedEventHandler(grid_ItemUpdated);

 



can you please suggest how to solve it.

thanks in advance.
Gabe Silvarajoo
Top achievements
Rank 2
 answered on 10 Aug 2011
1 answer
93 views
I'm using your example to print a pane with stylesheets. (http://www.telerik.com/help/aspnet-ajax/splitter-panes-printing.html)

Inside this panel I have several listviews that contain buttons  (Add, Edit and Delete)
I want to supress these buttons when I print.  What do I need to put in the stylesheet to do this?
 
Dobromir
Telerik team
 answered on 10 Aug 2011
1 answer
73 views
Hi Forum!

I connected a radchart to a sqldatasucer, from that datasource i'll get 11 rows and 2 columns where the frist column is name and second is value. it all goes right, but the x-axis is only showing the first 7 rows. I wwent to the plot area -> x-axis and saw property called max value, i dont think this is the property that is confining my rows but still, when i try to change its value it automaticly goes back to 7. Can anyone help me?

Many thanks,
   FEST
Peshito
Telerik team
 answered on 10 Aug 2011
1 answer
146 views
I have the following,

<telerik:RadListView ID="RadListView1" runat="server" DataSourceID="SqlDataSource2" OnSelectedIndexChanged="RadListView1_SelectedIndexChanged">
 <ItemTemplate>
  <label id="dftLabel">Templates</label><br />
  <asp:LinkButton ID="LinkButton1" runat="server" Text='<%#Eval("title")%>' CommandName="Select" CommandArgument='<%#Eval("templateID")%>'></asp:LinkButton>
 </ItemTemplate>
</telerik:RadListView>

and I'm having a hard time getting the value of CommandArgument.

Any suggestions?

Thanks.
tim
Top achievements
Rank 1
 answered on 10 Aug 2011
2 answers
126 views
I have a Radcombobox and a button.

Onclientclick event of the button I have written a javascript function.
From this function I want to fire the server side  OnSelectedIndexChanged event of the Combo box.

How can I do it !
Anirban
Top achievements
Rank 1
 answered on 10 Aug 2011
4 answers
221 views
Hi i get data from client side using  JQuery and JSON webservice, can i bind this data to RadGrid on Client side without postback
i need to do the following thing on client side

1. Create template columns on client side ?
2. Sorting and Paging clientside
3. Clear RadGrid

can i have RadGrid with the dropdown column like Dropbox , can i create this on client side i attach the picture of  DropBox screen shot
Veli
Telerik team
 answered on 10 Aug 2011
1 answer
53 views
I have a radgrid with "exporttoexcelbutton". Export to excel has got the option "openInNewWindow" enabled. After clicking the exporttoexcelbutton, grid is beeing rebound, and next one more time. Why? How to disable it.

PS I have any old version: Q3 2009 of ASPNET.AJAX.
Shinu
Top achievements
Rank 2
 answered on 10 Aug 2011
2 answers
54 views
Hi Telerik Team,

We are using the 2009 Q3 version of Telerik.
For RadMenu we want the RoundedCorners for Submenus as in the attached screenshot.

This is available in current version of telerik.

But as we are using 2009 Q3 version and this is a requirement for us.

Can i get an assistance in how to handle this in CSS, as it is a urgent requirement.

Thanks and regards,
Shwetha.
Kate
Telerik team
 answered on 10 Aug 2011
1 answer
161 views
Hi there, 

I recently updated to a new version of telerik and I noticed that the telerik timer no longer exists. 

I started using the .NET timer and I am facing some issues.

Previously I was able to start and stop the timer via javascript:

function StartFilteringTimer()
{
    <%= tmrFilter.ClientID %>.Start();
}
                     
function StopFilteringTimer()
{
    <%= tmrFilter.ClientID %>.Stop();
}                  

What would be the alternative to this in my situation?

Thanks in advance,

Kevin
Kevin
Top achievements
Rank 2
 answered on 10 Aug 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?