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

ColumnMenu

1 Answer 40 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, 03:48 AM

//      .ColumnMenu(columnmenu => columnmenu.Columns(true).Filterable(true).Sortable(true))
      .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:21 PM
Hi Guo,

I have replied in the other thread you have submitted and suggest we continue the conversation there. Please submit additional information and questions about the issue in the other thread. 

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