Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
120 views
dear all :

I would like to know how to control the datetime format(display) of the grouping panel bar instead of the default formating when grouping with columns of type datetime.

Remarks:
we are using the following
  • telerik controls for asp.net ajax 2008 Q3
  • asp.net framework version 3.5
  • IE as web browser
  • windows vista as an operating system

thanks in advance
Moustafa
Top achievements
Rank 1
 answered on 02 Mar 2009
1 answer
163 views
example:
RadDatePicker1.SelectedDate = System.DateTime.Now();
RadDatePicker1.DateInput.DateFormat = "yyyyMMdd";
string sDate=RadDatePicker1.DateInput.Text;

why sDate=""?
I think sDate="20090228".

sorry,my english is poor.
Princy
Top achievements
Rank 2
 answered on 02 Mar 2009
1 answer
79 views
Hi

I have a chart with activeRegions and ActiveRegionUrls.

What i need to do is when a user clicks on the Active region i need to pass the X Axis label string into the url as a query string


e.g http://www.test.com?Month=Feb  <---- this need to be the X axis label containing the activeRegion

in vb please if you can help

Ves
Telerik team
 answered on 02 Mar 2009
1 answer
159 views
Hi All,

In My page, there are 7 tabs. For every tab i am having hierarchical grid. If i load this page, it is calling onneeddatasource for every grid and for every tab. So the database hit is increased for first time to loading this page. Herewith i have attached the screenshot for ur vision.


Thanks
azhaguraj.r

Shinu
Top achievements
Rank 2
 answered on 02 Mar 2009
6 answers
250 views
I have the new radrotator on a page that I am trying to use. I have the rotator in div tags so has certain formatting. The problem I am having is I cant get the background of the rotator to be transparent. I have tried to change the backcolor to transparent and that did not work. What do I need to do to get it so there is no background. The text and stuff in the control follows the div tags I have them in, but the background stays white no matter what.

Here is the code I have. Thanks in advance

<

div class="rotator_mainimage" style="height: 344px; margin-top: 14px">

<div style="width: 90%">

<telerik:RadRotator ID="NewsRotator" runat="server" DataSourceID="xmlDataSource1"

RotatorType="Buttons" ScrollDirection="Up, Down" Height="351px"

Width="403px" BorderStyle="None" style="margin-top: 0px"

FrameDuration="4000">

<ItemTemplate>

<div class="rotator_eventtitle" style="text-align: left">

<%

#XPath("EventTitle")%>

</div>

<div class="rotator_eventdetails" style="text-align: left">

<%

#XPath("EventDetails")%>

</div>

<div class="rotator_eventdetails_url" style="text-align: left">

<a href='<%# Xpath("EventDetailsURL") %>' target="_blank">

More

</a>

</div>

</ItemTemplate>

</telerik:RadRotator>

</div>

</div>

<asp:XmlDataSource ID="xmlDataSource1" runat="Server" DataFile="~/App_Data/NewsRotator.xml"></asp:XmlDataSource>

</

div>

Fiko
Telerik team
 answered on 02 Mar 2009
2 answers
153 views

Hey there,

I am listing users in the grid that are part of a domain e.g. Telerik\John.....However, I am finding great difficulty in filtering for values as the user needs to type in two \\ for the search to return correct data. I cannot tel the user to type in two \\ as they would not want that and well, you know users :) So, I tried the onneeddatasource event, onpageload etc to changethe FilterExpression, the problem is, by the time I can access the filterexpression, telerik has already romoved the one \ and it searches for Telerikjohn.

Please help!!!!

Riaan
Top achievements
Rank 1
 answered on 02 Mar 2009
1 answer
97 views
I'm not really clear on how the "FromCode" works for the ToolTip.  I thought it would fire from server-side. 

Here's my situation...

I have an imageButton on a page.  When the user clicks the button I want a ToolTip to appear.  Inside that ToolTip is a collection of server controls.  One of the controls is a DropDownList.  Along with popping up the ToolTip, I'd like to also populate the DropDownList from a server-side function.   I can't seem to find a way to display the tooltip AND populate the DropDownList.  Can someone give me a hand?

Thanks!
Shinu
Top achievements
Rank 2
 answered on 02 Mar 2009
4 answers
298 views
I have a RadGrid where I use the ItemDataBound event to modify the text displayed. I have a situation where the Master and Detail table have identical column names. I need to be able to tell which grid (Master or Detail) I'm dealing with in the ItemDataBound event.

It doesn't matter which grid is being binded, the same ItemDataBound code runs for both.

Thanks for you assistance.

Barry
Shinu
Top achievements
Rank 2
 answered on 02 Mar 2009
1 answer
83 views
Is it possible to disable editing in radgrid. I would still like the user to inset and delete but should not be allowed to edit a record.

Thanks
Dilip
Princy
Top achievements
Rank 2
 answered on 02 Mar 2009
1 answer
70 views
Hi all,
I'd very appreciate your help in the following question.

I have hierarchal grid with 2 levels.
after user expanding some row , I want in code behind to know what is the value of some column  
for example : 1 level - students , 2 level - their grades
id   name    age
----   ------    ------
111      Anna    25
         subject        grade
          ---------       --------
          math             100
          english           99

222      Inna      30

what I need is in code behind if user expanded "Anna" is to get "111" value.

P.S. If there is some grid event for catching the expansion on server , write it also for me please .

THANK A LOT
Princy
Top achievements
Rank 2
 answered on 02 Mar 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?