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

Asp Net Core Grid Search Toolbar

2 Answers 92 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Aziz
Top achievements
Rank 1
Veteran
Aziz asked on 15 May 2020, 02:31 AM

Из какой версии Telerik Grid поддерживается панель инструментов поиска:

  .ToolBar (toolbar =>
                                {
                                    toolbar.Search ();
                                    toolbar.Excel ();
                                    toolbar.Pdf ();
                                })

А как реализовать панель инструментов поиска в 2019.2.619?

2 Answers, 1 is accepted

Sort by
0
Aziz
Top achievements
Rank 1
Veteran
answered on 15 May 2020, 02:36 AM
From which version of Telerik Grid supports the search toolbar:
And how to implement the search toolbar in 2019.2.619?
0
Anton Mironov
Telerik team
answered on 18 May 2020, 02:44 PM

Hi, Aziz,

The Telerik UI Grid has Search toolbar functionality as of "2019.3.917". If you would like to make use of the following configuration, you should upgrade the version of the suite referenced in your sample.

.ToolBar(t => t.Search())

However, if you would implement it in versions earlier than "2019.3.917", follow the example from the article below:

https://docs.telerik.com/kendo-ui/knowledge-base/filter-all-columns-with-one-textbox

I hope you find these clarifications helpful.

 

Regards,
Anton Mironov
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
General Discussions
Asked by
Aziz
Top achievements
Rank 1
Veteran
Answers by
Aziz
Top achievements
Rank 1
Veteran
Anton Mironov
Telerik team
Share this question
or