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

ColumnMenu

1 Answer 31 Views
Grid
This is a migrated thread and some comments may be shown as answers.
guo
Top achievements
Rank 1
guo asked on 31 May 2019, 04:49 AM

      .Filterable(filterable =>
      {
          filterable.Mode(GridFilterMode.Menu);
          filterable.Extra(false);
      })

display error

 

      .ColumnMenu(columnmenu => columnmenu.Columns(true).Filterable(true).Sortable(true))
      .Filterable(filterable =>
      {
          filterable.Mode(GridFilterMode.Menu);
          filterable.Extra(false);
      })

display ok

 

 

 

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 04 Jun 2019, 12:18 PM
Hi Guo,

The behavior from the screenshot could be caused by custom styles altering the default Grid appearance. Would you remove any custom CSS that is applied on the page and see how the behavior changes? 

Also, in the ticket information it says that the version you are using is not the official release. Try referencing the resources from the official release (2019.1.514) and see if that makes a difference.

In case the behavior persists please send us a runnable sample where the issue is replicated. This will enable us to examine the issue and look for its cause. 


Regards,
Viktor Tachev
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Grid
Asked by
guo
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or