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

Does telerik Grid Support safari brower(need Urgent Help......)

2 Answers 77 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Test
Top achievements
Rank 1
Test asked on 08 Aug 2008, 04:03 AM
Hi friends,

i have created a filtering in grid with combobox. it work fine in IE anf mozilla. but it is not working in safari browser.

i also check telerik online demo in safari. it also create problem.
plz check this URL in safari. you can easily understand my problem.

http://www.telerik.com/DEMOS/ASPNET/Prometheus/Grid/Examples/Programming/FilteringTemplateColumns/DefaultCS.aspx





Thanks &
regards

Mayur

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 08 Aug 2008, 06:20 AM
Hi Mayur,

Are you setting the Grid width in percentage? Try setting the width in pixels.

ASPX:
<telerik:radgrid id="RadGrid1" runat="server" Width="600px"  GridLines="both"   onneeddatasource="RadGrid1_NeedDataSource" > 
            <MasterTableView CommandItemDisplay="top" > 
             ...... 
              ...... 
            </MasterTableView> 
             
        </telerik:radgrid> 



Shinu.
0
Accepted
Dimo
Telerik team
answered on 08 Aug 2008, 02:06 PM
Hello,

The problem in the linked example is now fixed. RadComboBox needs a width in pixels under Safari, when used for filtering.

Regards,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Test
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Dimo
Telerik team
Share this question
or