Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
276 views
Hi All,

In Rad Scheduler week view Currently its show one week, But i need to show two weeks by default. How can i show two weeks by default in a scheduler week View.

Thanks
Madhan
NK
Top achievements
Rank 1
 answered on 23 Nov 2012
5 answers
192 views
Hi,
Can we bind the content from a word document, PDF, Excel in the Rad editor? or is there any Telerik control can display the content of  PDF, word, excel ? 







Thanks
Rumen
Telerik team
 answered on 23 Nov 2012
2 answers
73 views
I'm on a new job.  I was handed a machine with VS2012 and the Telerik DLLs.

I'm wondering if I'm missing something as far as Visual Studio is concerned.

I can compile and run projects.  Server side does not appear to be a problem.

However I'm not sure whether or not my problems on the client side are due to the fact I haven't used Javascript in a while, or if something's missing.

Is there a checklist?
Boris
Top achievements
Rank 1
 answered on 23 Nov 2012
3 answers
527 views
Hello,
I would like to set the emptymessage on a radtexbox the property TextMode = Password, but when I start the web page Radtextbox is empty you can not see the emptymessage, why? And how can I do?

Bye
Vasil
Telerik team
 answered on 23 Nov 2012
1 answer
48 views

Hi all

I have created theme Name 'Vista' and copied all files and images into that theme folder from
'C:\Program Files\Telerik\RadControls for ASP.NET AJAX Q3 2012\Skins\Vista' location, and

 

write <pages theme = "Vista"/> in web.config under <system.web> tag

and write skin ="Vista" EnableEmeddedSkins="false" in all controls

I am getting an error
"The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. "

does i am loosing something OR where  I am doing mistake

Please do need full, how do get rid of .
Thanks

 

 

 

 

 

 

 

 

 

 

 

Plamen
Telerik team
 answered on 23 Nov 2012
2 answers
142 views
heey 

I have 3 different RadComboBoxs in one page and the 3 RadComboboxes in another page is it somehow possible to transfer the selected values from the first three Comboboxes to the other Comboboxes (Maybe via URL Javascript ) ?

if you need my code just ask

Thanks for help and fast answer

Nikola
Top achievements
Rank 2
 answered on 23 Nov 2012
29 answers
1.0K+ views
Translate this good day because I speak Spanish, with new controls telerick 
I have to move the contents of a ListBox to another, that the problem is simple this 
they need you to move from ListBoxal listbox2 sorting for this content 
name, any idea how to do
Español

Buen día traduzco esto pues hablo español, trabajo con los controles telerick nuevos tengo que pasar el contenido de un ListBox a otro , eso es sencillo el problema esta en que necesito que al pasar del ListBoxal listbox2 este contenido se ordene por nombre, alguna idea de como hacerlo ??
Thanks
SlimSjakie
Top achievements
Rank 2
 answered on 23 Nov 2012
1 answer
96 views
I was wondering if there is a good way to put an image button above a column header for a RadGrid? It needs to be above the header and if the user scrolls the grid, it needs to stay inline with the column. 

Is there an easy way to to do this, or do I have to use some sort of floating panel and javascript when the radgrid scrolls?

I originally solved this by putting a button in the column header using a custom template for the header, but this seems to have broken my export to pdf and export to excel commands for the grid.
Kostadin
Telerik team
 answered on 23 Nov 2012
3 answers
222 views
I am trying to export the contents of my radgrid to a pdf file.  I am using the default skin.  Since I have 13 columns, the data is too long to fit on the page and is cut off.  I was trying to update the size of the text initially and noticed that it was only working on every other row.  I am assuming that this has something to do with the AlternatingItemStyle setting?  Is there something special that I need to add to get this update to work on all rows in the radgrid?  Please let me know if you need for me to provide you with any other information.

protected void listAllAcctsBtnExportToPDF_Click(object sender, EventArgs e)
    {
      ApplyStylesToPDFExport(rgListAllAccounts.MasterTableView);
       rgListAllAccounts.MasterTableView.ExportToPdf();
    }//end of listAllAcctsBtnExportToPDF_Click


private void ApplyStylesToPDFExport(GridTableView view)
    {
      // Get access to the header of the grid 
      GridItem headerItem = view.GetItems(GridItemType.Header)[0];
  
      // Apply some css style to the header 
      headerItem.Cells.Count.ToString();
  
      foreach (TableCell cell in headerItem.Cells)
       
        cell.Style["font-family"] = "Verdana";        
        cell.Style["text-align"] = "left";        
        cell.Style["vertical-align"] = "middle";        
        cell.Style["font-size"] = "10px";
      }
  
      // Get access to the data of the grid 
      GridItem[] dataItems = view.GetItems(GridItemType.Item);      
    
      // Apply some css style to the data items 
      foreach (GridItem item in dataItems)
      {
        foreach (TableCell cell in item.Cells)
        {
          cell.Style["font-family"] = "Verdana";
          cell.Style["text-align"] = "left";
          cell.Style["vertical-align"] = "middle";
          cell.Style["font-size"] = "10px";
          cell.Style["background-color"] = "red";
        }
      }
    }//end of ApplyStylesToPDFExport
Kostadin
Telerik team
 answered on 23 Nov 2012
1 answer
185 views
Hi
     How can I open the radwindow on clicking the appointment of radscheduler.

RT
Princy
Top achievements
Rank 2
 answered on 23 Nov 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
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?