[Solved] DevExpress Datagrid Example

Answered
0
0

Is it possible for someone to point me to a step by step example on how to add a devexpress datagrid to a wisej project. I have been struggling with this for a while now and would be very grateful if a short video or writeup could be made available, or if one exists point me to it.

I have gone thru the sample examples from wisej but i havent been able to add my own from scratch using that example.

Thanks in advance.

  • You must to post comments
Best Answer
1
0

Hi Nicholas,

In addition to Ivan’s answer,

Please see the following video for a minimal setup example: https://www.screencast.com/t/WSptCAjY

You can get the Wisej.Web.Ext.DevExtreme control library from GitHub: https://github.com/iceteagroup/Wisej-Ext-DevExtreme

 

HTH,

Levie

  • Levie (ITG)
    Hi Nicholas, if you still need the video after my previous comment, please let me know! Best, Levie
  • Nicholas
    Hi Levie, i have gone through all the directives in your post but i am still not getting the controls in the toolbox. I will be glad if you can get me a clearer screencast. Thanks
  • Nicholas
    Hi Levie and Team Wisej.. I am still stucked with no headway. As i stated earlier the screencast sent by Levie is not clear and so i could not follow the instructions in it. Is it possible for me to get a clearer screencast pls? Thanks.
  • Frank (ITG)
    Hi Nicholas, here are the steps: Download our DevExtreme extension and build it. Add a new Tab to your ToolBox (right click). Drag the Wisej.Web.Ext.DevExtreme.dll onto that tab. If it does not work, you might want to copy Wisej.Framework.dll to the directory of Wisej.Web.Ext.DevExtreme.dll if it´s missing. Then just drop the dll again. Best regards, Frank
  • Nicholas
    Thanks Frank and the Team. That worked perfectly.
0
0

Hi Nicholas.

I am not THE expert on this, but I have been helped a lot around here and have been able to get a few dxDataGrids working in my application.
Allow me to give you a link which will have a great sample posted by Levie that has many important elements in order to get it working:

https://wisej.com/support/question/how-to-configure-a-dxdatagrid-master-detail

I am sure the support team will jump in and help get you going, but if you need some more specific info about the sample or any other detail you might be missing, post it here and I will try and help if possible.

Best,

Ivan

  • Nicholas
    Thanks Ivan. I have gone through the suggestion in the link. I have repaired the tools box severally but have still not been able to see the controls. It seems there is something i am still not doing right. After repairing the tools box i get this message: “DevExpress controls should now appear on your Toolbox. If not, refer to the following page http:/go.DevExpress.con/VS-Toolbox-Missing-Controls.aspx” but i am still not able to see the controls after closing the window.
  • Levie (ITG)
    Sounds like you might be adding the wrong tools. The DevExtreme controls are created by us here: https://github.com/iceteagroup/Wisej-Ext-DevExtreme. You need to download this repository, build it on your machine, and add the tools to the toolbox from the /bin directory located within the project folder. When adding items to the toolbox, you need to make sure the dll that you’re adding has all of the dependent assemblies in the same directory. HTH, Levie
  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.