Hello,
I'm new to WPF XMALDATAGRID, When tried to bind the data source to grid. it's not generating the columns as like we did in WinForm datagrid.
Is there any option to see the columns in design time and change the properties for the columns. It's very urgent we are working on the WPF Forms.
If you have any sample with dataset binding please forward us to work on the same.
Please do the needful.
Hi,
Thank you for your feedback. I am glad that you have managed to achieve the desired behavoir.
Whatever we wnat we have achieved.thanks for your support.
I am just checking, if you require any further assistance on this matter.
Thank you for your reply. The XamDataGrid control does not have the same design behavior as its equivalent one in Windows Forms. Currently in order to show the fields in design time you need to make a binding to the underlying data in XAML and this does not allow to manipulate the displayed fields in the control. I am attaching a sample application(DataGridDesigner.zip) that shows this. This is because of the current implementation of the control.
Let me know, if you need any further assistance on this matter.
Thanks a lot. You have created the columns and relation in the code but we want to be done in the design time by using the typed dataset. All columns and tables will be available in the dataset and we will give relation in the dataset itself not in the code. The same thing is working in the windows application but not working in the wpf applicatiion. please help us to achieve it.