Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
149 views
Hi

I need to use file explorer just to display all the folders and subfolders(view all the pdf's in the folders or files). How can i do that . Can you please guide me. I went through the demos but those are not working for me.


Thanks,
Deepika
Dobromir
Telerik team
 answered on 23 Feb 2011
3 answers
634 views
This is the first I have run into this.  Is there a way to turn the behavior off?  Grid is populated with needdatasource event.

If a column name in my datatable is "SuperMan", the column header in the grid is displayed as "Super Man" (note the space in front of "M").  If the column name in my database is  "superman" then the column header in the grid is "superman".  Is there some option where I can turn off renaming my column headers?  We capitalize for readability, but need the names to stay in tact so users can do excel lookups.

This particular page returns a variety of different datatables with different formats, most approx 50 columns wide so my preference is to not build lots of pages with predefined column headers to work around this.

Thanks!

-Joel
<telerik:RadGrid ID="rgExport" runat="server" Skin="WebBlue" AllowPaging="true" PageSize="20">
</telerik:RadGrid>
Marin
Telerik team
 answered on 23 Feb 2011
1 answer
237 views
Hi,
how to make a column value/item clickable and when column value/item clicked open up a new ajax panel in same web page?

Scanario:
  1. A radgrid will be loaded with data and visualized in AjaxPanel1ยจ
  2. Then user clicks a column value/item (ID) for having more information about this row item/value
  3. Then more detailed information about clicked row item/value should be loaded and visualized in AjaxPanel2

All tips/advices for a solution (code) are highly appreciated. I will load data in step 2 and 3 with sql queries. Links to demos and examples are also highly appreciated.

I would prefer to trigger an event when click the column value/item and have the instructions (=code) for action in code behind file. I will also have the column value/item as a link button because in some cases I want two different columns in radgrid that trigger different actions.

Thx in advance! 

Princy
Top achievements
Rank 2
 answered on 23 Feb 2011
3 answers
65 views
Hi,

In Telerik Rad Scheduler, when a users wants to schedule an appointment, he is allowed to do only once. He has to be disabled from entering again. He can re-schedule again after deleting the first one.
I used the code :
function OnClientAppointmentInserting(sender, agrs) {
               if (sender.get_appointments().get_count() >= 1) 
             {
           agrs.set_cancel(true);
           alert("Sorry..!Only One appointment is allowed. To Re-Schedule, delete ur first appointment and Schedule again");
       }
   }
But, if another user logs into the scheduler, he too is unable to add if there is one schedule already present and his clicks are disabled.
I want this method to be applied separately for each user. It means one user one click on scheduler. Another user one clcik on scheduler irrespective of other schedules present.


Veronica
Telerik team
 answered on 23 Feb 2011
3 answers
107 views
hello everybody

i read this advanced topic of making Multiple Chart Types in a Single Chart

and in my situation i combine pie chart and line chart and i need to position pie chart on a specific location on the chart

how can i do that ??
Evgenia
Telerik team
 answered on 23 Feb 2011
1 answer
68 views
Hi,
I have a line graph and i want a grid behind it, but i don't know how to get to work, i have got the y axis to show lines going across but not the x axis.

Also is there any way of fixing what colours the lines are, so for example Company B is always red and Company A is always blue?

Thanks

Simon
Yavor
Telerik team
 answered on 23 Feb 2011
3 answers
286 views
I am trying to insert a user control into an item template of a radgrid to display data dynamically, but I keep getting an object reference not set to an instance of an object error when it tries to set the property container.

Below is a snippet of where I am using the user control in the radgrid:
<%@ Register Src="PropertyContainer.ascx" TagName="PropertyContainer" TagPrefix="uc1" %>
  
  
<radG:RadGrid ID="employees" OnNeedDataSource="EmployeesGrid_NeedDataSource" runat="server" AutoGenerateColumns="false">
     <Columns>
          <radG:GridTemplateColumn>
              <ItemTemplate>
                  <uc1:PropertyContainer ID="PropertyContainer" runat="server" />
              </ItemTemplate>
          </radG:GridTemplateColumn
      </Columns>

Below is a snippet of the code behind:
protected void Page_Load(object sender, EventArgs e)
{
              
}
  
public void EmployeesGrid_NeedDataSource(object source, Telerik.WebControls.GridNeedDataSourceEventArgs e)
{
     foreach (Employee emp in Employees)
     {
           PropertyContainer.SetProperties(emp.Properties);
     }
)

The employee's properties are not null, and the fields will not be editable.

Any assistance would be appreciated.  Thanks.

Joe
Tsvetina
Telerik team
 answered on 23 Feb 2011
12 answers
203 views
Hi

I know you don't support the ipad, but i am trying to make a web application that is ipad browser friendly. The tooltip control is perfect for creating small menu  which when the user clicks (rather than hovers) produces a menu very similar to the built in control of the ipad.
It works perfectly in all areas except one.

At 100% zoom levels on the ipad when you tap/click the parent control the tooltip appears correctly positioned. However if you zoom in the browser  above 100% then the tooltip appears far away from where you have tapped / clicked
I have the positioning set to  relative to the mouse pointer.

I know that you don't support the ipad, but its clear that this touch screen browsing is going to be a big part of the future and it would be great if you could look at this small issue in your future realeases as this control works very well ont he ipad other than this.

thanks

Johnathan
Kamen Bundev
Telerik team
 answered on 23 Feb 2011
2 answers
89 views
Hi All

         I am using radgrid inside custom server control.Then am applying Vista Theme using RadSkinManager in my .aspx page(i mean my test page).From the forum post i come to know Vista theme don't have vertical Grid lines.How can i apply css for rad grid vertical grid lines for vista theme inside the custom server control.Any suggestions.It's urgent pls?..


Thank You
Saranya...
saranya
Top achievements
Rank 1
 answered on 23 Feb 2011
3 answers
128 views
I recently upgraded to 1215.

It looks like the combobox now uses single finger scrolling instead of two finger.

Is there a reason the treeview still uses two finger scrolling?

It would be great to choose single or two finger scrolling for controls that overflow.

Thanks

Trav
Kamen Bundev
Telerik team
 answered on 23 Feb 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?