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

problem Grid Style in jquery popup form

3 Answers 52 Views
Grid
This is a migrated thread and some comments may be shown as answers.
saeed
Top achievements
Rank 1
saeed asked on 29 Jan 2014, 09:09 AM
I open another aspx page via jquery ...in load
Location and size of the paging control and columns not arranged . but in postback occurs and the locations are correct.

3 Answers, 1 is accepted

Sort by
0
saeed
Top achievements
Rank 1
answered on 29 Jan 2014, 11:08 AM
jquery popup load code is
///
show(10,function(){
                $(this).find(".winframe").attr("src",options['iframSrc']).load(function(){
                    $(this).show();
                                                                                        });
                           });
///
0
saeed
Top achievements
Rank 1
answered on 29 Jan 2014, 01:29 PM
this problam only in Mozila
0
Venelin
Telerik team
answered on 31 Jan 2014, 09:36 AM
Hello saeed,

Try to repaint grid's structure by using the .repaint() method. Here you can find more information:
http://www.telerik.com/help/aspnet-ajax/grid-repaint.html

Regards,
Venelin
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the UI for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
saeed
Top achievements
Rank 1
Answers by
saeed
Top achievements
Rank 1
Venelin
Telerik team
Share this question
or