Unplanned
Last Updated: 14 May 2019 12:56 by ADMIN
Patrick
Created on: 12 May 2019 09:10
Category: GridView
Type: Bug Report
1
Cannot open property builder after a hierarchical view has been built
============================
Attached files (in Grid.zip)
============================
- SQL Server 2014 Express - Create DB.sql                 - Create the database Telerik
- SQL Server 2014 Express - Create tables.sql             - Create tables and insert test data
- Database relations.PNG                                           - Graphical view from Visual Studio
- Error messages when trying to open Property Builder.PNG

============================  
How to reproduce the problem
============================
- Create the database and tables (including data) with attached sql files
- Create a WinForms application with an empty RadForm
- Add a new data source to the project and select the created Telerik DB with all tables
- Add a RadGridView to the form
- Create an event handler for the form Load event handler
- Add a TelerikDataSet to the form
- Add an ObjectTableAdapter to the form
- Fill the created adapter from table Object in the form Load event handler
- Add a binding source to the form and set data source to the data set and the member to table Object
- Select radGridView1 and set data source to the created binding source object. Data member is left empty.
- Open Property Builder and press the Build button and create details views
- Run project. Everything looks ok.
- Stop running.
- Select radGridView1 and try to open Property Builder. An error message is generated (see attached file Error messages...
- Save changes and exit studio. Studio is hanging and the process must be kiled.


Attached Files:
4 comments
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 14 May 2019 12:56
Hello, Patrick,     

The provided sample video is greatly appreciated. It was very helpful to understand better the precise case. I confirm that it is an issue with the property builder that RadGridView offers. I have logged it in our feedback portal by making this thread public. You can track its progress, subscribe for status changes and add your comments on the following link - feedback item.

I have also updated your Telerik points.

Currently, the possible solution that I can suggest is to setup the hierarchy programmatically as it is demonstrated in the following help article: https://docs.telerik.com/devtools/winforms/controls/gridview/hierarchical-grid/binding-to-hierarchical-data-programmatically 

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Patrick
Posted on: 14 May 2019 06:33

Hello Dess,

I've created a video where I use your project and done some changes to generate the error message. The video is attached to my reply.

Best regards,
Tommy

Attached Files:
Patrick
Posted on: 13 May 2019 21:21
Hello Dess,

I opened your version of the project and I didn't have any problem That's because you must have missed one thing from my description. Your version didn't have any detail views in the grid. You must have missed the following row.

- Open Property Builder and press the build button and create details views.

I opened the Property Builder and created detail views by using the Build button. I started the program and verified that I could see the detail views. The application was stopped and I tried to open the Property Builder and it failed with an error message.

Best regards,
Patrick 

ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 13 May 2019 13:20
Hello, Patrick,     

The provided sample files are greatly appreciated. I have followed the described steps, restored the tables in my local SQL server, bound the RadGridView control to the Objects table and run the project successfully. Then, I tried to open the property builder and it was shown as expected on my end with the latest version:



I have attached my sample project for your reference. Could you please try to open the property builder in the provided sample project. It is just necessary to change the connection string in the App.Config file to refer to your local SQL server. 

Am I missing something? Could you please specify the exact steps how to reproduce the problem ? A sample video illustrating the undesired behavior on your end would be greatly appreciated. You can use Jing (a free tool for capturing the video). Thank you in advance for your cooperation.

I am looking forward to your reply. 

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Attached Files: