Browse by Tags
All Tags » XBAP (RSS)
Showing page 1 of 2 (11 total posts)
-
I am attempting to use the SaveSettings and LoadSettings methods of the WPF grid version 3.1.
I have saved the XML document using the following code snippet:
Dim serializer As New XmlSerializer(GetType(SettingsRepository))
Dim baselocation As String = AppDomain.CurrentDomain.BaseDirectory
MSDataGrid.SaveUserSettings(CurrentSettings, ...
-
Hi,
What kind of settings I will use to runs an WPF web browser application on my Web Site?
Can I use Xceed DataGrid Express version on my web site application?
I wrote a sample application using C#, VS 2008 and Xceed DataGrid Express, accessing a MySql database (using a web service, of course), change the security settings to run it, ...
-
Hi all,
I am using Xceed DataGridControl for which i want to change the theme dynamically. I am putting the style for TableView theme in a ResourceDictionary which i am changing dynamically and adding it to the MergedDictionary. The style is getting apllied for all the controls like button, label etc but the style for datagridcontrol is not ...
-
Hi,
I am binding the DataGridControl from code behind using datagridcollectionview.....Suppose my datatable contains 5 columns . Now in the xceed grid i want to display the values of 1st and 3rd column in the same header i.e. in one column . How can i achieve this ?????
-
Hi,
I have a datagrid control in that i have added one more column to the grid .
<xcdg:DataGridControl Grid.Row=''2'' Loaded=''XcDataGrid_Loaded'' Name=''XcDataGrid'' HorizontalAlignment=''Left''>
<xcdg:DataGridControl.Columns>
<xcdg:Column FieldName=''pp'' ...
-
Hi all,
I have a DataGridControl , i attached the datasource to the grid through DataGridCollectionView.... Now i want to add a column at run time to the same DataGridControl , but this column will have a different DataSource. How can i get this ??? If i am not clear to you i can clarify more ..........
-
Hi,I have used the XceedDataGrid and populated the grid with
the DataSet. Now to Keep the things simple i just wanted to get the
value of a cell in the selected row of the when users click on a
particular row...???
-
Hi,
I have used the XceedDataGrid and populated the grid with the DataSet. Now to Keep the things simple i just wanted to get the value of a cell in the selected row of the when users click on a particular row...???
-
oh - and it's a xbap application. in fact copying the whole example project into xbap doesn't work while copying it to window application works... is there really no difference noticed between xbap and window?
-
hello,
we've read a lot of threads on this forum but we believe they either don't apply to our case or the explanations are not sufficient because we've tried nearly all of them - or have we missed something?
our case is like this - we use datagrid conected to a datatable. one of the columns of retreived table contains an id of an element from ...
1
|
|
|
|