Replicating Syncfusion AutoComplete Examples in WiseJ

0
0

I like WiseJ development philosophy a lot but the problem is, WiseJ lacks detailed documentation & examples which is major road block in project implementation. I wanted to replicate Syncfusion Examples in WiseJ so that I can implement the concepts in my upcoming project.

Syncfusion provide pure JavaScript controls for ASP.net Core, ASP.net MVC, Angular, Vue etc. I would appreciate, if I could get answer on the followings

  1. can I replicate ASP.net Core (ASP.net MVC or Angular) examples in WiseJ? I wanted to get started with AutoComplete control & would like to replicate this example https://ej2.syncfusion.com/aspnetcore/AutoComplete/CustomFiltering#/material in WiseJ
  2. I have read Integration 1 (https://wisej.com/blog/integration1/) example in detail but couldn’t find, what packages to include for Syncfusion controls in Packages attribute of Widget control. More specifically, I wanted to know, how I can determine the necessary packages to include for Syncfusion, DevExpress or Telerik etc.
  3. and what would be the initial script to add for above auto-complete example.

 

 

 

  • You must to post comments
0
0

Abaid,

how to determine which packages are required depends on the 3rd party creator of the widgets to be used.
A good approach IMHO to watch out for samples that are using the widget.

For the SyncFusion GridView you might want to look here for example:

https://help.syncfusion.com/js/grid/getting-started

Hope that helps.

Best regards
Frank

  • You must to post comments
0
0

Thank you Tim for referring to TagInput control. But my question was “how to identify the Packages for a certain 3rd party control?”. I selected AutoComplete just for reference. I would like to use Syncfusion GridView control as it allows CSV, Excel & PDF export.

Please share what packages to add in Widget control & what to set in Initial Script!

  • You must to post comments
0
0

For the autocomplete check out the blog post and sample code on using the ‘Tag Input’ control.

New controls in Wisej: NavigationBar, SideButton, FlexLayoutPanel, TagInput, Switch

HTH -Tim

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.