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

Paging controls overlapp/distorted inside a master page

1 Answer 103 Views
Grid
This is a migrated thread and some comments may be shown as answers.
guru
Top achievements
Rank 1
guru asked on 18 Feb 2013, 03:28 PM
I have a grid in normal asp.net page and when make this grid part of ajax collapsible panel and master page
, facing the following issues

1> Search is not working for every column.
2> The dropdown values in search dialog is moved away.
3> The paging controls are distorted

How do i troubleshoot this?

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 20 Feb 2013, 01:00 PM
Hello,

Problems 2 and 3 are probably caused by conflicting CSS styles on the page. Please use Firebug or some other browser web developer tool to check what styles are applied to the elements in question. You will probably need to change some CSS selectors to target only the elements they should, and not other unrelated elements, such as the Kendo UI widgets.

I suppose that by "search" you mean filtering. It will not work correctly if the data type in the datasource model is not defined properly.

Regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
guru
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or