This is a migrated thread and some comments may be shown as answers.

[Solved] some questions

1 Answer 110 Views
Grid
This is a migrated thread and some comments may be shown as answers.
may may
Top achievements
Rank 1
may may asked on 20 Feb 2008, 09:42 AM
Hello, 

1. Does telerik radgrid exporting to pdf method has Multilanguage support(Hebrew language)?

2. Whether I can print the radgrid? Does radgrid support print functions?

3. At time I perform export data from radgrid with template fields to ms-word, the word file present one record per page, why? How I can repair this problem   ?

Thanks

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 25 Feb 2008, 07:27 AM
Hi may,

Onto your questions:

  1. The exporting functionality itself does not provide any language-specific settings. Once you have customized the control as per your settings, you can then export it.
  2. You can print the control as shown in the code sample below:

    .JacaScript
    function Print()  
            {  
                var grid = document.getElementById("<%= RadGrid1.ClientID %>");  
                if(grid)  
                {  
                    window.print();  
                }  
            } 
  3. The export behavior that you mentioned is strange and unexpected. It would be best if you open a formal support ticket, and send us the problematic code, for further review.
Regards,
Yavor
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
may may
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or