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

some messages are coming while enable the filter

3 Answers 37 Views
Grid
This is a migrated thread and some comments may be shown as answers.
saikat
Top achievements
Rank 1
saikat asked on 15 Oct 2010, 07:53 AM
hi,

we are getting some message while enabling the filter in radgrid
details are shown in attachment

3 Answers, 1 is accepted

Sort by
0
saikat
Top achievements
Rank 1
answered on 15 Oct 2010, 10:32 AM
this case is coming only if i scroll the scroll bar
0
saikat
Top achievements
Rank 1
answered on 15 Oct 2010, 10:58 AM
if AllowFilteringByColumn="false"  and in cs file we r changing its value to true in certain condition
then on clicking the filter header all option regarding filter r coming at top of the page
0
Dimo
Telerik team
answered on 20 Oct 2010, 12:32 PM
Hello Saikat,

The problem is caused by the fact that the CSS code for the filtering RadMenu is not registered on the page. This occurs when an autogenerated child RadControl is rendered (Visible="true" server property) as a result of an AJAX request.

Set EnableAjaxSkinRendering to true for the RadGrid control in Page_Load (both on initial load and after postbacks).

Greetings,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
saikat
Top achievements
Rank 1
Answers by
saikat
Top achievements
Rank 1
Dimo
Telerik team
Share this question
or