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

Persist status causes toolbar to disappear

1 Answer 247 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Marc
Top achievements
Rank 1
Marc asked on 02 Feb 2016, 04:00 PM

I have the exact code from this example on my page:  http://demos.telerik.com/kendo-ui/grid/persist-state

 I have the following toolbar in my grid 

          .ToolBar(tools =>
          {
              tools.Save();
              tools.Excel();
          })

The toolbar disappears when the 'Load State' is clicked. Is this a known issue?

 

1 Answer, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 05 Feb 2016, 08:39 AM

Hello Marc,

 

I believe you are facing same problem discussed in the Save Grid State in database, missing element discussion. Please refer to the suggestions in the forum thread and the sample project. 

 

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