== Install the demo == In order to run the demo, register the project "SyncFusion Demo.sws" in the DataFlex 23.0 Studio, then use menu -> "Project" -> "Project Properties" and click "Register WebApp". After that you should be able to compile and run. As it is, the code is also compatible with DataFlex 24.0 (SyncFusion Demo240.sws), but the default workspace is now DataFlex 23.0 == Using the SyncFusion Library in your own project == In order to use the library we recommend that you copy the "SyncFusion Library" folder under the Libraries folder in the demo workspace. Copy the library to live with your own project! Either copy it under the workspace you intend to use it or copy it in a general location. Personally I prefer to keep it with each workspace as that gives me more control. From the Library AppHtml folder, copy the "SyncFusion" subfolder and its contents and copy all of it to the AppHtml folder in your own workspace (keep the same folder structure). You also need the content in the CssStyle folder. The application.css file has some tweaks needed for the library to behave with the DataFlex Framework. Either merge it with your own edits in the application.css file of your workspace, or copy the file. Finally the index.html in your AppHtml folder needs these lines added (just under the "DataFlex Custom Control.." line)