Telerik Forums
UI for ASP.NET AJAX Forum
6 answers
183 views
Hi,

I have a treeview in which I load the first two levels server side on PageLoad. Children will be loaded using Webservice load on demand and it works well. I have one problem though, when handling the RadTreeView_OnContextMenuClicked event serverside, the e.ClickedNode property is null. So when clicking context menu items, the event fires but when I want to handle the c.clickednode its null. It works with the server side loaded nodes...

What am I missing?
Martin
Top achievements
Rank 1
 answered on 17 Dec 2012
1 answer
156 views
Can someone help me with how I would display a processing message to my users?  I have a page that allows them to edit lots of items then I have to submit those changes to the database.  This can take up to a couple minutes depending on how many items they updated.  How can I give them a message to let them know that everything is working?

Thanks.
Shinu
Top achievements
Rank 2
 answered on 17 Dec 2012
3 answers
296 views
Hello,

I have this scenario:

I use as datasource a dataset defined in a string where a column is a boolean.
My Radgrid is build at runtime and i want to see a checkbox for boolean column and not a textbox. How can i do this?

My dataset structure:

<?xml version="1.0" encoding="utf-16"?>
<xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  <xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="Table1">
          <xs:complexType>
            <xs:sequence>
              <xs:element  name="ID" msdata:AutoIncrement="true" type="xs:int" minOccurs="0" />
              <xs:element name="Cognome" type="xs:string" minOccurs="0" />
              <xs:element name="Nome" type="xs:string" minOccurs="0" />
              <xs:element name="Info" type="xs:string" minOccurs="0" />
              <xs:element name="Confermato" type="xs:boolean" default="false" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
  </xs:element>
</xs:schema>

Help me.

Mirko
Princy
Top achievements
Rank 2
 answered on 17 Dec 2012
3 answers
195 views
Hi all,
     I have a grid in which i have used commanditemdisplay. Can I hide it from the code behind. If yes how??
thanks for all replies
RT
Shinu
Top achievements
Rank 2
 answered on 17 Dec 2012
2 answers
115 views

Hi,

I have a RadPanelBar, which includes several panelitems.  I put a radtreeview under each of the item. then add the first-level treenodes to them programmatically, and the node Expandmode has been set to "ServerSideCallBack" so that the second level node can be expanded on demand.

The program works ok but the only issue is the Scrollbar does not appear automartcally when I expanded the treenode and the content exceed the height. But if I set the Expand="True" and "Selected="true" at the panelitem then the scrollbar appear. But logically only one can be expanded and selected, how to fix this?

I am using the latest build (2012.3.1205.35) and tried on IE 9/Google Chrome, same result

<telerik:RadPanelBar ID="panelBarMain" runat="server" Width="100%"
Height="100%" ExpandMode="FullExpandedItem"
Skin="Office2007"><BR><Items><BR><telerik:RadPanelItem
Value="Trackings" Text="Trackings"
Visible="false"><BR><ContentTemplate><BR><telerik:RadTreeView
ID="treeTracking"
runat="server"><BR><Nodes><BR></Nodes><BR></telerik:RadTreeView><BR></ContentTemplate><BR></telerik:RadPanelItem><BR><telerik:RadPanelItem
Value="Tenders" Text="Tenders" Visible="false" Expanded="true"
Selected="true"><BR><ContentTemplate><BR><telerik:RadTreeView
ID="treeTenders"
runat="server"><BR></telerik:RadTreeView><BR></ContentTemplate><BR></Items><BR></telerik:RadPanelBar>

Andy Ho
Top achievements
Rank 1
 answered on 17 Dec 2012
1 answer
44 views
I understand the part about RadAjaxPanel ajaxifying all controls within it's tags but does it ajaxify invisible controls? Say you have five asp panels within a RadAjaxPanel that you toggle visibility on based on link button clicks. If only one panel is visible at a time, does the RadAjaxPanel ajaxify ALL of the five panels' controls on say, a button click contained within the visible panel OR does it ajaxify just the panel that is visible and therefore just the controls contained within the visible panel?
Kevin
Top achievements
Rank 2
 answered on 16 Dec 2012
1 answer
79 views
I am having difficulty on a tooltip with grid and this grid has pagination.

Scenario:
Parent page -> radgrid with tooltip -> load ascx for tooltip
Tooltip (ascx) -> radgrid with pagination

If tooltip is shown and next page is clicked, nothing happens since it always call ajaxupdate and not the pagination event or the needdatasource event of the grid on the tooltip (ascx)

Kindly advise on this scenario.

Thanks.
Jayzle
Top achievements
Rank 1
 answered on 16 Dec 2012
0 answers
95 views
we are actually facing a problem when ever uploading occasionaly and we don't know the cause, please help us in this, below is a description of the exception we have.

The given key was not present in the dictionary.   at System.ThrowHelper.ThrowKeyNotFoundException()     at System.Collections.Generic.Dictionary`2.get_Item(TKey key)     at Telerik.Web.UI.AsyncUpload.AsyncUploadClientStateConverter.Deserialize(IDictionary`2 dictionary, Type type, JavaScriptSerializer serializer)     at System.Web.Script.Serialization.ObjectConverter.ConvertDictionaryToObject(IDictionary`2 dictionary, Type type, JavaScriptSerializer serializer, Boolean throwOnError, Object& convertedObject)     at System.Web.Script.Serialization.ObjectConverter.ConvertObjectToTypeInternal(Object o, Type type, JavaScriptSerializer serializer, Boolean throwOnError, Object& convertedObject)     at System.Web.Script.Serialization.ObjectConverter.ConvertObjectToTypeMain(Object o, Type type, JavaScriptSerializer serializer, Boolean throwOnError, Object& convertedObject)     at System.Web.Script.Serialization.ObjectConverter.ConvertObjectToType(Object o, Type type, JavaScriptSerializer serial

Stack Trace: 
   at System.Web.UI.Page.HandleError(Exception e)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()     at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)     at System.Web.UI.Page.ProcessRequest(HttpContext context)     at ASP.attachments_aspx.ProcessRequest(HttpContext context)     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Muhahammad
Top achievements
Rank 1
 asked on 16 Dec 2012
1 answer
135 views

Is there a way to configure the RadRadialGauge for quadrant-style or semi-circle gauges.  The Silverlight gauges have this option, but I don't see it for the ASP.NET gauge controls.

http://www.telerik.com/help/silverlight/radial-scale-semicircle-gauge.html
http://www.telerik.com/help/silverlight/radial-scale-quadrant-style-gauge.html

Danail Vasilev
Telerik team
 answered on 15 Dec 2012
3 answers
435 views
Hello,

How can I show/hide the RadToolBar control using client-side javascript?

I've tried:
var toolBar = $find("<%=RadToolBar2.ClientID%>");
toolBar.set_visible(false);

and..

var toolBar = $find("<%=RadToolBar2.ClientID%>");
toolBar.hide;

Doesn't work!

Thank you!
Kevin
Top achievements
Rank 2
 answered on 15 Dec 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
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
Bronze
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?