Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
102 views
Hi

I am opening a radwindow on a radbutton click which opens an edit form to the user. There are save and cancel buttons inside the window. I wrote the code to warn the user if he attempt to close the radwindow without save. I want to do the same if the user  press the back button and try to go back to previous page. Any suggestions?

Thanks
Damian
Shinu
Top achievements
Rank 2
 answered on 30 Aug 2013
1 answer
165 views
Hello,

I am very new in telerik. I have an application where i have added a radgrid. I am displaying data from the code behind with the dataset. But now i want do add,edit,delete from the code behind.How can i do that? also when i am adding ajaxmanager then no data is displaying. please help me.
Princy
Top achievements
Rank 2
 answered on 30 Aug 2013
3 answers
448 views
Hi,
how to write Css for rounded corner and border color change on mouse hover(ex:textbox,button,feildset) ?
Thanks
Shinu
Top achievements
Rank 2
 answered on 30 Aug 2013
2 answers
223 views

Hi,

I followed the demo source for drag and drop in RadEditor, in my case it is text instead of image.  Once it drops on Editor, the action supposes retaining in the undo list or redo, however it is not.  On client side I used pasteHtml. 

Kind Regards,

Duy
Duy
Top achievements
Rank 1
 answered on 30 Aug 2013
2 answers
652 views
Hi,
I want to restrict the copy and paste option in radtext box from mouse event and key press event.





Thanks
Dhamodharan
Top achievements
Rank 1
 answered on 30 Aug 2013
0 answers
90 views
Private Sub EnhanceDataPointsForSeries(chSeries As ChartSeries)<br>        chSeries.Appearance.PointMark.Dimensions.AutoSize = False<br>        chSeries.Appearance.PointMark.Dimensions.Width = 10<br>        chSeries.Appearance.PointMark.Dimensions.Height = 10<br>        chSeries.Appearance.PointMark.FillStyle.MainColor = System.Drawing.Color.Blue<br>        chSeries.Appearance.PointMark.Visible = True        <br>    End Sub



So I have a series to which I am enhancing the point. I was looking for different type of shapes but I could not get Diamond shape or any other ones. So how do I get it?

Also i was going through some examples on telerik site and tried to use this 
DefaultSeriesDefinition  for my rad chart. It does not even come up in the listed properties? Why is that so? Let me know if you have any questions
Phani
Top achievements
Rank 1
 asked on 29 Aug 2013
2 answers
53 views

I have a TabStrip and MultiPage with the content of the pageview's using ContentURL.  I'm also adjusting the height of the Multipage to be the height of the Content via document.documentElement.clientWidth.  If I open the page in the browser IE10 or Chrome, it appears to be working fine, however if I open the page in a RadWindow the clientHeight excludes the height of the TabStrip. 

This appears to be an issue related to IE10.
Roger Barnes
Top achievements
Rank 1
 answered on 29 Aug 2013
12 answers
726 views

Hi all:
  I saw lots of topic regarding RadGrid client sort topic and  I couldn't get the answer after I searched lots.most of them using PageMethods.function -- still call function on server side. Is it any way not to go to server side and sort on clientside only?
 I tried to use the following sample but I can't figure out where I can get data from. I don't use the webservice so can't use PageMethods.functionName(). Also I don't want to go to server at all. Is it possible?

Thanks
Helena

 

 

function RadGridAlertsWidget_SortCommand(sender, args) 
{
      var tableView = sender.get_masterTableView();
    var sortExpressions = tableView.get_sortExpressions();
     var fieldName = sortExpressions.getItem(0).get_fieldName();
     var sortOrder = sortExpressions.getItem(0).get_sortOrder();
     //tableView.set_datasource(???)
    tableView.dataBind();
    // sender.dataBind();
   args.set_cancel(true);
      }
David
Top achievements
Rank 2
 answered on 29 Aug 2013
4 answers
326 views
Hi,
i want to enable viewstate Compression in my Webapplication project.

I read the documentation but i think i do something wrong.
This is how my web.config looks like:
<?xml version="1.0"?>
<!--
  Weitere Informationen zum Konfigurieren der ASP.NET-Anwendung finden Sie unter
  -->
<configuration>
  <system.web>
    <siteMap defaultProvider="default">
      <providers>
        <clear />
        <add name="default" type="System.Web.XmlSiteMapProvider" siteMapFile="Web.sitemap" securityTrimmingEnabled="true" />
      </providers>
    </siteMap>
    <authentication mode="Forms">
      <forms name="AuthCookie" loginUrl="user_management\unregistered\Login.aspx" protection="All" path="/" />
    </authentication>
 
    <httpHandlers>
      <add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" />
    </httpHandlers>
      <httpModules>
          <add name="RadCompression" type="Telerik.Web.UI.RadCompression" />
      </httpModules>
  </system.web>   
  <system.webServer>
      <modules>
          <add name="RadCompression" type="Telerik.Web.UI.RadCompression" />
      </modules>
    <validation validateIntegratedModeConfiguration="false" />
    <handlers>
      <add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" />
    </handlers>
  </system.webServer>
</configuration>

But i dont know where to enable the radcompression
In the documentation i read that i have to add the following parts in the web.config.
<configSections>
....................
<sectionGroup name="telerik.web.ui">
      <section name="radCompression" type="Telerik.Web.UI.RadCompressionConfigurationSection, Telerik.Web.UI, PublicKeyToken=121fae78165ba3d4" allowDefinition="MachineToApplication" requirePermission="false"/>
</sectionGroup>
....................
</configSections>
<telerik.web.ui
   <radCompression enablePostbackCompression="true"/>
</telerik.web.ui>

But it is not obvious where exactly. Tried several combinations without success. Page was blank most of the times.
Can you complete my web.config and make it working?

By The way: I'm working with Visual Web Developer 2010 Express

Thanks and best regards
Jaime Bula
Top achievements
Rank 2
 answered on 29 Aug 2013
3 answers
172 views
[RadEditor] [ImageManager]

Preview is not working when the image Name contains some special characters like "% or $", is there any solution for this or some workaround to fix this ?

Thanks
Vazqusa
Top achievements
Rank 1
 answered on 29 Aug 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?