Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

In my use case, the user first sees an empty layout and can design their own layout for the data set. 
That layout is then automatically persisted. 
The problem is that on initial exposure, the user doesn't know what to do. 
Since the only meaningful next step is to click on the 'Show fieldlist' toolbar button, please consider animating or highlighting that button when the layout is blank.

Another option is to automatically show that dialog when the layout is empty. But that approach doesn't actually "teach" the user about the location and function of that toolbar button.

For backward compatibility, perhaps you can add properties that allow developers to opt-in for such options:
'ShowFieldlist4NoLayout'

'AnimateF
ieldlistButton4NoLayout
'
'HighlightF
ieldlistButton4NoLayout
'