Hi
MegaMan,
We regret for the inconvenience.
Currently we are ensuring the stability of all the grid
functionalities when include this customization and fixing the issues with high
priority, so that its delaying. Since we are facing some technical difficulties
to update the empty grid lines while changing the Grid size based on the window
size at runtime. So could you please confirm us either you will do runtime grid
size change or you are using the grid control in fixed size? Please provide your
confirmation on this and that will help us to provide the appropriate customization
sample as much as earlier.
Please let us know if you have any further questions.
Regards,
Deivaselvan
Hi,
thanks for fast reply.
Yes, in our case we allow users to change the column and row sizes as they see fit.
We also use the functionality to save each users grid layout and once it's loaded back it restores that layout (for example when application is run again).
We use datagrid on a lot of windows in our app and basically this functionality is crucial to us, otherwise it looks like blank spaces, which is why i've asked for your help.
Thank you again in advance.
Hi MegaMan,
Thank you for your update.
We will consider all your mentioned scenarios while ensuring the stability of your requirement and update you the customized application on or before September 25, 2017.
Please let us know if you have any other questions.
Regards,
Deivaselvan
Thank you.
I will be eagerly awaiting your update.
yes, this is exactly what I needed. Thank you!
Just one more, short question. Since this drawing is done in code behind, is there a way to attach it to datagrid
so we won't have to write in each window's code behind that uses datagrid the same code and avoid repeating?
<!-- Add the Windows.Interactivity namespace in windows-->
xmlns:I="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity"
<syncfusion:SfDataGrid x:Name="sfGrid1"
Grid.Row="0"
Grid.Column="2"
AllowEditing="True"
AllowDeleting="True"
ColumnSizer="Star"
HeaderRowHeight="40"
AddNewRowPosition="Top"
AllowFiltering="True"
AutoGenerateColumns="False"
LiveDataUpdateMode="AllowSummaryUpdate"
ItemsSource="{Binding UserDetails1}"
ShowRowHeader="False">
<!-- SfDataGrid windows size change Behavior -->
<I:Interaction.Behaviors>
<local:DataGridSizeChange />
</I:Interaction.Behaviors>
</syncfusion:SfDataGrid>
|
Yes, this is exactly what I wanted!
Very nice, thank you for the help!
If I need any further help I will contact you through your forums, you have been very helpful!
Thank you!