Browse by Tags
All Tags » Xceed DataGrid » "Data Binding" (RSS)
-
Hi,
I am quite new to the xceed wpf datagrid and this problem is quite crucial for me. So please help!!!!
My grid is bound to a xml. Whenever i update the grid, i send a message to the server and i get a new xml from the server, to which i need to bind my grid to.
In my project about 100 rows are created on the screen, of which only 10 are ...
-
I am starting new thread as I did not get any reply for thread ''How to bind values(Collection) to Master/Detail grid?''. I am using Koch's sample from that thread.
I've few more requirements. 1. Change the column titles, 2. In Child grid column I want to populate data into combo box (in example below, ''Suggested Room'' column). 3. ...
-
Hi all,We use Xceed.Wpf.DataGrid control ver.3.1.9069.14010 with Entity Framework/SQL Server CE data binding in WPF application.Entity Framework provides deferred loading for related entity objects. This means the data is retrieved from DB on-demand.When the control gets static/loaded data everything works ok, but the application hangs when the ...
-
I can explain this behaviour in xceed wpf data grid demo.....Steps to reproduce...
1. open this link http://download3.xceedsoft.com/demo/gridwpf/Xceed.Wpf.DataGrid.Samples.LiveExplorer.xbap
2. Click on displaying data.
3. Click on ''Ship Via'' Column to sort it in Descending Order.
4. Scroll the vertical bar to the top so as to reach ...
-
Hi,
I am using multibinding to show user image along with the Firstname and lastname. As it was implemented in sample application provided by xceed. Now if i want to implement sorting on this column it will sort according to the ID used for this column.But sorting like this does not make any sense. So if i want to sort it with the firstname only ...
-
Hi,
I'm trying to bind the title of the column with a StaticResource. It's doesn't give me any error, but the output of the column is EMPTY. Here my code shows the detail of the issue,
<xcdg:Column FieldName=''countryName''>
<xcdg:Column.Title>
<Binding Converter=''{StaticResource FieldLabelConverter}'' ...
-
Hi all,I have a DataGridControl in XAML. Now to load this datagrid i am creating a DataGridCollectionView in code behind and assigning the DataTable from database to this DataGridCollectionView & using DataGridControl.ItemsSource = DataGridCollectionView . As in my application the data in database keeps on changing so i want to show the new ...
|
|
|
|